Home
last modified time | relevance | path

Searched refs:msbcCodec (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/btif/include/
Dcore_callbacks.h139 CodecInterface* msbcCodec; member
152 ConfigInterface* configInterface, CodecInterface* msbcCodec, in CoreInterface()
157 msbcCodec{msbcCodec},
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc317 GetInterfaceToProfiles()->msbcCodec->decodePacket( in handle_bad_frames()
672 GetInterfaceToProfiles()->msbcCodec->initialize(); in init()
685 GetInterfaceToProfiles()->msbcCodec->cleanup(); in cleanup()
755 if (!GetInterfaceToProfiles()->msbcCodec->decodePacket( in decode()
797 GetInterfaceToProfiles()->msbcCodec->encodePacket(data, pkt_body); in encode()
/packages/modules/Bluetooth/system/stack/test/btm/
Dsco_hci_test.cc128 GetInterfaceToProfiles()->msbcCodec = &msbc_codec; in SetUp()