/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_task.c | 64 if (nfc_cb.timer_queue.p_first == NULL) in nfc_start_timer() 120 while ((nfc_cb.timer_queue.p_first) && (!nfc_cb.timer_queue.p_first->ticks)) in nfc_process_timer_evt() 122 p_tle = nfc_cb.timer_queue.p_first; in nfc_process_timer_evt() 142 if (nfc_cb.timer_queue.p_first == NULL) in nfc_process_timer_evt() 162 if (nfc_cb.timer_queue.p_first == NULL) in nfc_stop_timer() 186 if (nfc_cb.quick_timer_queue.p_first == NULL) in nfc_start_quick_timer() 230 if (nfc_cb.quick_timer_queue.p_first == NULL) in nfc_stop_quick_timer() 251 while ((nfc_cb.quick_timer_queue.p_first) && (!nfc_cb.quick_timer_queue.p_first->ticks)) in nfc_process_quick_timer_evt() 253 p_tle = nfc_cb.quick_timer_queue.p_first; in nfc_process_quick_timer_evt() 299 if (nfc_cb.quick_timer_queue.p_first == NULL) in nfc_process_quick_timer_evt()
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki_buffer.c | 82 p_cb->freeq[id].p_first = hdr; in gki_init_free_queue() 111 if(Q->p_first == 0) in gki_alloc_free_queue() 166 p_cb->freeq[tt].p_first = 0; in gki_buffer_init() 333 p_q->p_first = p_q->p_last = NULL; in GKI_init_q() 407 if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE) in GKI_getbuf_debug() 415 if(Q->p_first == 0) in GKI_getbuf_debug() 423 p_hdr = Q->p_first; in GKI_getbuf_debug() 424 Q->p_first = p_hdr->p_next; in GKI_getbuf_debug() 426 if (!Q->p_first) in GKI_getbuf_debug() 524 if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE) in GKI_getpoolbuf_debug() [all …]
|
D | gki_time.c | 634 p_timer_listq->p_first = NULL; in GKI_init_timer_list() 688 p_tle = p_timer_listq->p_first; in GKI_update_timer_list() 756 p_tle = p_timer_listq->p_first; in GKI_get_remaining_ticks() 818 if (p_timer_listq->p_first == NULL) in GKI_add_to_timer_list() 819 p_timer_listq->p_first = p_tle; in GKI_add_to_timer_list() 839 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list() 850 if (p_temp == p_timer_listq->p_first) in GKI_add_to_timer_list() 852 p_tle->p_next = p_timer_listq->p_first; in GKI_add_to_timer_list() 853 p_timer_listq->p_first->p_prev = p_tle; in GKI_add_to_timer_list() 854 p_timer_listq->p_first = p_tle; in GKI_add_to_timer_list() [all …]
|
D | gki.h | 350 TIMER_LIST_ENT *p_first; member 361 void *p_first; member
|
D | gki_common.h | 82 BUFFER_HDR_T *p_first; /* first buffer in the queue */ member
|
/external/libnfc-nci/src/gki/common/ |
D | gki_buffer.c | 82 p_cb->freeq[id].p_first = hdr; in gki_init_free_queue() 111 if(Q->p_first == 0) in gki_alloc_free_queue() 166 p_cb->freeq[tt].p_first = 0; in gki_buffer_init() 333 p_q->p_first = p_q->p_last = NULL; in GKI_init_q() 407 if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE) in GKI_getbuf_debug() 415 if(Q->p_first == 0) in GKI_getbuf_debug() 423 p_hdr = Q->p_first; in GKI_getbuf_debug() 424 Q->p_first = p_hdr->p_next; in GKI_getbuf_debug() 426 if (!Q->p_first) in GKI_getbuf_debug() 524 if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE) in GKI_getpoolbuf_debug() [all …]
|
D | gki_time.c | 634 p_timer_listq->p_first = NULL; in GKI_init_timer_list() 688 p_tle = p_timer_listq->p_first; in GKI_update_timer_list() 756 p_tle = p_timer_listq->p_first; in GKI_get_remaining_ticks() 818 if (p_timer_listq->p_first == NULL) in GKI_add_to_timer_list() 819 p_timer_listq->p_first = p_tle; in GKI_add_to_timer_list() 839 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list() 850 if (p_temp == p_timer_listq->p_first) in GKI_add_to_timer_list() 852 p_tle->p_next = p_timer_listq->p_first; in GKI_add_to_timer_list() 853 p_timer_listq->p_first->p_prev = p_tle; in GKI_add_to_timer_list() 854 p_timer_listq->p_first = p_tle; in GKI_add_to_timer_list() [all …]
|
D | gki.h | 353 TIMER_LIST_ENT *p_first; member 364 void *p_first; member
|
D | gki_common.h | 82 BUFFER_HDR_T *p_first; /* first buffer in the queue */ member
|
/external/libnfc-nci/src/nfa/sys/ |
D | nfa_sys_ptim.c | 90 while ((p_cb->timer_queue.p_first) && (p_cb->timer_queue.p_first->ticks <= 0)) in nfa_sys_ptim_timer_update() 93 p_tle = p_cb->timer_queue.p_first; in nfa_sys_ptim_timer_update() 114 if (p_cb->timer_queue.p_first == NULL) in nfa_sys_ptim_timer_update() 136 if (p_cb->timer_queue.p_first == NULL) in nfa_sys_ptim_start_timer() 167 if (p_cb->timer_queue.p_first == NULL) in nfa_sys_ptim_stop_timer()
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_main.c | 394 if (nfc_hal_cb.quick_timer_queue.p_first == NULL) in nfc_hal_main_start_quick_timer() 434 if (nfc_hal_cb.quick_timer_queue.p_first == NULL) in nfc_hal_main_stop_quick_timer() 455 while ((nfc_hal_cb.quick_timer_queue.p_first) && (!nfc_hal_cb.quick_timer_queue.p_first->ticks)) in nfc_hal_main_process_quick_timer_evt() 457 p_tle = nfc_hal_cb.quick_timer_queue.p_first; in nfc_hal_main_process_quick_timer_evt() 467 if (nfc_hal_cb.quick_timer_queue.p_first == NULL) in nfc_hal_main_process_quick_timer_evt()
|
/external/libnfc-nci/src/nfc/llcp/ |
D | llcp_api.c | 601 while (p_app_cb->ui_xmit_q.p_first) in LLCP_Deregister() 765 if (p_app_cb->ui_rx_q.p_first) in LLCP_ReadLogicalLinkData() 767 p_buf = (BT_HDR *) p_app_cb->ui_rx_q.p_first; in LLCP_ReadLogicalLinkData() 814 if (p_app_cb->ui_rx_q.p_first) in LLCP_ReadLogicalLinkData() 857 while (p_app_cb->ui_rx_q.p_first) in LLCP_FlushLogicalLinkRxData() 859 p_buf = (BT_HDR *) p_app_cb->ui_rx_q.p_first; in LLCP_FlushLogicalLinkRxData() 1218 if (p_dlcb->i_rx_q.p_first) in LLCP_ReadDataLinkData() 1220 p_buf = (BT_HDR *) p_dlcb->i_rx_q.p_first; in LLCP_ReadDataLinkData() 1278 if (p_dlcb->i_rx_q.p_first) in LLCP_ReadDataLinkData() 1322 while (p_dlcb->i_rx_q.p_first) in LLCP_FlushDataLinkRxData() [all …]
|
D | llcp_link.c | 378 while (llcp_cb.lcb.sig_xmit_q.p_first) in llcp_link_deactivate() 389 while (p_app_cb->ui_xmit_q.p_first) in llcp_link_deactivate() 394 while (p_app_cb->ui_rx_q.p_first) in llcp_link_deactivate() 1440 if (llcp_cb.lcb.sig_xmit_q.p_first) in llcp_link_get_next_pdu() 1444 p_msg = (BT_HDR*) llcp_cb.lcb.sig_xmit_q.p_first; in llcp_link_get_next_pdu() 1473 p_msg = (BT_HDR *) p_app_cb->ui_xmit_q.p_first; in llcp_link_get_next_pdu()
|
D | llcp_dlc.c | 597 while (p_dlcb->i_xmit_q.p_first) in llcp_dlc_flush_q() 1415 p_msg = (BT_HDR *) p_dlcb->i_xmit_q.p_first; in llcp_dlc_get_next_pdu_length()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
D | aflatin.c | 564 FT_Int p_first = 0; /* make compiler happy */ in af_latin_metrics_init_blues() local 610 p_first = first; in af_latin_metrics_init_blues() 615 p_first = -1; in af_latin_metrics_init_blues() 647 if ( p_first < 0 ) in af_latin_metrics_init_blues() 648 p_first = last; in af_latin_metrics_init_blues() 684 if ( p_first < 0 ) in af_latin_metrics_init_blues() 685 p_first = last; in af_latin_metrics_init_blues() 695 best_on_point_first = p_first; in af_latin_metrics_init_blues()
|
/external/freetype/src/autofit/ |
D | aflatin.c | 629 FT_Int p_first = 0; /* make compiler happy */ in af_latin_metrics_init_blues() local 675 p_first = first; in af_latin_metrics_init_blues() 680 p_first = -1; in af_latin_metrics_init_blues() 712 if ( p_first < 0 ) in af_latin_metrics_init_blues() 713 p_first = last; in af_latin_metrics_init_blues() 749 if ( p_first < 0 ) in af_latin_metrics_init_blues() 750 p_first = last; in af_latin_metrics_init_blues() 760 best_on_point_first = p_first; in af_latin_metrics_init_blues()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.25 | 1559 declaration of `p_first' and `p_last' out of the loop.
|