Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_hfp_msbc_encoder.cc44 struct hfp_msbc_encode_frames hfp_msbc_encode_frames; variable
57 uint32_t hfp_msbc_encode_frames::return_value = 0;
64 uint32_t hfp_msbc_encode_frames(int16_t* input, uint8_t* output) { in hfp_msbc_encode_frames() function
66 return test::mock::stack_btm_hfp_msbc_encoder::hfp_msbc_encode_frames(input, output); in hfp_msbc_encode_frames()
Dmock_stack_btm_hfp_msbc_encoder.h42 struct hfp_msbc_encode_frames { struct
48 extern struct hfp_msbc_encode_frames hfp_msbc_encode_frames; argument
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dhfp_msbc_encoder.h33 uint32_t hfp_msbc_encode_frames(int16_t* input, uint8_t* output);
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dhfp_msbc_encoder.cc46 uint32_t hfp_msbc_encode_frames(int16_t* input, uint8_t* output) { in hfp_msbc_encode_frames() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/btm/
Dsco_hci_test.cc81 return hfp_msbc_encode_frames(input, output); in encodePacket()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc242 return hfp_msbc_encode_frames(input, output); in encodePacket()