Searched refs:p_next (Results 1 – 6 of 6) sorted by relevance
82 hdr1->p_next = hdr; in gki_init_free_queue()85 hdr->p_next = nullptr; in gki_init_free_queue()300 Q->p_first = p_hdr->p_next; in GKI_getbuf()311 p_hdr->p_next = nullptr; in GKI_getbuf()361 Q->p_first = p_hdr->p_next; in GKI_getpoolbuf()372 p_hdr->p_next = nullptr; in GKI_getpoolbuf()427 Q->p_last->p_next = p_hdr; in GKI_freebuf()432 p_hdr->p_next = nullptr; in GKI_freebuf()533 p_cb->OSTaskQLast[task_id][mbox]->p_next = p_hdr; in GKI_send_msg()539 p_hdr->p_next = nullptr; in GKI_send_msg()[all …]
609 p_tle->p_next = nullptr; in GKI_init_timer_list_entry()649 p_tle = p_tle->p_next; in GKI_update_timer_list()670 p_tle = p_tle->p_next; in GKI_update_timer_list()712 p_tle = p_tle->p_next; in GKI_get_remaining_ticks()770 p_timer_listq->p_last->p_next = p_tle; in GKI_add_to_timer_list()775 p_tle->p_next = nullptr; in GKI_add_to_timer_list()789 p_temp = p_temp->p_next; in GKI_add_to_timer_list()794 p_tle->p_next = p_timer_listq->p_first; in GKI_add_to_timer_list()798 p_temp->p_prev->p_next = p_tle; in GKI_add_to_timer_list()801 p_tle->p_next = p_temp; in GKI_add_to_timer_list()[all …]
52 struct _buffer_hdr* p_next; /* next buffer in the queue */ member
303 TIMER_LIST_ENT* p_next; member
1806 tINQ_DB_ENT* p_next = btm_cb.btm_inq_vars.inq_db + 1; in btm_sort_inq_result() local1816 for (yy = xx + 1, p_next = p_ent + 1; yy < num_resp; yy++, p_next++) { in btm_sort_inq_result()1817 if (p_ent->inq_info.results.rssi < p_next->inq_info.results.rssi) { in btm_sort_inq_result()1818 memcpy(p_tmp, p_next, size); in btm_sort_inq_result()1819 memcpy(p_next, p_ent, size); in btm_sort_inq_result()
53 struct FilterInfo_t* p_next; member181 for (p_curFilter = p_format->filters; p_curFilter != NULL; p_curFilter = p_curFilter->p_next) { in filterPriForTag()238 p_info = p_info->p_next; in android_log_format_free()424 p_fi->p_next = p_format->filters; in android_log_addFilterRule()