Searched refs:encodePacket (Results 1 – 6 of 6) sorted by relevance
| /packages/modules/Bluetooth/system/test/common/ |
| D | core_interface.cc | 59 virtual uint32_t encodePacket(int16_t* /* input */, uint8_t* /* output */) { in encodePacket() function 72 virtual uint32_t encodePacket(int16_t* /* input */, uint8_t* /* output */) { in encodePacket() function
|
| /packages/modules/Bluetooth/system/btif/include/ |
| D | mock_core_callbacks.h | 91 MOCK_METHOD((uint32_t), encodePacket, (int16_t * input, uint8_t* output), ());
|
| D | core_callbacks.h | 92 virtual uint32_t encodePacket(int16_t* input, uint8_t* output) = 0;
|
| /packages/modules/Bluetooth/system/stack/btm/ |
| D | btm_sco_hci.cc | 797 GetInterfaceToProfiles()->msbcCodec->encodePacket(data, pkt_body); in encode() 1223 return GetInterfaceToProfiles()->lc3Codec->encodePacket(data, pkt_body); in encode()
|
| /packages/modules/Bluetooth/system/stack/test/btm/ |
| D | sco_hci_test.cc | 86 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket() function 108 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket() function
|
| /packages/modules/Bluetooth/system/btif/src/ |
| D | bluetooth.cc | 225 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket() function 247 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket() function
|