Home
last modified time | relevance | path

Searched refs:hfp_lc3_decoder_decode_packet (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_hfp_lc3_decoder.cc41 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()
Dmock_stack_btm_hfp_lc3_decoder.h52 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/
Dhfp_lc3_decoder.h36 bool hfp_lc3_decoder_decode_packet(const uint8_t* i_buf, int16_t* o_buf,
/packages/modules/Bluetooth/system/stack/btm/
Dhfp_lc3_decoder.cc62 bool hfp_lc3_decoder_decode_packet(const uint8_t* i_buf, int16_t* o_buf, in hfp_lc3_decoder_decode_packet() function
Dhfp_lc3_decoder_linux.cc73 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/
Dsco_hci_test.cc113 return hfp_lc3_decoder_decode_packet(i_buf, o_buf, out_len); in decodePacket()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc252 return hfp_lc3_decoder_decode_packet(i_buf, o_buf, out_len); in decodePacket()