Searched refs:directChannelHandle (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/sensors/common/vts/2_X/ |
D | VtsHalSensorsV2_XTargetTest.h | 238 int32_t* directChannelHandle, bool supportsSharedMemType, 241 int32_t directChannelHandle, bool directChannelSupported); 242 void verifyUnregisterDirectChannel(int32_t directChannelHandle, bool directChannelSupported); 243 void checkRateLevel(const SensorInfoType& sensor, int32_t directChannelHandle, 839 void SensorsHidlTest::checkRateLevel(const SensorInfoType& sensor, int32_t directChannelHandle, in checkRateLevel() argument 841 configDirectReport(sensor.sensorHandle, directChannelHandle, rateLevel, in checkRateLevel() 881 int32_t* directChannelHandle, bool supportsSharedMemType, bool supportsAnyDirectChannel) { in verifyRegisterDirectChannel() argument 904 *directChannelHandle = channelHandle; in verifyRegisterDirectChannel() 909 int32_t directChannelHandle, bool supportsAnyDirectChannel) { in verifyConfigure() argument 917 checkRateLevel(sensor, directChannelHandle, RateLevel::NORMAL); in verifyConfigure() [all …]
|
/hardware/interfaces/sensors/aidl/vts/ |
D | VtsAidlHalSensorsTargetTest.cpp | 327 int32_t* directChannelHandle, bool supportsSharedMemType, 331 int32_t directChannelHandle, bool directChannelSupported); 336 void verifyUnregisterDirectChannel(int32_t* directChannelHandle, bool supportsAnyDirectChannel); 338 void checkRateLevel(const SensorInfo& sensor, int32_t directChannelHandle, 952 void SensorsAidlTest::checkRateLevel(const SensorInfo& sensor, int32_t directChannelHandle, in checkRateLevel() argument 955 configDirectReport(sensor.sensorHandle, directChannelHandle, rateLevel, reportToken); in checkRateLevel() 996 int32_t* directChannelHandle, bool supportsSharedMemType, bool supportsAnyDirectChannel) { in verifyRegisterDirectChannel() argument 1019 *directChannelHandle = channelHandle; in verifyRegisterDirectChannel() 1042 int32_t directChannelHandle = 0; in verifyDirectChannel() local 1043 verifyRegisterDirectChannel(mem, &directChannelHandle, supportsSharedMemType, in verifyDirectChannel() [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()
|