Home
last modified time | relevance | path

Searched refs:pp_pkt (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_bld_ct.cc586 tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt) { in AVRC_BldCommand() argument
591 if (!p_cmd || !pp_pkt) { in AVRC_BldCommand()
594 fmt::ptr(p_cmd), fmt::ptr(pp_pkt)); in AVRC_BldCommand()
598 if (*pp_pkt == NULL) { in AVRC_BldCommand()
599 *pp_pkt = avrc_bld_init_cmd_buffer(p_cmd); in AVRC_BldCommand()
600 if (*pp_pkt == NULL) { in AVRC_BldCommand()
607 BT_HDR* p_pkt = *pp_pkt; in AVRC_BldCommand()
688 *pp_pkt = NULL; in AVRC_BldCommand()
Davrc_bld_tg.cc1391 BT_HDR** pp_pkt) { in AVRC_BldResponse() argument
1398 if (!p_rsp || !pp_pkt) { in AVRC_BldResponse()
1400 fmt::ptr(p_rsp), fmt::ptr(pp_pkt)); in AVRC_BldResponse()
1404 if (*pp_pkt == NULL) { in AVRC_BldResponse()
1405 *pp_pkt = avrc_bld_init_rsp_buffer(p_rsp); in AVRC_BldResponse()
1406 if (*pp_pkt == NULL) { in AVRC_BldResponse()
1411 if ((*pp_pkt)->layer_specific == AVCT_DATA_BROWSE) { in AVRC_BldResponse()
1412 p = (uint8_t*)((*pp_pkt) + 1); in AVRC_BldResponse()
1420 p_pkt = *pp_pkt; in AVRC_BldResponse()
1538 *pp_pkt = NULL; in AVRC_BldResponse()
Davrc_api.cc476 BT_HDR** pp_pkt, tAVRC_MSG_VENDOR* p_msg) { in avrc_proc_far_msg() argument
477 BT_HDR* p_pkt = *pp_pkt; in avrc_proc_far_msg()
528 *pp_pkt = p_rcb->p_rmsg; in avrc_proc_far_msg()
544 *pp_pkt = NULL; in avrc_proc_far_msg()
591 *pp_pkt = p_pkt_new; in avrc_proc_far_msg()
596 p_rsp = avrc_proc_vendor_command(handle, label, *pp_pkt, p_msg); in avrc_proc_far_msg()
599 osi_free_and_reset((void**)pp_pkt); in avrc_proc_far_msg()
/packages/modules/Bluetooth/system/stack/include/
Davrc_api.h765 tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt);
779 BT_HDR** pp_pkt);