Home
last modified time | relevance | path

Searched refs:isSetTorchModeSupported (Results 1 – 16 of 16) sorted by relevance

/aosp12/hardware/interfaces/camera/provider/2.4/default/
H A DCameraProvider_2_4.h59 Return<void> isSetTorchModeSupported(isSetTorchModeSupported_cb _hidl_cb) override { in isSetTorchModeSupported() function
60 return impl.isSetTorchModeSupported(_hidl_cb); in isSetTorchModeSupported()
H A DExternalCameraProviderImpl_2_4.h70 Return<void> isSetTorchModeSupported(ICameraProvider::isSetTorchModeSupported_cb _hidl_cb);
H A DLegacyCameraProviderImpl_2_4.h70 Return<void> isSetTorchModeSupported(ICameraProvider::isSetTorchModeSupported_cb _hidl_cb);
H A DLegacyCameraProviderImpl_2_4.cpp490 Return<void> LegacyCameraProviderImpl_2_4::isSetTorchModeSupported( in isSetTorchModeSupported() function in android::hardware::camera::provider::V2_4::implementation::LegacyCameraProviderImpl_2_4
492 bool support = mModule->isSetTorchModeSupported(); in isSetTorchModeSupported()
H A DExternalCameraProviderImpl_2_4.cpp131 Return<void> ExternalCameraProviderImpl_2_4::isSetTorchModeSupported( in isSetTorchModeSupported() function in android::hardware::camera::provider::V2_4::implementation::ExternalCameraProviderImpl_2_4
/aosp12/hardware/interfaces/camera/provider/2.5/default/
H A DCameraProvider_2_5.h62 Return<void> isSetTorchModeSupported(isSetTorchModeSupported_cb _hidl_cb) override { in isSetTorchModeSupported() function
63 return impl.isSetTorchModeSupported(_hidl_cb); in isSetTorchModeSupported()
/aosp12/hardware/interfaces/camera/common/1.0/default/include/
H A DCameraModule.h61 bool isSetTorchModeSupported() const;
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_camera_provider.h61 Return<void> isSetTorchModeSupported(
H A Dhidl_camera_provider.cc324 Return<void> HidlCameraProvider::isSetTorchModeSupported( in isSetTorchModeSupported() function in android::hardware::camera::provider::V2_7::implementation::HidlCameraProvider
/aosp12/hardware/interfaces/camera/provider/2.4/
H A DICameraProvider.hal125 * isSetTorchModeSupported:
147 isSetTorchModeSupported() generates (Status status, bool support);
/aosp12/hardware/interfaces/camera/device/3.2/default/
H A DCameraDevice.cpp164 if (!mModule->isSetTorchModeSupported()) { in setTorchMode()
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DCameraModule.cpp438 bool CameraModule::isSetTorchModeSupported() const { in isSetTorchModeSupported() function in android::hardware::camera::common::V1_0::helper::CameraModule
/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp136 virtual ::hardware::Return<void> isSetTorchModeSupported( in isSetTorchModeSupported() function
/aosp12/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp613 if (!mModule->isSetTorchModeSupported()) { in setTorchMode()
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp1486 ret = interface->isSetTorchModeSupported( in initialize()
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp1829 ret = mProvider->isSetTorchModeSupported([&](auto status, bool support) { in TEST_P()
2881 ret = mProvider->isSetTorchModeSupported([&](auto status, bool support) { in TEST_P()