Home
last modified time | relevance | path

Searched refs:google_camera_provider_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_provider.cc63 google_camera_provider_ = CameraProvider::Create(); in Initialize()
64 if (google_camera_provider_ == nullptr) { in Initialize()
176 google_camera_provider_->SetCallback(&camera_provider_callback_); in Initialize()
196 google_camera_provider_->TriggerDeferredCallbacks(); in setCallback()
220 google_camera_provider_->GetVendorTags(&hal_vendor_tag_sections); in getVendorTags()
246 status_t res = google_camera_provider_->GetCameraIdList(&camera_ids); in getCameraIdList()
272 status_t res = google_camera_provider_->GetConcurrentStreamingCameraIds( in getConcurrentCameraIds()
323 res = google_camera_provider_->IsConcurrentStreamCombinationSupported( in isConcurrentStreamCombinationSupported()
372 status_t res = google_camera_provider_->CreateCameraDevice( in getCameraDeviceInterface()
395 google_camera_provider_->NotifyDeviceStateChange(device_state); in notifyDeviceStateChange()
Daidl_camera_provider.h89 std::unique_ptr<CameraProvider> google_camera_provider_; variable