Home
last modified time | relevance | path

Searched refs:MockCodecInterface (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dmock_codec_interface.h25 class MockCodecInterface {
27 static void RegisterMockInstanceHook(std::function<void(MockCodecInterface*, bool)>);
30 MockCodecInterface() = default;
31 MockCodecInterface(const MockCodecInterface&) = delete;
32 MockCodecInterface& operator=(const MockCodecInterface&) = delete;
34 virtual ~MockCodecInterface() = default;
Dmock_codec_interface.cc21 static std::list<std::function<void(MockCodecInterface*, bool)>> mock_life_listener_list;
25 struct CodecInterface::Impl : public MockCodecInterface {
70 void MockCodecInterface::RegisterMockInstanceHook( in RegisterMockInstanceHook()
71 std::function<void(MockCodecInterface*, bool)> listener) { in RegisterMockInstanceHook() argument
75 void MockCodecInterface::ClearMockInstanceHookList() { mock_life_listener_list.clear(); } in ClearMockInstanceHookList()
Dle_audio_client_test.cc2795 MockCodecInterface::ClearMockInstanceHookList(); in TearDown()
12785 std::list<MockCodecInterface*> codec_mocks; in TEST_F()
12786 MockCodecInterface::RegisterMockInstanceHook([&](MockCodecInterface* mock, bool is_destroyed) { in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dmock_core_callbacks.h81 struct MockCodecInterface : public CodecInterface { struct
87 MockCodecInterface mock_codec_msbcCodec;
88 MockCodecInterface mock_codec_lc3Codec;