Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/common/
Dcore_interface.cc56 struct MockMsbcCodecInterface : public bluetooth::core::CodecInterface { struct
57 virtual void initialize() {} in initialize()
58 virtual void cleanup() {} in cleanup()
60 virtual uint32_t encodePacket(int16_t* /* input */, uint8_t* /* output */) { return 0; } in encodePacket()
61 virtual bool decodePacket(const uint8_t* /* i_buf */, int16_t* /* o_buf */, in decodePacket()