Searched refs:list_front (Results 1 – 11 of 11) sorted by relevance
58 list_remove(connect_queue, list_front(connect_queue)); in queue_int_advance()135 connect_node_t *p_head = list_front(connect_queue); in btc_queue_connect_next()
162 ret = list_front(queue->list); in fixed_queue_dequeue()180 ret = list_is_empty(queue->list) ? NULL : list_front(queue->list); in fixed_queue_try_peek_first()
92 void *list_front(const list_t *list) in list_front() function
50 void *list_front(const list_t *list);
433 p_buf = list_front(p_lcb->link_xmit_data_q); in l2c_link_hci_disc_comp()1118 p_buf = (BT_HDR *)list_front(p_lcb->link_xmit_data_q); in l2c_link_check_send_pkts()1171 p_buf = (BT_HDR *)list_front(p_lcb->link_xmit_data_q); in l2c_link_check_send_pkts()
429 BT_HDR *packet = (BT_HDR *)list_front(client->outbound_fragments); in dispatch_fragments()
232 BT_HDR *p_buf = list_front(p_lcb->link_xmit_data_q); in l2cu_release_lcb()
397 NULL : list_front(cmd_wait_q->commands_pending_response)); in command_timed_out()
1180 BT_HDR *p_buf = list_front(p_scbi->a2d_list); in bta_av_dup_audio_buf()
2043 p_buf = (BT_HDR *)list_front(p_scb->a2d_list); in bta_av_str_stopped()2190 p_buf = (BT_HDR *)list_front(p_scb->a2d_list); in bta_av_data_path()
1836 p_buf = (BT_HDR *)list_front(p_scb->a2d_list); in bta_av_dereg_comp()