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

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

Completed in 42 milliseconds