Home
last modified time | relevance | path

Searched refs:GetCameraIdList (Results 1 – 4 of 4) sorted by relevance

/hardware/google/camera/common/hal/tests/
Dcamera_provider_tests.cc191 TEST_F(CameraProviderTest, GetCameraIdList) { in TEST_F() argument
221 EXPECT_NE(provider_->GetCameraIdList(nullptr), OK); in TEST_F()
224 status_t res = provider_->GetCameraIdList(&camera_ids); in TEST_F()
250 status_t res = provider_->GetCameraIdList(&camera_ids); in TEST_F()
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_provider.h52 status_t GetCameraIdList(std::vector<uint32_t>* camera_ids) const;
Dcamera_provider.cc191 status_t CameraProvider::GetCameraIdList(std::vector<uint32_t>* camera_ids) const { in GetCameraIdList() function in android::google_camera_hal::CameraProvider
/hardware/google/camera/common/hal/hidl_service/
Dhidl_camera_provider.cc216 status_t res = google_camera_provider_->GetCameraIdList(&camera_ids); in getCameraIdList()