Searched defs:CodecInterface (Results 1 – 2 of 2) sorted by relevance
53 struct CodecInterface : bluetooth::core::CodecInterface { struct54 CodecInterface() : bluetooth::core::CodecInterface(){}; in CodecInterface() argument56 void initialize() override { in initialize()61 void cleanup() override { in cleanup()66 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket()70 bool decodePacket(const uint8_t* i_buf, int16_t* o_buf, size_t out_len) { in decodePacket()
87 struct CodecInterface { struct97 CodecInterface& operator=(const CodecInterface&) = delete; argument