Home
last modified time | relevance | path

Searched refs:configure_streams_libs (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_provider.cc283 const std::vector<std::string>* configure_streams_libs = nullptr; in CreateCameraDevice() local
286 configure_streams_libs = reinterpret_cast<decltype(configure_streams_libs)>( in CreateCameraDevice()
289 configure_streams_libs = &configure_streams_libraries; in CreateCameraDevice()
293 camera_allocator_hwl_.get(), configure_streams_libs); in CreateCameraDevice()
Dcamera_device.h43 const std::vector<std::string>* configure_streams_libs = nullptr);
Dcamera_device.cc128 const std::vector<std::string>* configure_streams_libs) { in Create() argument
147 device->configure_streams_libs_ = configure_streams_libs; in Create()