Searched defs:MockLc3CodecInterface (Results 1 – 1 of 1) sorted by relevance
67 struct MockLc3CodecInterface : public bluetooth::core::CodecInterface { struct68 virtual void initialize() {} in initialize()69 virtual void cleanup() {} in cleanup()71 virtual uint32_t encodePacket(int16_t* /* input */, uint8_t* /* output */) { return 0; } in encodePacket()72 virtual bool decodePacket(const uint8_t* /* i_buf */, int16_t* /* o_buf */, in decodePacket()