Home
last modified time | relevance | path

Searched defs:channelHandle (Results 1 – 11 of 11) 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/common/default/2.X/multihal/tests/fake_subhal/
DSensorsSubHal.h146 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel()
150 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
/hardware/interfaces/sensors/common/default/2.X/multihal/include/
DSubHalWrapper.h130 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel()
134 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
DHalProxy.h425 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel()
429 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
/hardware/interfaces/sensors/common/utils/
DISensorsWrapper.h159 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel()
163 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp71 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel()
75 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
106 [&] (auto result, auto channelHandle) { in registerDirectChannel()
/hardware/interfaces/sensors/common/default/2.X/multihal/
DHalProxy.cpp311 Return<Result> HalProxy::unregisterDirectChannel(int32_t channelHandle) { in unregisterDirectChannel()
321 Return<void> HalProxy::configDirectReport(int32_t sensorHandle, int32_t channelHandle, in configDirectReport()
/hardware/interfaces/sensors/common/vts/2_X/
DVtsHalSensorsV2_XTargetTest.h206 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel()
210 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h508 int32_t channelHandle; in testDirectReportOperation() local
/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp245 registerDirectChannel(mem->getSharedMemInfo(), [&](Result result, int32_t channelHandle) { in TEST_P()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraPostProc.cpp4205 QCameraChannel *QCameraPostProcessor::getChannelByHandle(uint32_t channelHandle) in getChannelByHandle()