/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...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gpos-table.hh | 128 if (x_ppem) glyph_pos.x_offset += (base + get_device (values++)).get_x_delta (font); else values++; 131 if (y_ppem) glyph_pos.y_offset += (base + get_device (values++)).get_y_delta (font); else values++; 134 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values++)).get_x_delta (font); else values++; 138 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values++)).get_y_delta (font); else values++; 151 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false; 152 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false; 153 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false; 154 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false; 159 static inline OffsetTo<Device>& get_device (Value* value) function in struct:OT::ValueFormat 161 static inline const OffsetTo<Device>& get_device (const Value* value function in struct:OT::ValueFormat [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gpos-table.hh | 128 if (x_ppem) glyph_pos.x_offset += (base + get_device (values++)).get_x_delta (font); else values++; 131 if (y_ppem) glyph_pos.y_offset += (base + get_device (values++)).get_y_delta (font); else values++; 134 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values++)).get_x_delta (font); else values++; 138 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values++)).get_y_delta (font); else values++; 151 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false; 152 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false; 153 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false; 154 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false; 159 static inline OffsetTo<Device>& get_device (Value* value) function in struct:OT::ValueFormat 161 static inline const OffsetTo<Device>& get_device (const Value* value function in struct:OT::ValueFormat [all...] |
/hardware/libhardware/include/hardware/ |
audio.h | 198 audio_devices_t (*get_device)(const struct audio_stream *stream); member in struct:audio_stream
|
/external/kernel-headers/original/linux/ |
device.h | 403 * get_device - atomically increment the reference count for the device. 406 extern struct device * get_device(struct device * dev);
|
input.h | [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
android.py | 375 def get_device(self, executive, device_index): member in class:AndroidDevices [all...] |