Home
last modified time | relevance | path

Searched defs:MockLc3CodecInterface (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/test/common/
Dcore_interface.cc68 struct MockLc3CodecInterface : public bluetooth::core::CodecInterface { struct
69 virtual void initialize(){}; in initialize()
70 virtual void cleanup() {} in cleanup()
72 virtual uint32_t encodePacket(int16_t* /* input */, uint8_t* /* output */) { in encodePacket()
75 virtual bool decodePacket(const uint8_t* /* i_buf */, int16_t* /* o_buf */, in decodePacket()