Searched refs:getSupportedFlashStrength (Results 1 – 3 of 3) sorted by relevance
107 virtual std::pair<int, int> getSupportedFlashStrength() const;
234 std::pair<int, int> HwCamera::getSupportedFlashStrength() const { in getSupportedFlashStrength() function in android::hardware::camera::provider::implementation::hw::HwCamera
159 const auto supportedFlashStrength = mHwCamera->getSupportedFlashStrength(); in getCameraCharacteristics()