Searched refs:hfp_lc3_decoder_decode_packet (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_hfp_lc3_decoder.cc | 41 struct hfp_lc3_decoder_decode_packet hfp_lc3_decoder_decode_packet; variable 53 bool hfp_lc3_decoder_decode_packet::return_value = false; 65 bool hfp_lc3_decoder_decode_packet(const uint8_t* i_buf, int16_t* o_buf, in hfp_lc3_decoder_decode_packet() function 68 return test::mock::stack_btm_hfp_lc3_decoder::hfp_lc3_decoder_decode_packet( in hfp_lc3_decoder_decode_packet()
|
D | mock_stack_btm_hfp_lc3_decoder.h | 52 struct hfp_lc3_decoder_decode_packet { struct 62 extern struct hfp_lc3_decoder_decode_packet hfp_lc3_decoder_decode_packet; argument
|
/packages/modules/Bluetooth/system/stack/include/ |
D | hfp_lc3_decoder.h | 36 bool hfp_lc3_decoder_decode_packet(const uint8_t* i_buf, int16_t* o_buf,
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | hfp_lc3_decoder.cc | 62 bool hfp_lc3_decoder_decode_packet(const uint8_t* i_buf, int16_t* o_buf, in hfp_lc3_decoder_decode_packet() function
|
D | hfp_lc3_decoder_linux.cc | 73 bool hfp_lc3_decoder_decode_packet(const uint8_t* i_buf, int16_t* o_buf, in hfp_lc3_decoder_decode_packet() function
|
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | sco_hci_test.cc | 113 return hfp_lc3_decoder_decode_packet(i_buf, o_buf, out_len); in decodePacket()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | bluetooth.cc | 252 return hfp_lc3_decoder_decode_packet(i_buf, o_buf, out_len); in decodePacket()
|