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

  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.h 44 virtual status_t hasFlashUnit(const String8& cameraId,
68 bool hasFlashUnit(const String8& cameraId);
121 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
142 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
CameraFlashlight.cpp 152 res = mFlashControl->hasFlashUnit(id, &hasFlash);
173 bool CameraFlashlight::hasFlashUnit(const String8& cameraId) {
295 status_t ProviderFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) {
299 *hasFlash = mProviderManager->hasFlashUnit(cameraId.string());
387 status_t CameraHardwareInterfaceFlashControl::hasFlashUnit(
CameraService.cpp 261 if (mFlashlight->hasFlashUnit(id8)) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.h 149 bool hasFlashUnit(const std::string &id) const;
292 bool hasFlashUnit() const { return mHasFlashUnit; }
CameraProviderManager.cpp 136 bool CameraProviderManager::hasFlashUnit(const std::string &id) const {
142 return deviceInfo->hasFlashUnit();
619 device->hasFlashUnit() ? "true" : "false");
    [all...]

Completed in 88 milliseconds