Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DHwCamera.h107 virtual std::pair<int, int> getSupportedFlashStrength() const;
DHwCamera.cpp234 std::pair<int, int> HwCamera::getSupportedFlashStrength() const { in getSupportedFlashStrength() function in android::hardware::camera::provider::implementation::hw::HwCamera
DCameraDevice.cpp159 const auto supportedFlashStrength = mHwCamera->getSupportedFlashStrength(); in getCameraCharacteristics()