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()173 google_camera_provider_->TriggerDeferredCallbacks(); in setCallback()192 google_camera_provider_->GetVendorTags(&hal_vendor_tag_sections); in getVendorTags()216 status_t res = google_camera_provider_->GetCameraIdList(&camera_ids); in getCameraIdList()241 status_t res = google_camera_provider_->GetConcurrentStreamingCameraIds( in getConcurrentStreamingCameraIds()303 res = google_camera_provider_->IsConcurrentStreamCombinationSupported( in isConcurrentStreamCombinationSupported_2_7()316 bool is_supported = google_camera_provider_->IsSetTorchModeSupported(); in isSetTorchModeSupported()362 status_t res = google_camera_provider_->CreateCameraDevice( in getCameraDeviceInterface_V3_x()[all …]
102 std::unique_ptr<CameraProvider> google_camera_provider_; variable