Searched refs:pp_pkt (Results 1 – 4 of 4) sorted by relevance
562 tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt) { in AVRC_BldCommand() argument567 if (!p_cmd || !pp_pkt) { in AVRC_BldCommand()570 p_cmd, pp_pkt); in AVRC_BldCommand()574 if (*pp_pkt == NULL) { in AVRC_BldCommand()575 *pp_pkt = avrc_bld_init_cmd_buffer(p_cmd); in AVRC_BldCommand()576 if (*pp_pkt == NULL) { in AVRC_BldCommand()583 BT_HDR* p_pkt = *pp_pkt; in AVRC_BldCommand()659 *pp_pkt = NULL; in AVRC_BldCommand()
1369 BT_HDR** pp_pkt) { in AVRC_BldResponse() argument1376 if (!p_rsp || !pp_pkt) { in AVRC_BldResponse()1378 __func__, p_rsp, pp_pkt); in AVRC_BldResponse()1382 if (*pp_pkt == NULL) { in AVRC_BldResponse()1383 *pp_pkt = avrc_bld_init_rsp_buffer(p_rsp); in AVRC_BldResponse()1384 if (*pp_pkt == NULL) { in AVRC_BldResponse()1389 if ((*pp_pkt)->layer_specific == AVCT_DATA_BROWSE) { in AVRC_BldResponse()1390 p = (uint8_t*)((*pp_pkt) + 1); in AVRC_BldResponse()1398 p_pkt = *pp_pkt; in AVRC_BldResponse()1517 *pp_pkt = NULL; in AVRC_BldResponse()
455 BT_HDR** pp_pkt, tAVRC_MSG_VENDOR* p_msg) { in avrc_proc_far_msg() argument456 BT_HDR* p_pkt = *pp_pkt; in avrc_proc_far_msg()507 *pp_pkt = p_rcb->p_rmsg; in avrc_proc_far_msg()523 *pp_pkt = NULL; in avrc_proc_far_msg()571 *pp_pkt = p_pkt_new; in avrc_proc_far_msg()576 p_rsp = avrc_proc_vendor_command(handle, label, *pp_pkt, p_msg); in avrc_proc_far_msg()579 osi_free_and_reset((void**)pp_pkt); in avrc_proc_far_msg()
668 extern tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt);682 BT_HDR** pp_pkt);