Searched refs:MockDeviceSessionHwl (Results 1 – 6 of 6) sorted by relevance
98 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()
41 session_hwl_ = std::make_unique<MockDeviceSessionHwl>(); in SetUp()57 std::unique_ptr<MockDeviceSessionHwl> session_hwl_;
298 MockDeviceSessionHwl::MockDeviceSessionHwl( in MockDeviceSessionHwl() function in android::google_camera_hal::MockDeviceSessionHwl303 void MockDeviceSessionHwl::DelegateCallsToFakeSession() { in DelegateCallsToFakeSession()
123 class MockDeviceSessionHwl : public CameraDeviceSessionHwl {128 MockDeviceSessionHwl(uint32_t camera_id = 3, // Dummy camera ID
71 session_hwl_ = std::make_unique<MockDeviceSessionHwl>( in InitializeProcessBlockTest()86 std::unique_ptr<MockDeviceSessionHwl> session_hwl_;
134 auto session_hwl = std::make_unique<MockDeviceSessionHwl>(); in CreateCameraDeviceSessionHwl()