Polina Bondarenko | 9785f2a | 2016-10-18 00:07:34 +0200 | [diff] [blame^] | 1 | # thermal subsystem |
2 | type hal_thermal, domain; | ||||
3 | type hal_thermal_exec, exec_type, file_type; | ||||
4 | |||||
5 | # hwbinder access | ||||
6 | hwbinder_use(hal_thermal) | ||||
7 | |||||
8 | # call into system_server process (callbacks) | ||||
9 | binder_call(hal_thermal, system_server) |