Home
last modified time | relevance | path

Searched defs:channelHandle (Results 1 – 17 of 17) 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.h427 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel()
431 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
/hardware/interfaces/sensors/aidl/aidl_api/android.hardware.sensors/current/android/hardware/sensors/
DISensors.aidl39 …int configDirectReport(in int sensorHandle, in int channelHandle, in android.hardware.sensors.ISen… in configDirectReport()
46 void unregisterDirectChannel(in int channelHandle); in unregisterDirectChannel()
/hardware/interfaces/sensors/aidl/aidl_api/android.hardware.sensors/2/android/hardware/sensors/
DISensors.aidl39 …int configDirectReport(in int sensorHandle, in int channelHandle, in android.hardware.sensors.ISen… in configDirectReport()
46 void unregisterDirectChannel(in int channelHandle); in unregisterDirectChannel()
/hardware/interfaces/sensors/aidl/android/hardware/sensors/
DISensors.aidl80 int configDirectReport(in int sensorHandle, in int channelHandle, in RateLevel rate); in configDirectReport()
263 void unregisterDirectChannel(in int channelHandle); in unregisterDirectChannel()
/hardware/interfaces/sensors/aidl/aidl_api/android.hardware.sensors/1/android/hardware/sensors/
DISensors.aidl39 …int configDirectReport(in int sensorHandle, in int channelHandle, in android.hardware.sensors.ISen… in configDirectReport()
46 void unregisterDirectChannel(in int channelHandle); in unregisterDirectChannel()
/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.cpp73 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel()
77 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
108 [&] (auto result, auto channelHandle) { in registerDirectChannel()
/hardware/interfaces/sensors/aidl/vts/
DVtsAidlHalSensorsTargetTest.cpp371 ndk::ScopedAStatus unregisterDirectChannel(int32_t* channelHandle) { in unregisterDirectChannel()
375 ndk::ScopedAStatus configDirectReport(int32_t sensorHandle, int32_t channelHandle, in configDirectReport()
1004 int32_t channelHandle; in verifyRegisterDirectChannel() local
1022 void SensorsAidlTest::verifyUnregisterDirectChannel(int32_t* channelHandle, in verifyUnregisterDirectChannel()
/hardware/interfaces/sensors/common/default/2.X/multihal/
DHalProxy.cpp327 Return<Result> HalProxy::unregisterDirectChannel(int32_t channelHandle) { in unregisterDirectChannel()
337 Return<void> HalProxy::configDirectReport(int32_t sensorHandle, int32_t channelHandle, in configDirectReport()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h464 int32_t channelHandle; in testDirectReportOperation() local
/hardware/interfaces/sensors/common/vts/2_X/
DVtsHalSensorsV2_XTargetTest.h207 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel()
211 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
/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()
DQCamera2HWI.cpp9040 QCameraChannel *QCamera2HardwareInterface::getChannelByHandle(uint32_t channelHandle) in getChannelByHandle()