Home
last modified time | relevance | path

Searched refs:isTorchSupported (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.h343 static bool isTorchSupported(const camera_metadata_t* staticMeta);
Dcamera_aidl_test.cpp1197 torch_supported = isTorchSupported(staticMeta); in verifyManualFlashStrengthControlCharacteristics()
1724 bool CameraAidlTest::isTorchSupported(const camera_metadata_t* staticMeta) { in isTorchSupported() function in CameraAidlTest
DVtsAidlHalCameraProvider_TargetTest.cpp474 bool torchSupported = isTorchSupported(staticMeta); in TEST_P()