Searched refs:findFlashUnits (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.h62 status_t findFlashUnits();
64 // Whether a camera device has a flash unit. Before findFlashUnits() is
H A DCameraFlashlight.cpp102 ALOGE("%s: findFlashUnits() must be called before this method.");
156 status_t CameraFlashlight::findFlashUnits() { function in class:android::CameraFlashlight
203 ALOGE("%s: findFlashUnits() must be called before this method.");
209 ALOGE("%s: camera %s not present when findFlashUnits() was called",
222 ALOGE("%s: findFlashUnits() must be called before this method.");
259 ALOGE("%s: findFlashUnits() must be called before this method.");
H A DCameraService.cpp177 status_t res = mFlashlight->findFlashUnits();

Completed in 97 milliseconds