Searched defs:hasFlash (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.cpp165 bool hasFlash = false; local
173 res = mFlashControl->hasFlashUnit(id, &hasFlash);
187 mHasFlashlightMap.add(id, hasFlash);
307 status_t ModuleFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) { argument
308 if (!hasFlash) {
312 *hasFlash = false;
327 *hasFlash = true;
516 bool *hasFlash) {
521 return hasFlashUnitLocked(cameraId, hasFlash);
526 const String8& cameraId, bool *hasFlash) {
515 hasFlashUnit(const String8& cameraId, bool *hasFlash) argument
525 hasFlashUnitLocked( const String8& cameraId, bool *hasFlash) argument
589 bool hasFlash = false; local
678 bool hasFlash = false; local
713 hasFlashUnit( const String8& cameraId, bool *hasFlash) argument
719 hasFlashUnitLocked( const String8& cameraId, bool *hasFlash) argument
[all...]

Completed in 34 milliseconds