Home
last modified time | relevance | path

Searched refs:fifoMaxEventCount (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/sensors/2.0/default/
DSensor.cpp211 mSensorInfo.fifoMaxEventCount = 0; in AccelSensor()
230 mSensorInfo.fifoMaxEventCount = 0; in PressureSensor()
249 mSensorInfo.fifoMaxEventCount = 0; in MagnetometerSensor()
268 mSensorInfo.fifoMaxEventCount = 0; in LightSensor()
287 mSensorInfo.fifoMaxEventCount = 0; in ProximitySensor()
306 mSensorInfo.fifoMaxEventCount = 0; in GyroSensor()
325 mSensorInfo.fifoMaxEventCount = 0; in AmbientTempSensor()
344 mSensorInfo.fifoMaxEventCount = 0; in DeviceTempSensor()
364 mSensorInfo.fifoMaxEventCount = 0; in RelativeHumiditySensor()
/hardware/interfaces/sensors/1.0/default/
Dconvert.cpp38 dst->fifoMaxEventCount = src.fifoMaxEventCount; in convertFromSensor()
58 dst->fifoMaxEventCount = src.fifoMaxEventCount; in convertToSensor()
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp179 EXPECT_GE(s.fifoMaxEventCount, s.fifoReservedEventCount) in TEST_P()
180 << "max=" << s.fifoMaxEventCount << " reserved=" << s.fifoReservedEventCount; in TEST_P()
/hardware/libhardware/include/hardware/
Dsensors.h473 uint32_t fifoMaxEventCount; member
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp103 CHECK_MEMBER_AT(struct sensor_t, fifoMaxEventCount, 40, 48); in CheckOffsets()
/hardware/interfaces/sensors/2.0/multihal/tests/fake_subhal/
DSensor.cpp47 mSensorInfo.fifoMaxEventCount = 0; in Sensor()
/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp343 EXPECT_GE(s.fifoMaxEventCount, s.fifoReservedEventCount) in TEST_P()
344 << "max=" << s.fifoMaxEventCount << " reserved=" << s.fifoReservedEventCount; in TEST_P()
/hardware/interfaces/sensors/1.0/
Dtypes.hal883 uint32_t fifoMaxEventCount;