Searched refs:AVDT_CMD_POOL_ID (Results 1 – 4 of 4) sorted by relevance
1236 if ((p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID)) == NULL) in avdt_msg_send()1257 if ((p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID)) == NULL) in avdt_msg_send()1474 p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID); in avdt_msg_send_cmd()1543 p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID); in avdt_msg_send_rsp()1588 p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID); in avdt_msg_send_rej()1649 p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID); in avdt_msg_send_grej()
814 if ((p_msg = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID)) != NULL) in avdt_ccb_ret_cmd()850 if ((p_ccb->p_curr_cmd = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID)) != NULL) in avdt_ccb_snd_cmd()
642 #ifndef AVDT_CMD_POOL_ID643 #define AVDT_CMD_POOL_ID GKI_POOL_ID_2 macro
270 #ifndef AVDT_CMD_POOL_ID271 #define AVDT_CMD_POOL_ID GKI_POOL_ID_2 macro