Searched refs:pp_pkt (Results 1 – 4 of 4) sorted by relevance
561 tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt) { in AVRC_BldCommand() argument566 if (!p_cmd || !pp_pkt) { in AVRC_BldCommand()569 p_cmd, pp_pkt); in AVRC_BldCommand()573 if (*pp_pkt == NULL) { in AVRC_BldCommand()574 *pp_pkt = avrc_bld_init_cmd_buffer(p_cmd); in AVRC_BldCommand()575 if (*pp_pkt == NULL) { in AVRC_BldCommand()582 BT_HDR* p_pkt = *pp_pkt; in AVRC_BldCommand()658 *pp_pkt = NULL; in AVRC_BldCommand()
1367 BT_HDR** pp_pkt) { in AVRC_BldResponse() argument1374 if (!p_rsp || !pp_pkt) { in AVRC_BldResponse()1376 __func__, p_rsp, pp_pkt); in AVRC_BldResponse()1380 if (*pp_pkt == NULL) { in AVRC_BldResponse()1381 *pp_pkt = avrc_bld_init_rsp_buffer(p_rsp); in AVRC_BldResponse()1382 if (*pp_pkt == NULL) { in AVRC_BldResponse()1387 if ((*pp_pkt)->layer_specific == AVCT_DATA_BROWSE) { in AVRC_BldResponse()1388 p = (uint8_t*)((*pp_pkt) + 1); in AVRC_BldResponse()1396 p_pkt = *pp_pkt; in AVRC_BldResponse()1515 *pp_pkt = NULL; in AVRC_BldResponse()
453 BT_HDR** pp_pkt, tAVRC_MSG_VENDOR* p_msg) { in avrc_proc_far_msg() argument454 BT_HDR* p_pkt = *pp_pkt; in avrc_proc_far_msg()505 *pp_pkt = p_rcb->p_rmsg; in avrc_proc_far_msg()521 *pp_pkt = NULL; in avrc_proc_far_msg()569 *pp_pkt = p_pkt_new; in avrc_proc_far_msg()574 p_rsp = avrc_proc_vendor_command(handle, label, *pp_pkt, p_msg); in avrc_proc_far_msg()577 osi_free_and_reset((void**)pp_pkt); in avrc_proc_far_msg()
672 extern tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt);686 BT_HDR** pp_pkt);