Searched refs:CodecInterface (Results 1 – 4 of 4) sorted by relevance
87 struct CodecInterface { struct95 explicit CodecInterface() = default;96 CodecInterface(const CodecInterface&) = delete;97 CodecInterface& operator=(const CodecInterface&) = delete; argument98 virtual ~CodecInterface() = default;139 CodecInterface* msbcCodec;151 ConfigInterface* configInterface, CodecInterface* msbcCodec, in CoreInterface()
53 struct CodecInterface : bluetooth::core::CodecInterface { struct54 CodecInterface() : bluetooth::core::CodecInterface(){}; in CodecInterface() function84 static auto codec = CodecInterface{}; in SetUp()
53 struct MockCodecInterface : public bluetooth::core::CodecInterface {
212 struct MSBCCodec : bluetooth::core::CodecInterface {213 MSBCCodec() : bluetooth::core::CodecInterface(){}; in MSBCCodec()