Home
last modified time | relevance | path

Searched refs:p_first (Results 1 – 9 of 9) sorted by relevance

/system/nfc/src/nfc/nfc/
Dnfc_task.cc64 if (nfc_cb.timer_queue.p_first == nullptr) { in nfc_start_timer()
114 while ((nfc_cb.timer_queue.p_first) && (!nfc_cb.timer_queue.p_first->ticks)) { in nfc_process_timer_evt()
115 p_tle = nfc_cb.timer_queue.p_first; in nfc_process_timer_evt()
140 if (nfc_cb.timer_queue.p_first == nullptr) { in nfc_process_timer_evt()
158 if (nfc_cb.timer_queue.p_first == nullptr) { in nfc_stop_timer()
181 if (nfc_cb.quick_timer_queue.p_first == nullptr) { in nfc_start_quick_timer()
219 if (nfc_cb.quick_timer_queue.p_first == nullptr) { in nfc_stop_quick_timer()
238 while ((nfc_cb.quick_timer_queue.p_first) && in nfc_process_quick_timer_evt()
239 (!nfc_cb.quick_timer_queue.p_first->ticks)) { in nfc_process_quick_timer_evt()
240 p_tle = nfc_cb.quick_timer_queue.p_first; in nfc_process_quick_timer_evt()
[all …]
/system/nfc/src/nfa/sys/
Dnfa_sys_ptim.cc88 while ((p_cb->timer_queue.p_first) && in nfa_sys_ptim_timer_update()
89 (p_cb->timer_queue.p_first->ticks <= 0)) { in nfa_sys_ptim_timer_update()
91 p_tle = p_cb->timer_queue.p_first; in nfa_sys_ptim_timer_update()
110 if (p_cb->timer_queue.p_first == nullptr) { in nfa_sys_ptim_timer_update()
132 if (p_cb->timer_queue.p_first == nullptr) { in nfa_sys_ptim_start_timer()
162 if (p_cb->timer_queue.p_first == nullptr) { in nfa_sys_ptim_stop_timer()
/system/nfc/src/gki/common/
Dgki_buffer.cc73 p_cb->freeq[id].p_first = hdr; in gki_init_free_queue()
97 if (Q->p_first == nullptr) { in gki_alloc_free_queue()
137 p_cb->freeq[tt].p_first = nullptr; in gki_buffer_init()
232 p_q->p_first = p_q->p_last = nullptr; in GKI_init_q()
314 if (Q->p_first == nullptr && gki_alloc_free_queue(i) != true) { in GKI_getbuf()
320 if (Q->p_first == nullptr) { in GKI_getbuf()
327 p_hdr = Q->p_first; in GKI_getbuf()
328 Q->p_first = p_hdr->p_next; in GKI_getbuf()
330 if (!Q->p_first) Q->p_last = nullptr; in GKI_getbuf()
403 if (Q->p_first == nullptr && gki_alloc_free_queue(pool_id) != true) return nullptr; in GKI_getpoolbuf()
[all …]
Dgki_time.cc588 p_timer_listq->p_first = nullptr; in GKI_init_timer_list()
643 p_tle = p_timer_listq->p_first; in GKI_update_timer_list()
707 p_tle = p_timer_listq->p_first; in GKI_get_remaining_ticks()
765 if (p_timer_listq->p_first == nullptr) in GKI_add_to_timer_list()
766 p_timer_listq->p_first = p_tle; in GKI_add_to_timer_list()
784 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list()
793 if (p_temp == p_timer_listq->p_first) { in GKI_add_to_timer_list()
794 p_tle->p_next = p_timer_listq->p_first; in GKI_add_to_timer_list()
795 p_timer_listq->p_first->p_prev = p_tle; in GKI_add_to_timer_list()
796 p_timer_listq->p_first = p_tle; in GKI_add_to_timer_list()
[all …]
Dgki.h315 TIMER_LIST_ENT* p_first; member
324 void* p_first; member
Dgki_common.h63 BUFFER_HDR_T* p_first; /* first buffer in the queue */ member
/system/nfc/src/nfc/llcp/
Dllcp_api.cc569 while (p_app_cb->ui_xmit_q.p_first) { in LLCP_Deregister()
711 if (p_app_cb->ui_rx_q.p_first) { in LLCP_ReadLogicalLinkData()
712 p_buf = (NFC_HDR*)p_app_cb->ui_rx_q.p_first; in LLCP_ReadLogicalLinkData()
759 if (p_app_cb->ui_rx_q.p_first) { in LLCP_ReadLogicalLinkData()
795 while (p_app_cb->ui_rx_q.p_first) { in LLCP_FlushLogicalLinkRxData()
796 p_buf = (NFC_HDR*)p_app_cb->ui_rx_q.p_first; in LLCP_FlushLogicalLinkRxData()
1124 if (p_dlcb->i_rx_q.p_first) { in LLCP_ReadDataLinkData()
1125 p_buf = (NFC_HDR*)p_dlcb->i_rx_q.p_first; in LLCP_ReadDataLinkData()
1178 if (p_dlcb->i_rx_q.p_first) { in LLCP_ReadDataLinkData()
1214 while (p_dlcb->i_rx_q.p_first) { in LLCP_FlushDataLinkRxData()
[all …]
Dllcp_link.cc400 while (llcp_cb.lcb.sig_xmit_q.p_first) in llcp_link_deactivate()
408 while (p_app_cb->ui_xmit_q.p_first) in llcp_link_deactivate()
413 while (p_app_cb->ui_rx_q.p_first) in llcp_link_deactivate()
1370 if (llcp_cb.lcb.sig_xmit_q.p_first) { in llcp_link_get_next_pdu()
1372 p_msg = (NFC_HDR*)llcp_cb.lcb.sig_xmit_q.p_first; in llcp_link_get_next_pdu()
1393 p_msg = (NFC_HDR*)p_app_cb->ui_xmit_q.p_first; in llcp_link_get_next_pdu()
Dllcp_dlc.cc603 while (p_dlcb->i_xmit_q.p_first) { in llcp_dlc_flush_q()
1367 p_msg = (NFC_HDR*)p_dlcb->i_xmit_q.p_first; in llcp_dlc_get_next_pdu_length()