Home
last modified time | relevance | path

Searched refs:p_ret (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc_up_sample.cc29 uint32_t dst_samples, uint32_t* p_ret);
115 uint32_t dst_samples, uint32_t* p_ret) { in a2dp_sbc_up_sample() argument
122 return (*a2dp_sbc_ups_cb.p_act)(p_src, p_dst, src, dst, p_ret); in a2dp_sbc_up_sample()
124 *p_ret = 0; in a2dp_sbc_up_sample()
149 uint32_t dst_samples, uint32_t* p_ret) { in a2dp_sbc_up_sample_16s() argument
184 *p_ret = ((char*)p_src_tmp - (char*)p_src); in a2dp_sbc_up_sample_16s()
208 uint32_t dst_samples, uint32_t* p_ret) { in a2dp_sbc_up_sample_16m() argument
244 *p_ret = ((char*)p_src_tmp - (char*)p_src); in a2dp_sbc_up_sample_16m()
268 uint32_t dst_samples, uint32_t* p_ret) { in a2dp_sbc_up_sample_8s() argument
309 *p_ret = ((char*)p_src_tmp - (char*)p_src); in a2dp_sbc_up_sample_8s()
[all …]
/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc_up_sample.h74 uint32_t dst_samples, uint32_t* p_ret);
96 uint32_t dst_samples, uint32_t* p_ret);
118 uint32_t dst_samples, uint32_t* p_ret);
140 uint32_t dst_samples, uint32_t* p_ret);
161 uint32_t dst_samples, uint32_t* p_ret);
/packages/modules/Bluetooth/system/stack/avct/
Davct_lcb_act.cc60 BT_HDR* p_ret; in avct_lcb_msg_asmbl() local
64 p_ret = NULL; in avct_lcb_msg_asmbl()
65 return p_ret; in avct_lcb_msg_asmbl()
77 p_ret = NULL; in avct_lcb_msg_asmbl()
86 p_ret = p_buf; in avct_lcb_msg_asmbl()
102 p_ret = NULL; in avct_lcb_msg_asmbl()
103 return p_ret; in avct_lcb_msg_asmbl()
123 p_ret = NULL; in avct_lcb_msg_asmbl()
131 p_ret = NULL; in avct_lcb_msg_asmbl()
150 p_ret = NULL; in avct_lcb_msg_asmbl()
[all …]
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_msg.cc1207 BT_HDR* p_ret; in avdt_msg_asmbl() local
1215 p_ret = NULL; in avdt_msg_asmbl()
1216 return p_ret; in avdt_msg_asmbl()
1224 p_ret = NULL; in avdt_msg_asmbl()
1233 p_ret = p_buf; in avdt_msg_asmbl()
1249 p_ret = NULL; in avdt_msg_asmbl()
1250 return p_ret; in avdt_msg_asmbl()
1270 p_ret = NULL; in avdt_msg_asmbl()
1278 p_ret = NULL; in avdt_msg_asmbl()
1297 p_ret = NULL; in avdt_msg_asmbl()
[all …]
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc311 tBTA_AV_SCB* p_ret = (tBTA_AV_SCB*)osi_calloc(sizeof(tBTA_AV_SCB)); in bta_av_alloc_scb() local
312 p_ret->rc_handle = BTA_AV_RC_HANDLE_NONE; in bta_av_alloc_scb()
313 p_ret->chnl = chnl; in bta_av_alloc_scb()
314 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb()
315 p_ret->hdi = xx; in bta_av_alloc_scb()
316 p_ret->a2dp_list = list_new(nullptr); in bta_av_alloc_scb()
317 p_ret->avrc_ct_timer = alarm_new("bta_av.avrc_ct_timer"); in bta_av_alloc_scb()
318 bta_av_cb.p_scb[xx] = p_ret; in bta_av_alloc_scb()
319 return p_ret; in bta_av_alloc_scb()