Searched defs:MockMsbcCodecInterface (Results 1 – 1 of 1) sorted by relevance
55 struct MockMsbcCodecInterface : public bluetooth::core::CodecInterface { struct56 virtual void initialize(){}; in initialize()57 virtual void cleanup() {} in cleanup()59 virtual uint32_t encodePacket(int16_t* /* input */, uint8_t* /* output */) { in encodePacket()62 virtual bool decodePacket(const uint8_t* /* i_buf */, int16_t* /* o_buf */, in decodePacket()