Home
last modified time | relevance | path

Searched defs:channelHandle (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/sensors/1.0/default/
DSensors.cpp284 int32_t channelHandle = static_cast<int32_t>(err); in registerDirectChannel() local
290 Return<Result> Sensors::unregisterDirectChannel(int32_t channelHandle) { in unregisterDirectChannel()
303 int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp62 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel()
66 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
95 [&] (auto result, auto channelHandle) { in registerDirectChannel()
/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp146 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel()
150 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
203 getSensors()->registerDirectChannel(mem, [&](auto result, auto channelHandle) { in registerDirectChannel()
877 registerDirectChannel(mem->getSharedMemInfo(), [&](Result result, int32_t channelHandle) { in verifyRegisterDirectChannel()
1019 registerDirectChannel(mem->getSharedMemInfo(), [&](Result result, int32_t channelHandle) { in TEST_F()
/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlTestBase.cpp279 int32_t channelHandle; in testDirectReportOperation() local
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraPostProc.cpp4205 QCameraChannel *QCameraPostProcessor::getChannelByHandle(uint32_t channelHandle) in getChannelByHandle()
DQCamera2HWI.cpp9040 QCameraChannel *QCamera2HardwareInterface::getChannelByHandle(uint32_t channelHandle) in getChannelByHandle()