Searched refs:isTorchSupported (Results 1 – 3 of 3) sorted by relevance
343 static bool isTorchSupported(const camera_metadata_t* staticMeta);
1197 torch_supported = isTorchSupported(staticMeta); in verifyManualFlashStrengthControlCharacteristics()1724 bool CameraAidlTest::isTorchSupported(const camera_metadata_t* staticMeta) { in isTorchSupported() function in CameraAidlTest
474 bool torchSupported = isTorchSupported(staticMeta); in TEST_P()