Searched refs:p_next (Results 1 – 6 of 6) sorted by relevance
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 …]
84 hdr1->p_next = hdr; in gki_init_free_queue()87 hdr->p_next = nullptr; in gki_init_free_queue()294 p_hdr->p_next = nullptr; in GKI_getbuf()354 Q->p_first = p_hdr->p_next; in GKI_getbuf()365 p_hdr->p_next = nullptr; in GKI_getbuf()442 Q->p_first = p_hdr->p_next; in GKI_getpoolbuf()453 p_hdr->p_next = nullptr; in GKI_getpoolbuf()517 Q->p_last->p_next = p_hdr; in GKI_freebuf()522 p_hdr->p_next = nullptr; in GKI_freebuf()627 p_cb->OSTaskQLast[task_id][mbox]->p_next = p_hdr; in GKI_send_msg()[all …]
52 struct _buffer_hdr* p_next; /* next buffer in the queue */ member
303 TIMER_LIST_ENT* p_next; member
1228 tINQ_DB_ENT* p_next = btm_cb.btm_inq_vars.inq_db + 1; in btm_sort_inq_result() local1238 for (yy = xx + 1, p_next = p_ent + 1; yy < num_resp; yy++, p_next++) { in btm_sort_inq_result()1239 if (p_ent->inq_info.results.rssi < p_next->inq_info.results.rssi) { in btm_sort_inq_result()1240 memcpy(p_tmp, p_next, size); in btm_sort_inq_result()1241 memcpy(p_next, p_ent, size); in btm_sort_inq_result()
55 struct FilterInfo_t* p_next; member186 for (p_curFilter = p_format->filters; p_curFilter != NULL; p_curFilter = p_curFilter->p_next) { in filterPriForTag()239 p_info = p_info->p_next; in android_log_format_free()427 p_fi->p_next = p_format->filters; in android_log_addFilterRule()