Searched refs:AVDT_CMD_POOL_ID (Results 1 – 3 of 3) sorted by relevance
1246 if ((p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID)) == NULL) in avdt_msg_send()1267 if ((p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID)) == NULL) in avdt_msg_send()1484 p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID); in avdt_msg_send_cmd()1553 p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID); in avdt_msg_send_rsp()1598 p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID); in avdt_msg_send_rej()1659 p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID); in avdt_msg_send_grej()
822 if ((p_msg = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID)) != NULL) in avdt_ccb_ret_cmd()859 if ((p_ccb->p_curr_cmd = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID)) != NULL) in avdt_ccb_snd_cmd()
287 #ifndef AVDT_CMD_POOL_ID288 #define AVDT_CMD_POOL_ID GKI_POOL_ID_2 macro