Searched refs:hasFlashUnit (Results 1 – 5 of 5) sorted by relevance
41 virtual status_t hasFlashUnit(const String8& cameraId,65 bool hasFlashUnit(const String8& cameraId);116 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
149 res = mFlashControl->hasFlashUnit(id, &hasFlash); in findFlashUnits()170 bool CameraFlashlight::hasFlashUnit(const String8& cameraId) { in hasFlashUnit() function in android::CameraFlashlight295 status_t ProviderFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) { in hasFlashUnit() function in android::ProviderFlashControl299 *hasFlash = mProviderManager->hasFlashUnit(cameraId.string()); in hasFlashUnit()
387 if (mFlashlight->hasFlashUnit(id)) { in addStates()400 if (mFlashlight->hasFlashUnit(id)) { in removeStates()
205 bool hasFlashUnit(const std::string &id) const;477 bool hasFlashUnit() const { return mHasFlashUnit; } in hasFlashUnit() function
230 bool CameraProviderManager::hasFlashUnit(const std::string &id) const { in hasFlashUnit() function in android::CameraProviderManager236 return deviceInfo->hasFlashUnit(); in hasFlashUnit()1700 device->hasFlashUnit() ? "true" : "false"); in dump()