Lines Matching refs:directChannelHandle
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()
1045 verifyConfigure(sensor, memType, directChannelHandle, supportsAnyDirectChannel); in verifyDirectChannel()
1046 verifyUnregisterDirectChannel(&directChannelHandle, supportsAnyDirectChannel); in verifyDirectChannel()
1052 int32_t directChannelHandle, bool supportsAnyDirectChannel) { in verifyConfigure() argument
1061 checkRateLevel(sensor, directChannelHandle, ISensors::RateLevel::NORMAL, &reportToken); in verifyConfigure()
1062 checkRateLevel(sensor, directChannelHandle, ISensors::RateLevel::FAST, &reportToken); in verifyConfigure()
1063 checkRateLevel(sensor, directChannelHandle, ISensors::RateLevel::VERY_FAST, &reportToken); in verifyConfigure()
1064 checkRateLevel(sensor, directChannelHandle, ISensors::RateLevel::STOP, &reportToken); in verifyConfigure()
1067 ndk::ScopedAStatus status = configDirectReport(-1 /* sensorHandle */, directChannelHandle, in verifyConfigure()
1071 status = configDirectReport(-1 /* sensorHandle */, directChannelHandle, in verifyConfigure()
1079 ndk::ScopedAStatus status = configDirectReport(sensor.sensorHandle, directChannelHandle, in verifyConfigure()