Home
last modified time | relevance | path

Searched refs:p_temp (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/gki/common/
Dgki_time.cc768 TIMER_LIST_ENT* p_temp; in GKI_add_to_timer_list() local
800 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list()
801 while (p_tle->ticks > p_temp->ticks) { in GKI_add_to_timer_list()
803 if (p_temp->ticks > 0) p_tle->ticks -= p_temp->ticks; in GKI_add_to_timer_list()
805 p_temp = p_temp->p_next; in GKI_add_to_timer_list()
809 if (p_temp == p_timer_listq->p_first) { in GKI_add_to_timer_list()
814 p_temp->p_prev->p_next = p_tle; in GKI_add_to_timer_list()
815 p_tle->p_prev = p_temp->p_prev; in GKI_add_to_timer_list()
816 p_temp->p_prev = p_tle; in GKI_add_to_timer_list()
817 p_tle->p_next = p_temp; in GKI_add_to_timer_list()
[all …]
/system/nfc/src/nfc/tags/
Dce_t3t.cc199 uint8_t* p_temp; in ce_t3t_handle_update_cmd() local
254 p_temp = p_block_data; in ce_t3t_handle_update_cmd()
268 checksum += p_temp[j]; in ce_t3t_handle_update_cmd()
371 uint8_t *p_dst, *p_temp, *p_status; in ce_t3t_handle_check_cmd() local
426 p_temp = p_dst; in ce_t3t_handle_check_cmd()
451 checksum += p_temp[j]; in ce_t3t_handle_check_cmd()