Searched refs:camera_provider_hwl_ (Results 1 – 2 of 2) sorted by relevance
98 camera_provider_hwl_ = std::move(camera_provider_hwl); in Initialize()103 camera_provider_hwl_ = nullptr; in Initialize()112 status_t res = camera_provider_hwl_->GetVendorTags(&hwl_tag_sections); in InitializeVendorTags()138 if (camera_provider_hwl_ == nullptr) { in SetCallback()166 camera_provider_hwl_->SetCallback(hwl_provider_callback_); in SetCallback()172 return camera_provider_hwl_->TriggerDeferredCallbacks(); in TriggerDeferredCallbacks()182 if (camera_provider_hwl_ == nullptr) { in GetVendorTags()198 status_t res = camera_provider_hwl_->GetVisibleCameraIds(camera_ids); in GetCameraIdList()209 if (camera_provider_hwl_ == nullptr) { in IsSetTorchModeSupported()214 return camera_provider_hwl_->IsSetTorchModeSupported(); in IsSetTorchModeSupported()[all …]
86 std::unique_ptr<CameraProviderHwl> camera_provider_hwl_; variable