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

  /frameworks/base/services/core/jni/
com_android_server_lights_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 139 static struct device *get_device (int fd) function
245 dev = get_device (p->fd);
359 struct device *dev = p ? get_device(p->fd) : NULL;
392 struct device *dev = p ? get_device (p->fd) : NULL;
452 if (!get_device(p->fd))
893 struct device *dev = p ? get_device(p->fd) : NULL;
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 130 if (x_ppem) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font);
134 if (y_ppem) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font);
138 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font);
143 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font);
157 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
158 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
159 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
160 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
165 static inline OffsetTo<Device>& get_device (Value* value) function in struct:OT::ValueFormat
167 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 130 if (x_ppem) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font);
134 if (y_ppem) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font);
138 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font);
143 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font);
157 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
158 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
159 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
160 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
165 static inline OffsetTo<Device>& get_device (Value* value) function in struct:OT::ValueFormat
167 static inline const OffsetTo<Device>& get_device (const Value* value function in struct:OT::ValueFormat
    [all...]
  /hardware/libhardware/include/hardware/
audio.h 212 audio_devices_t (*get_device)(const struct audio_stream *stream); member in struct:audio_stream
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 377 def get_device(self, executive, device_index): member in class:AndroidDevices
    [all...]

Completed in 890 milliseconds