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,
148 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries);
282 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries);
Dcamera_device.h103 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries_;
Dcamera_device.cc282 GetCaptureSessionFactoryFunc external_session_factory_t = in LoadExternalCaptureSession()
283 reinterpret_cast<GetCaptureSessionFactoryFunc>( in LoadExternalCaptureSession()
Dcamera_device_session.cc70 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries, in Create()
402 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries) { in Initialize()
532 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries) { in LoadExternalCaptureSession()
/hardware/google/camera/common/hal/tests/
Dcamera_device_session_tests.cc51 std::vector<GetCaptureSessionFactoryFunc> external_session_factory_entries_;
81 GetCaptureSessionFactoryFunc external_session_factory_t = in LoadExternalCaptureSession()
82 reinterpret_cast<GetCaptureSessionFactoryFunc>( in LoadExternalCaptureSession()