Searched defs:what (Results 1 - 12 of 12) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcModule.cpp89 int what,
92 ATRACE("what = %d", what);
88 hwc_query(struct hwc_composer_device_1 *dev, int what, int* value) argument
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcModule.cpp95 int what, int* /* value */)
97 (void) what;
98 ALOGTRACE("what = %d", what);
94 hwc_query(struct hwc_composer_device_1 * , int what, int* ) argument
/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp117 int query(int what, int *value);
351 int sensors_poll_context_t::query(int what, int* value) argument
354 return mSensor->query(what, value);
422 int what, int *value)
425 return ctx->query(what, value);
421 poll__query(struct sensors_poll_device_1 *dev, int what, int *value) argument
H A DMPLSensor.cpp623 // developers could choose what they want
3035 s->meta_data.what = flags;
3039 "HAL:flush complete data: type=%d what=%d, "
3041 s->type, s->meta_data.what, s->meta_data.sensor,
3058 int what = -1, err = 0; local
3074 what = StepCounter;
3088 mBatchDelays[what] = 1000000000LL;
3091 what = StepDetector;
3111 mBatchDelays[what] = 1000000000LL;
3136 what
3336 getHandle(int32_t handle, int &what, android::String8 &sname) argument
3420 int what = -1; local
6246 int what = -1; local
[all...]
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c280 static int cnw_query(const aWindow *base, int what, int *value) { argument
283 switch (what) {
308 ERROR("query %d unknown!\n", what);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmcomp.c868 unsigned char *what = (*(b->base_src) + b->src); local
902 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX)
927 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
938 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
964 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
975 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1006 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1017 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1057 unsigned char *what = (*(b->base_src) + b->src); local
1101 bestsad = fn_ptr->sdf(what, what_strid
1181 unsigned char *what = (*(b->base_src) + b->src); local
1336 unsigned char *what = (*(b->base_src) + b->src); local
1432 unsigned char *what = (*(b->base_src) + b->src); local
1566 unsigned char *what = (*(b->base_src) + b->src); local
1738 unsigned char *what = (*(b->base_src) + b->src); local
1818 unsigned char *what = (*(b->base_src) + b->src); local
[all...]
H A Dpickinter.c73 unsigned char *what = (*(b->base_src) + b->src); local
85 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse);
89 return vfp->vf(what, what_stride, in_what, in_what_stride, sse);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mcomp.c57 // Minimum search size no matter what the passed in value.
515 const struct buf_2d *const what = &x->plane[0].src; local
532 bestsad = vfp->sdf(what->buf, what->stride,
549 thissad = vfp->sdf(what->buf, what->stride,
560 thissad = vfp->sdf(what->buf, what->stride,
592 thissad = vfp->sdf(what->buf, what
706 const struct buf_2d *const what = &x->plane[0].src; local
723 const struct buf_2d *const what = &x->plane[0].src; local
886 const uint8_t *what = x->plane[0].src.buf; local
987 const uint8_t *what = x->plane[0].src.buf; local
1096 uint8_t *what = x->plane[0].src.buf; local
1310 const struct buf_2d *const what = &x->plane[0].src; local
1347 const uint8_t *const what = x->plane[0].src.buf; local
1439 const uint8_t *const what = x->plane[0].src.buf; local
1560 const struct buf_2d *const what = &x->plane[0].src; local
1614 const uint8_t *what = x->plane[0].src.buf; local
1710 const struct buf_2d *const what = &x->plane[0].src; local
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp690 // developers could choose what they want
2731 s->meta_data.what = flags;
2736 "HAL:flush complete data: type=%d what=%d, "
2738 s->type, s->meta_data.what, s->meta_data.sensor,
2755 int what = -1, err = 0; local
2760 what = StepCounter;
2803 what = Accelerometer;
2807 what = MagneticField;
2811 what = RawMagneticField;
2815 what
2987 getHandle(int32_t handle, int &what, android::String8 &sname) argument
3068 int what = -1; local
[all...]
/hardware/libhardware/include/hardware/
H A Dsensors.h81 * what field for meta_data_event_t
91 * See sensor types for more details on what sensors should require this
198 * Each sensor has a type which defines what this sensor measures and how
268 * meta_data_event_t.what can take the following values:
275 * All other values for meta_data_event_t.what are reserved and
938 int32_t what; member in struct:meta_data_event
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c1917 int what, int* value)
1921 switch (what) {
1916 omap4_hwc_query(struct hwc_composer_device_1* dev, int what, int* value) argument
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c2615 int what, int* value)
2619 switch (what) {
2614 omap4_hwc_query(struct hwc_composer_device_1* dev, int what, int* value) argument

Completed in 619 milliseconds