Searched refs:MockDeviceSessionHwl (Results 1 – 6 of 6) sorted by relevance
99 std::unique_ptr<MockDeviceSessionHwl>* session_hwl) { in CreateMockSessionHwlAndCheck()102 *session_hwl = std::make_unique<MockDeviceSessionHwl>(); in CreateMockSessionHwlAndCheck()106 void CreateSessionAndCheck(std::unique_ptr<MockDeviceSessionHwl> session_hwl, in CreateSessionAndCheck()116 std::unique_ptr<MockDeviceSessionHwl> session_hwl; in TestInvalidDefaultRequestSettingsForType()134 std::unique_ptr<MockDeviceSessionHwl> session_hwl; in TestDefaultRequestSettingsForType()306 std::unique_ptr<MockDeviceSessionHwl> session_hwl; in TEST_F()331 std::unique_ptr<MockDeviceSessionHwl> session_hwl; in TEST_F()368 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_;
297 MockDeviceSessionHwl::MockDeviceSessionHwl( in MockDeviceSessionHwl() function in android::google_camera_hal::MockDeviceSessionHwl302 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_;
104 auto session_hwl = std::make_unique<MockDeviceSessionHwl>(); in CreateCameraDeviceSessionHwl()