Home
last modified time | relevance | path

Searched refs:get_device (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/jni/
Dcom_android_server_LightsService.cpp51 static light_device_t* get_device(hw_module_t* module, char const* name) in get_device() function
74 = get_device(module, LIGHT_ID_BACKLIGHT); in init_native()
76 = get_device(module, LIGHT_ID_KEYBOARD); in init_native()
78 = get_device(module, LIGHT_ID_BUTTONS); in init_native()
80 = get_device(module, LIGHT_ID_BATTERY); in init_native()
82 = get_device(module, LIGHT_ID_NOTIFICATIONS); in init_native()
84 = get_device(module, LIGHT_ID_ATTENTION); in init_native()
86 = get_device(module, LIGHT_ID_BLUETOOTH); in init_native()
88 = get_device(module, LIGHT_ID_WIFI); in init_native()