Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dos.c139 static struct device *get_device (int fd) in get_device() function
245 dev = get_device (p->fd); in pcap_read_one()
359 struct device *dev = p ? get_device(p->fd) : NULL; in pcap_stats_dos()
392 struct device *dev = p ? get_device (p->fd) : NULL; in pcap_stats_ex()
452 if (!get_device(p->fd)) in pcap_cleanup_dos()
893 struct device *dev = p ? get_device(p->fd) : NULL; in pcap_sendpacket_dos()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh130 if (x_ppem) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font); in apply_value()
134 if (y_ppem) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font); in apply_value()
138 … if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font); in apply_value()
143 … if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font); in apply_value()
157 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false; in sanitize_value_devices()
158 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false; in sanitize_value_devices()
159 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false; in sanitize_value_devices()
160 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false; in sanitize_value_devices()
165 static inline OffsetTo<Device>& get_device (Value* value) in get_device() function
167 static inline const OffsetTo<Device>& get_device (const Value* value) in get_device() function
/external/libusb/
DChangeLog1551 get_device fixup