HomeSort by relevance Sort by last modified time
    Searched refs:isSetTorchModeSupported (Results 1 - 10 of 10) sorted by null

  /hardware/interfaces/camera/provider/2.4/
ICameraProvider.hal 123 * isSetTorchModeSupported:
144 isSetTorchModeSupported() generates (Status status, bool support);
  /hardware/interfaces/camera/common/1.0/default/include/
CameraModule.h 58 bool isSetTorchModeSupported() const;
  /hardware/interfaces/camera/provider/2.4/default/
CameraProvider.h 64 Return<void> isSetTorchModeSupported(isSetTorchModeSupported_cb _hidl_cb) override;
CameraProvider.cpp 392 Return<void> CameraProvider::isSetTorchModeSupported(isSetTorchModeSupported_cb _hidl_cb) {
393 bool support = mModule->isSetTorchModeSupported();
  /hardware/interfaces/camera/device/3.2/default/
CameraDevice.cpp 161 if (!mModule->isSetTorchModeSupported()) {
  /hardware/interfaces/camera/common/1.0/default/
CameraModule.cpp 393 bool CameraModule::isSetTorchModeSupported() const {
  /frameworks/av/services/camera/libcameraservice/tests/
CameraProviderManagerTest.cpp 118 virtual ::hardware::Return<void> isSetTorchModeSupported(
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp 205 auto ret = provider->mInterface->isSetTorchModeSupported(
    [all...]
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp 608 if (!mModule->isSetTorchModeSupported()) {
    [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp     [all...]

Completed in 750 milliseconds