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.cc41 std::unique_ptr<MockDeviceSessionHwl>* session_hwl) { in CreateMockSessionHwlAndCheck()
44 *session_hwl = std::make_unique<MockDeviceSessionHwl>(); in CreateMockSessionHwlAndCheck()
48 void CreateSessionAndCheck(std::unique_ptr<MockDeviceSessionHwl> session_hwl, in CreateSessionAndCheck()
57 std::unique_ptr<MockDeviceSessionHwl> session_hwl; in TestInvalidDefaultRequestSettingsForType()
75 std::unique_ptr<MockDeviceSessionHwl> session_hwl; in TestDefaultRequestSettingsForType()
246 std::unique_ptr<MockDeviceSessionHwl> session_hwl; in TEST_F()
271 std::unique_ptr<MockDeviceSessionHwl> session_hwl; in TEST_F()
308 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.h120 class MockDeviceSessionHwl : public CameraDeviceSessionHwl {
125 MockDeviceSessionHwl(uint32_t camera_id = 3, // Dummy camera ID
Dmock_device_session_hwl.cc292 MockDeviceSessionHwl::MockDeviceSessionHwl( in MockDeviceSessionHwl() function in android::google_camera_hal::MockDeviceSessionHwl
297 void MockDeviceSessionHwl::DelegateCallsToFakeSession() { in DelegateCallsToFakeSession()
Dmock_device_hwl.h104 auto session_hwl = std::make_unique<MockDeviceSessionHwl>(); in CreateCameraDeviceSessionHwl()
Dprocess_block_tests.cc71 session_hwl_ = std::make_unique<MockDeviceSessionHwl>( in InitializeProcessBlockTest()
86 std::unique_ptr<MockDeviceSessionHwl> session_hwl_;