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

  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.h 42 virtual status_t hasFlashUnit(const String8& cameraId,
66 bool hasFlashUnit(const String8& cameraId);
112 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
132 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
186 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
CameraFlashlight.cpp 174 res = mFlashControl->hasFlashUnit(id, &hasFlash);
195 bool CameraFlashlight::hasFlashUnit(const String8& cameraId) {
310 status_t ModuleFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) {
518 status_t CameraDeviceClientFlashControl::hasFlashUnit(const String8& cameraId,
719 status_t CameraHardwareInterfaceFlashControl::hasFlashUnit(
CameraService.cpp 261 if (mFlashlight->hasFlashUnit(cameraId)) {
    [all...]

Completed in 3222 milliseconds