HomeSort by relevance Sort by last modified time
    Searched refs:findFlashUnits (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.h 64 status_t findFlashUnits();
66 // Whether a camera device has a flash unit. Before findFlashUnits() is
CameraFlashlight.cpp 70 ALOGE("%s: findFlashUnits() must be called before this method.",
125 status_t CameraFlashlight::findFlashUnits() {
180 ALOGE("%s: findFlashUnits() must be called before this method.",
187 ALOGE("%s: camera %s not present when findFlashUnits() was called",
209 ALOGE("%s: findFlashUnits() must be called before this method.",
247 ALOGE("%s: findFlashUnits() must be called before this method.",
CameraService.cpp 227 res = mFlashlight->findFlashUnits();
    [all...]

Completed in 106 milliseconds