/hardware/interfaces/sensors/1.0/default/ |
D | Sensors.cpp | 284 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/ |
D | SensorsSubHal.h | 146 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/ |
D | SubHalWrapper.h | 130 Return<Result> unregisterDirectChannel(int32_t channelHandle) override { in unregisterDirectChannel() 134 Return<void> configDirectReport(int32_t sensorHandle, int32_t channelHandle, RateLevel rate, in configDirectReport()
|
D | HalProxy.h | 427 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/ |
D | ISensors.aidl | 39 …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/ |
D | ISensors.aidl | 39 …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/ |
D | ISensors.aidl | 80 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/ |
D | ISensors.aidl | 39 …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/ |
D | ISensorsWrapper.h | 159 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/ |
D | VtsHalSensorsV1_0TargetTest.cpp | 73 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/ |
D | VtsAidlHalSensorsTargetTest.cpp | 371 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/ |
D | HalProxy.cpp | 327 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/ |
D | SensorsHidlTestBase.h | 464 int32_t channelHandle; in testDirectReportOperation() local
|
/hardware/interfaces/sensors/common/vts/2_X/ |
D | VtsHalSensorsV2_XTargetTest.h | 207 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/ |
D | VtsHalSensorsV2_0TargetTest.cpp | 245 registerDirectChannel(mem->getSharedMemInfo(), [&](Result result, int32_t channelHandle) { in TEST_P()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraPostProc.cpp | 4205 QCameraChannel *QCameraPostProcessor::getChannelByHandle(uint32_t channelHandle) in getChannelByHandle()
|
D | QCamera2HWI.cpp | 9040 QCameraChannel *QCamera2HardwareInterface::getChannelByHandle(uint32_t channelHandle) in getChannelByHandle()
|