Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 81) sorted by relevance

1234

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp2731 s->meta_data.what = flags; in metaHandler()
2738 s->type, s->meta_data.what, s->meta_data.sensor, in metaHandler()
2755 int what = -1, err = 0; in enable() local
2760 what = StepCounter; in enable()
2803 what = Accelerometer; in enable()
2807 what = MagneticField; in enable()
2811 what = RawMagneticField; in enable()
2815 what = Orientation; in enable()
2819 what = Gyro; in enable()
2823 what = RawGyro; in enable()
[all …]
DSensorBase.h96 virtual int query(int what, int* value);
Dsensors_mpl.cpp94 int query(int what, int *value);
313 int sensors_poll_context_t::query(int what, int* value) in query() argument
316 return mSensor->query(what, value); in query()
DSensorBase.cpp194 int SensorBase::query(int what, int* value) in query() argument
/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
Dfilesystem_common.h159 string what = string("in ") + func_name; in report() local
162 __throw_filesystem_error(what, m_ec); in report()
164 __throw_filesystem_error(what, *p1, m_ec); in report()
166 __throw_filesystem_error(what, *p1, *p2, m_ec); in report()
177 string what = in report() local
181 __throw_filesystem_error(what, m_ec); in report()
183 __throw_filesystem_error(what, *p1, m_ec); in report()
185 __throw_filesystem_error(what, *p1, *p2, m_ec); in report()
/hardware/interfaces/light/2.0/
DILight.hal25 * @param state describes what the light should look like.
31 * Discover what indicator lights are available.
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DWatchdogClient.cpp127 switch (message.what) { in handleMessage()
132 ALOGW("Unknown message: %d", message.what); in handleMessage()
/hardware/invensense/6515/libsensors_iio/
Dsensors_mpl.cpp117 int query(int what, int *value);
351 int sensors_poll_context_t::query(int what, int* value) in query() argument
354 return mSensor->query(what, value); in query()
422 int what, int *value) in poll__query() argument
425 return ctx->query(what, value); in poll__query()
DSensorBase.h97 virtual int query(int what, int* value);
DSensorBase.cpp197 int SensorBase::query(int what, int* value) in query() argument
/hardware/interfaces/broadcastradio/common/utils/include/broadcastradio-utils/
DWorkerThread.h36 std::function<void()> what; member
/hardware/interfaces/broadcastradio/common/utils/
DWorkerThread.cpp74 task.what(); in threadLoop()
/hardware/interfaces/sensors/1.0/default/
Dconvert.cpp78 dst->u.meta.what = (MetaDataEventType)src.meta_data.what; in convertFromSensorEvent()
212 dst->meta_data.what = (int32_t)src.u.meta.what; in convertToSensorEvent()
/hardware/interfaces/tests/extension/light/2.0/
DILight.hal35 * @param state describes what the light should look like.
Dtypes.hal59 * specifying this contract to the letter is what allows that contracted
/hardware/libhardware/include/hardware/
Dhwcomposer.h641 int (*query)(struct hwc_composer_device_1* dev, int what, int* value);
Dsensors.h252 int32_t what; member
/hardware/interfaces/camera/device/3.6/
Dtypes.hal88 * Information on what streams will be preserved in offline session.
96 * Camera service will validate this matches what camera service has on
DICameraDeviceSession.hal91 * switching to offline mode, and collected information on what streams and
124 * @return offlineSessionInfo Information on what streams and requests will
/hardware/libhardware/tests/hwc/
Dcnativewindow.c280 static int cnw_query(const aWindow *base, int what, int *value) { in cnw_query() argument
283 switch (what) { in cnw_query()
308 ERROR("query %d unknown!\n", what); in cnw_query()
/hardware/libhardware/modules/camera/3_4/
DREADME.md114 associated static property indicating what allowable values are.
147 good way to determine what settings were in effect for a given frame. Thus,
151 is underfeatured compared to the ideal/what is possible.
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/
DVehicleHalProto.proto94 // This structure is used to notify what values to get from the Vehicle HAL
/hardware/interfaces/automotive/can/1.0/
DICanBus.hal50 * If filtering is not supported at the hardware level (what's strongly
/hardware/qcom/msm8x26/kernel-headers/sound/
Dasound.h989 … SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_CTL_NA… argument
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dasound.h973 … SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_CTL_NA… argument

1234