Home
last modified time | relevance | path

Searched refs:GetCaptureSessionFactoryFunc (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.h69 using GetCaptureSessionFactoryFunc = ExternalCaptureSessionFactory* (*)(); variable
84 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries,
150 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries);
283 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries);
Dcamera_device.h138 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries_;
Dcamera_device.cc408 GetCaptureSessionFactoryFunc external_session_factory_t = in LoadExternalCaptureSession()
409 reinterpret_cast<GetCaptureSessionFactoryFunc>( in LoadExternalCaptureSession()
Dcamera_device_session.cc73 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries, in Create()
387 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries) { in Initialize()
556 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries) { in LoadExternalCaptureSession()
/hardware/google/camera/common/hal/tests/
Dcamera_device_session_tests.cc50 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries_;
80 GetCaptureSessionFactoryFunc external_session_factory_t = in LoadExternalCaptureSession()
81 reinterpret_cast<GetCaptureSessionFactoryFunc>( in LoadExternalCaptureSession()