Searched refs:google_camera_provider_ (Results 1 – 2 of 2) sorted by relevance
61 google_camera_provider_ = CameraProvider::Create(); in Initialize()62 if (google_camera_provider_ == nullptr) { in Initialize()159 google_camera_provider_->SetCallback(&camera_provider_callback_); in Initialize()170 google_camera_provider_->TriggerDeferredCallbacks(); in setCallback()180 google_camera_provider_->GetVendorTags(&hal_vendor_tag_sections); in getVendorTags()205 status_t res = google_camera_provider_->GetCameraIdList(&camera_ids); in getCameraIdList()230 status_t res = google_camera_provider_->GetConcurrentStreamingCameraIds( in getConcurrentStreamingCameraIds()277 res = google_camera_provider_->IsConcurrentStreamCombinationSupported( in isConcurrentStreamCombinationSupported()290 bool is_supported = google_camera_provider_->IsSetTorchModeSupported(); in isSetTorchModeSupported()336 status_t res = google_camera_provider_->CreateCameraDevice( in getCameraDeviceInterface_V3_x()
102 std::unique_ptr<CameraProvider> google_camera_provider_; variable