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()169 google_camera_provider_->SetCallback(&camera_provider_callback_); in Initialize()183 google_camera_provider_->TriggerDeferredCallbacks(); in setCallback()202 google_camera_provider_->GetVendorTags(&hal_vendor_tag_sections); in getVendorTags()226 status_t res = google_camera_provider_->GetCameraIdList(&camera_ids); in getCameraIdList()251 status_t res = google_camera_provider_->GetConcurrentStreamingCameraIds( in getConcurrentStreamingCameraIds()313 res = google_camera_provider_->IsConcurrentStreamCombinationSupported( in isConcurrentStreamCombinationSupported_2_7()326 bool is_supported = google_camera_provider_->IsSetTorchModeSupported(); in isSetTorchModeSupported()372 status_t res = google_camera_provider_->CreateCameraDevice( in getCameraDeviceInterface_V3_x()[all …]
102 std::unique_ptr<CameraProvider> google_camera_provider_; variable