Home
last modified time | relevance | path

Searched refs:encodePacket (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/common/
Dcore_interface.cc60 virtual uint32_t encodePacket(int16_t* /* input */, uint8_t* /* output */) { return 0; } in encodePacket() function
71 virtual uint32_t encodePacket(int16_t* /* input */, uint8_t* /* output */) { return 0; } in encodePacket() function
/packages/modules/Bluetooth/system/btif/include/
Dmock_core_callbacks.h84 MOCK_METHOD((uint32_t), encodePacket, (int16_t* input, uint8_t* output), ());
Dcore_callbacks.h82 virtual uint32_t encodePacket(int16_t* input, uint8_t* output) = 0;
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc817 encoded_size = GetInterfaceToProfiles()->msbcCodec->encodePacket(data, pkt_body); in encode()
1259 return GetInterfaceToProfiles()->lc3Codec->encodePacket(data, pkt_body); in encode()
/packages/modules/Bluetooth/system/stack/test/btm/
Dsco_hci_test.cc80 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket() function
102 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket() function
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc211 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket() function
233 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket() function