Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 10 of 10) sorted by relevance

/hardware/libhardware/modules/sensors/
Dmultihal.cpp387 sensors_poll_device_1_t* v1 = this->get_v1_device_by_handle(handle); in batch() local
388 if (halIsCompliant(this, handle) && local_handle >= 0 && v1) { in batch()
389 retval = v1->batch(v1, local_handle, flags, period_ns, timeout); in batch()
401 sensors_poll_device_1_t* v1 = this->get_v1_device_by_handle(handle); in flush() local
402 if (halIsCompliant(this, handle) && local_handle >= 0 && v1) { in flush()
403 retval = v1->flush(v1, local_handle); in flush()
417 sensors_poll_device_1_t* v1 = this->get_v1_device_by_handle(data->sensor); in inject_sensor_data() local
419 local_handle >= 0 && v1) { in inject_sensor_data()
420 retval = v1->inject_sensor_data(dev, data); in inject_sensor_data()
/hardware/intel/common/libva/test/putsurface/
Dputsurface_common.c132 va_value_equals(const VAGenericValue *v1, const VAGenericValue *v2) in va_value_equals() argument
134 if (v1->type != v2->type) in va_value_equals()
137 switch (v1->type) { in va_value_equals()
139 return v1->value.i == v2->value.i; in va_value_equals()
141 return v1->value.f == v2->value.f; in va_value_equals()
143 return v1->value.p == v2->value.p; in va_value_equals()
145 return v1->value.fn == v2->value.fn; in va_value_equals()
/hardware/intel/common/libva/test/decode/
Dtinyjpeg.c631 int h1, h2, h3, v1, v2, v3; in tinyjpeg_decode() local
635 v1 = pic_param.components[0].v_sampling_factor; in tinyjpeg_decode()
640 v1 == 2 && v2 == 1 && v3 == 1) { in tinyjpeg_decode()
648 v1 == 1 && v2 == 1 && v3 == 1) { in tinyjpeg_decode()
656 v1 == 1 && v2 == 1 && v3 == 1) { in tinyjpeg_decode()
664 v1 == 1 && v2 == 1 && v3 == 1) { in tinyjpeg_decode()
671 v1 == 2 && v2 == 1 && v3 == 1) { in tinyjpeg_decode()
679 v1 == 2 && v2 == 2 && v3 == 2) { in tinyjpeg_decode()
687 v1 == 2 && v2 == 1 && v3 == 1) { in tinyjpeg_decode()
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantP2pIfaceCallback.hal93 * Technical specification v1.2.
98 * specification v1.2.
100 * specification v1.2.
102 * technical specification v1.0.0.
215 * Wifi P2P Technical specification v1.2.
216 * @parm tlvs Refer to section 3.1.3.1 of Wifi P2P Technical specification v1.2.
DISupplicantIface.hal144 * Technical specification v1.2.
DISupplicantP2pIface.hal610 * specification v1.0.0.
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalService.java51 import org.xmlpull.v1.XmlPullParser;
52 import org.xmlpull.v1.XmlPullParserException;
53 import org.xmlpull.v1.XmlPullParserFactory;
DThermalCooling.java19 import org.xmlpull.v1.XmlPullParser;
20 import org.xmlpull.v1.XmlPullParserException;
21 import org.xmlpull.v1.XmlPullParserFactory;
/hardware/interfaces/media/omx/1.0/
DIOmxStore.hal37 * enum<v1,v2,...,vn>: v1 | v2 | ... | vn
/hardware/interfaces/camera/device/
DREADME.md24 needing to use the deprecated pre-HIDL camera device HAL v1.0.