Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/include/
Dcore_callbacks.h87 struct CodecInterface { struct
95 explicit CodecInterface() = default;
96 CodecInterface(const CodecInterface&) = delete;
97 CodecInterface& operator=(const CodecInterface&) = delete; argument
98 virtual ~CodecInterface() = default;
139 CodecInterface* msbcCodec;
151 ConfigInterface* configInterface, CodecInterface* msbcCodec, in CoreInterface()
/packages/modules/Bluetooth/system/stack/test/btm/
Dsco_hci_test.cc53 struct CodecInterface : bluetooth::core::CodecInterface { struct
54 CodecInterface() : bluetooth::core::CodecInterface(){}; in CodecInterface() function
84 static auto codec = CodecInterface{}; in SetUp()
/packages/modules/Bluetooth/system/test/common/
Dcore_interface.cc53 struct MockCodecInterface : public bluetooth::core::CodecInterface {
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc212 struct MSBCCodec : bluetooth::core::CodecInterface {
213 MSBCCodec() : bluetooth::core::CodecInterface(){}; in MSBCCodec()