Searched refs:camera_provider_hwl_ (Results 1 – 2 of 2) sorted by relevance
99 camera_provider_hwl_ = std::move(camera_provider_hwl); in Initialize()104 camera_provider_hwl_ = nullptr; in Initialize()113 status_t res = camera_provider_hwl_->GetVendorTags(&hwl_tag_sections); in InitializeVendorTags()139 if (camera_provider_hwl_ == nullptr) { in SetCallback()167 camera_provider_hwl_->SetCallback(hwl_provider_callback_); in SetCallback()173 return camera_provider_hwl_->TriggerDeferredCallbacks(); in TriggerDeferredCallbacks()183 if (camera_provider_hwl_ == nullptr) { in GetVendorTags()199 status_t res = camera_provider_hwl_->GetVisibleCameraIds(camera_ids); in GetCameraIdList()210 if (camera_provider_hwl_ == nullptr) { in IsSetTorchModeSupported()215 return camera_provider_hwl_->IsSetTorchModeSupported(); in IsSetTorchModeSupported()[all …]
85 std::unique_ptr<CameraProviderHwl> camera_provider_hwl_; variable