Home
last modified time | relevance | path

Searched defs:channelHandle (Results 1 – 7 of 7) 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.cpp72 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel()
76 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
107 [&] (auto result, auto channelHandle) { in registerDirectChannel()
/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp159 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel()
163 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
220 getSensors()->registerDirectChannel(mem, [&](auto result, auto channelHandle) { in registerDirectChannel()
965 registerDirectChannel(mem->getSharedMemInfo(), [&](Result result, int32_t channelHandle) { in verifyRegisterDirectChannel()
1114 registerDirectChannel(mem->getSharedMemInfo(), [&](Result result, int32_t channelHandle) { in TEST_P()
/hardware/interfaces/sensors/2.0/multihal/
DHalProxy.cpp251 Return<Result> HalProxy::unregisterDirectChannel(int32_t channelHandle) { in unregisterDirectChannel()
261 Return<void> HalProxy::configDirectReport(int32_t sensorHandle, int32_t channelHandle, in configDirectReport()
/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()