Home
last modified time | relevance | path

Searched refs:p_rmsg (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/avrc/
Davrc_api.c402 if (p_rcb->p_rmsg) in avrc_proc_far_msg()
404 GKI_freebuf(p_rcb->p_rmsg); in avrc_proc_far_msg()
405 p_rcb->p_rmsg = NULL; in avrc_proc_far_msg()
416 if ((p_rcb->p_rmsg = (BT_HDR *)GKI_getbuf(GKI_MAX_BUF_SIZE)) != NULL) in avrc_proc_far_msg()
419 memcpy(p_rcb->p_rmsg, p_pkt, sizeof(BT_HDR)); /* Copy bt hdr */ in avrc_proc_far_msg()
422 memcpy((UINT8 *)(p_rcb->p_rmsg + 1), in avrc_proc_far_msg()
426 p_rcb->p_rmsg->offset = p_rcb->rasm_offset = 0; in avrc_proc_far_msg()
430 *pp_pkt = p_rcb->p_rmsg; in avrc_proc_far_msg()
439 p_rcb->p_rmsg = p_pkt; in avrc_proc_far_msg()
443 p_rcb->p_rmsg->offset += p_rcb->p_rmsg->len; in avrc_proc_far_msg()
[all …]
Davrc_int.h111 BT_HDR *p_rmsg; /* the received message */ member