Searched refs:directChannelHandle (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/sensors/2.0/vts/functional/ |
D | VtsHalSensorsV2_0TargetTest.cpp | 190 int32_t* directChannelHandle, bool supportsSharedMemType, 193 int32_t directChannelHandle, bool directChannelSupported); 194 void verifyUnregisterDirectChannel(int32_t directChannelHandle, bool directChannelSupported); 195 void checkRateLevel(const SensorInfo& sensor, int32_t directChannelHandle, RateLevel rateLevel); 924 void SensorsHidlTest::checkRateLevel(const SensorInfo& sensor, int32_t directChannelHandle, in checkRateLevel() argument 926 configDirectReport(sensor.sensorHandle, directChannelHandle, rateLevel, in checkRateLevel() 959 int32_t* directChannelHandle, in verifyRegisterDirectChannel() argument 980 *directChannelHandle = channelHandle; in verifyRegisterDirectChannel() 985 int32_t directChannelHandle, bool supportsAnyDirectChannel) { in verifyConfigure() argument 988 checkRateLevel(sensor, directChannelHandle, RateLevel::NORMAL); in verifyConfigure() [all …]
|