Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/btm/
Dsco_hci_test.cc53 struct CodecInterface : bluetooth::core::CodecInterface { struct
54 CodecInterface() : bluetooth::core::CodecInterface(){}; in CodecInterface() argument
56 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()
/packages/modules/Bluetooth/system/btif/include/
Dcore_callbacks.h87 struct CodecInterface { struct
97 CodecInterface& operator=(const CodecInterface&) = delete; argument