HomeSort by relevance Sort by last modified time
    Searched defs:get_device (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/jni/
com_android_server_LightsService.cpp 51 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);
  /external/libpcap/
pcap-dos.c 138 static struct device *get_device (int fd) function
229 dev = get_device (p->fd);
341 struct device *dev = p ? get_device(p->fd) : NULL;
373 struct device *dev = p ? get_device (p->fd) : NULL;
430 if (!get_device(p->fd))
869 struct device *dev = p ? get_device(p->fd) : NULL;
    [all...]

Completed in 74 milliseconds