Home
last modified time | relevance | path

Searched refs:MockDeviceSessionHwl (Results 1 – 6 of 6) sorted by relevance

/hardware/google/camera/common/hal/tests/
Dcamera_device_session_tests.cc98 std::unique_ptr<MockDeviceSessionHwl>* session_hwl) { in CreateMockSessionHwlAndCheck()
101 *session_hwl = std::make_unique<MockDeviceSessionHwl>(); in CreateMockSessionHwlAndCheck()
105 void CreateSessionAndCheck(std::unique_ptr<MockDeviceSessionHwl> session_hwl, in CreateSessionAndCheck()
115 std::unique_ptr<MockDeviceSessionHwl> session_hwl; in TestInvalidDefaultRequestSettingsForType()
133 std::unique_ptr<MockDeviceSessionHwl> session_hwl; in TestDefaultRequestSettingsForType()
312 std::unique_ptr<MockDeviceSessionHwl> session_hwl; in TEST_F()
337 std::unique_ptr<MockDeviceSessionHwl> session_hwl; in TEST_F()
377 std::unique_ptr<MockDeviceSessionHwl> session_hwl; in TEST_F()
Drequest_processor_tests.cc41 session_hwl_ = std::make_unique<MockDeviceSessionHwl>(); in SetUp()
57 std::unique_ptr<MockDeviceSessionHwl> session_hwl_;
Dmock_device_session_hwl.cc298 MockDeviceSessionHwl::MockDeviceSessionHwl( in MockDeviceSessionHwl() function in android::google_camera_hal::MockDeviceSessionHwl
303 void MockDeviceSessionHwl::DelegateCallsToFakeSession() { in DelegateCallsToFakeSession()
Dmock_device_session_hwl.h123 class MockDeviceSessionHwl : public CameraDeviceSessionHwl {
128 MockDeviceSessionHwl(uint32_t camera_id = 3, // Dummy camera ID
Dprocess_block_tests.cc71 session_hwl_ = std::make_unique<MockDeviceSessionHwl>( in InitializeProcessBlockTest()
86 std::unique_ptr<MockDeviceSessionHwl> session_hwl_;
Dmock_device_hwl.h134 auto session_hwl = std::make_unique<MockDeviceSessionHwl>(); in CreateCameraDeviceSessionHwl()