/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 2731 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 …]
|
D | SensorBase.h | 96 virtual int query(int what, int* value);
|
D | sensors_mpl.cpp | 94 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()
|
D | SensorBase.cpp | 194 int SensorBase::query(int what, int* value) in query() argument
|
/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/ |
D | filesystem_common.h | 159 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/ |
D | ILight.hal | 25 * @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/ |
D | WatchdogClient.cpp | 127 switch (message.what) { in handleMessage() 132 ALOGW("Unknown message: %d", message.what); in handleMessage()
|
/hardware/invensense/6515/libsensors_iio/ |
D | sensors_mpl.cpp | 117 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()
|
D | SensorBase.h | 97 virtual int query(int what, int* value);
|
D | SensorBase.cpp | 197 int SensorBase::query(int what, int* value) in query() argument
|
/hardware/interfaces/broadcastradio/common/utils/include/broadcastradio-utils/ |
D | WorkerThread.h | 36 std::function<void()> what; member
|
/hardware/interfaces/broadcastradio/common/utils/ |
D | WorkerThread.cpp | 74 task.what(); in threadLoop()
|
/hardware/interfaces/sensors/1.0/default/ |
D | convert.cpp | 78 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/ |
D | ILight.hal | 35 * @param state describes what the light should look like.
|
D | types.hal | 59 * specifying this contract to the letter is what allows that contracted
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer.h | 641 int (*query)(struct hwc_composer_device_1* dev, int what, int* value);
|
D | sensors.h | 252 int32_t what; member
|
/hardware/interfaces/camera/device/3.6/ |
D | types.hal | 88 * Information on what streams will be preserved in offline session. 96 * Camera service will validate this matches what camera service has on
|
D | ICameraDeviceSession.hal | 91 * 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/ |
D | cnativewindow.c | 280 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/ |
D | README.md | 114 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/ |
D | VehicleHalProto.proto | 94 // This structure is used to notify what values to get from the Vehicle HAL
|
/hardware/interfaces/automotive/can/1.0/ |
D | ICanBus.hal | 50 * If filtering is not supported at the hardware level (what's strongly
|
/hardware/qcom/msm8x26/kernel-headers/sound/ |
D | asound.h | 989 … SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_CTL_NA… argument
|
/hardware/qcom/msm8994/original-kernel-headers/sound/ |
D | asound.h | 973 … SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_CTL_NA… argument
|