Searched refs:directChannelHandle (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/sensors/common/vts/2_X/ |
D | VtsHalSensorsV2_XTargetTest.h | 239 int32_t* directChannelHandle, bool supportsSharedMemType, 242 int32_t directChannelHandle, bool directChannelSupported); 243 void verifyUnregisterDirectChannel(int32_t directChannelHandle, bool directChannelSupported); 244 void checkRateLevel(const SensorInfoType& sensor, int32_t directChannelHandle, 815 void SensorsHidlTest::checkRateLevel(const SensorInfoType& sensor, int32_t directChannelHandle, in checkRateLevel() argument 817 configDirectReport(sensor.sensorHandle, directChannelHandle, rateLevel, in checkRateLevel() 857 int32_t* directChannelHandle, bool supportsSharedMemType, bool supportsAnyDirectChannel) { in verifyRegisterDirectChannel() argument 880 *directChannelHandle = channelHandle; in verifyRegisterDirectChannel() 885 int32_t directChannelHandle, bool supportsAnyDirectChannel) { in verifyConfigure() argument 893 checkRateLevel(sensor, directChannelHandle, RateLevel::NORMAL); in verifyConfigure() [all …]
|
/hardware/interfaces/sensors/2.0/vts/functional/ |
D | VtsHalSensorsV2_0TargetTest.cpp | 244 int32_t directChannelHandle = 0; in TEST_P() local 247 directChannelHandle = channelHandle; in TEST_P() 252 sensor.sensorHandle, directChannelHandle, rate, in TEST_P() 267 sensor.sensorHandle, directChannelHandle, rate, in TEST_P()
|