HomeSort by relevance Sort by last modified time
    Searched refs:p_first (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/bluetooth/bluedroid/bta/sys/
ptim.c 88 while((p_cb->timer_queue.p_first) && (p_cb->timer_queue.p_first->ticks <= 0))
91 p_tle = p_cb->timer_queue.p_first;
111 if (p_cb->timer_queue.p_first == NULL)
130 if (p_cb->timer_queue.p_first == NULL)
159 if (p_cb->timer_queue.p_first == NULL)
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c 90 while ((p_cb->timer_queue.p_first) && (p_cb->timer_queue.p_first->ticks <= 0))
93 p_tle = p_cb->timer_queue.p_first;
114 if (p_cb->timer_queue.p_first == NULL)
136 if (p_cb->timer_queue.p_first == NULL)
167 if (p_cb->timer_queue.p_first == NULL)
  /external/bluetooth/bluedroid/hci/src/
utils.c 82 p_q->p_first = p_q->p_last = NULL;
111 p_q->p_first = p_buf;
156 p_hdr=(HC_BUFFER_HDR_T *)((uint8_t *)p_q->p_first-BT_HC_BUFFER_HDR_SIZE);
159 p_q->p_first = ((uint8_t *)p_hdr->p_next + BT_HC_BUFFER_HDR_SIZE);
162 p_q->p_first = NULL;
226 if (p_buf == p_q->p_first)
232 p_prev=(HC_BUFFER_HDR_T *)((uint8_t *)p_q->p_first-BT_HC_BUFFER_HDR_SIZE);
  /external/libnfc-nci/src/nfc/nfc/
nfc_task.c 64 if (nfc_cb.timer_queue.p_first == NULL)
120 while ((nfc_cb.timer_queue.p_first) && (!nfc_cb.timer_queue.p_first->ticks))
122 p_tle = nfc_cb.timer_queue.p_first;
142 if (nfc_cb.timer_queue.p_first == NULL)
162 if (nfc_cb.timer_queue.p_first == NULL)
186 if (nfc_cb.quick_timer_queue.p_first == NULL)
230 if (nfc_cb.quick_timer_queue.p_first == NULL)
251 while ((nfc_cb.quick_timer_queue.p_first) && (!nfc_cb.quick_timer_queue.p_first->ticks)
    [all...]
  /external/bluetooth/bluedroid/gki/common/
gki_time.c 497 timer_q->p_first = NULL;
503 return (timer_q->p_first == NULL);
508 return timer_q->p_first;
542 p_tle = p_timer_listq->p_first;
599 p_tle = p_timer_listq->p_first;
649 if (p_timer_listq->p_first == NULL)
651 p_timer_listq->p_first = p_tle;
657 TIMER_LIST_ENT *i = p_timer_listq->p_first;
681 if (p_timer_listq->p_first == i)
682 p_timer_listq->p_first = p_tle
    [all...]
gki_buffer.c 73 p_cb->freeq[id].p_first = hdr;
102 if(Q->p_first == 0)
132 p_cb->freeq[i].p_first = NULL;
176 p_cb->freeq[tt].p_first = 0;
345 p_q->p_first = p_q->p_last = NULL;
413 if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE)
420 p_hdr = Q->p_first;
421 Q->p_first = p_hdr->p_next;
423 if (!Q->p_first)
483 if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE
    [all...]
gki.h 104 TIMER_LIST_ENT *p_first; member in struct:__anon5751
114 void *p_first; member in struct:__anon5752
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 82 p_cb->freeq[id].p_first = hdr;
111 if(Q->p_first == 0)
166 p_cb->freeq[tt].p_first = 0;
333 p_q->p_first = p_q->p_last = NULL;
407 if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE)
415 if(Q->p_first == 0)
423 p_hdr = Q->p_first;
424 Q->p_first = p_hdr->p_next;
426 if (!Q->p_first)
524 if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE
    [all...]
gki_time.c 634 p_timer_listq->p_first = NULL;
688 p_tle = p_timer_listq->p_first;
756 p_tle = p_timer_listq->p_first;
818 if (p_timer_listq->p_first == NULL)
819 p_timer_listq->p_first = p_tle;
839 p_temp = p_timer_listq->p_first;
850 if (p_temp == p_timer_listq->p_first)
852 p_tle->p_next = p_timer_listq->p_first;
853 p_timer_listq->p_first->p_prev = p_tle;
854 p_timer_listq->p_first = p_tle
    [all...]
gki.h 350 TIMER_LIST_ENT *p_first; member in struct:__anon28500
361 void *p_first; member in struct:__anon28501
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 82 p_cb->freeq[id].p_first = hdr;
111 if(Q->p_first == 0)
166 p_cb->freeq[tt].p_first = 0;
333 p_q->p_first = p_q->p_last = NULL;
407 if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE)
415 if(Q->p_first == 0)
423 p_hdr = Q->p_first;
424 Q->p_first = p_hdr->p_next;
426 if (!Q->p_first)
524 if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE
    [all...]
gki_time.c 634 p_timer_listq->p_first = NULL;
688 p_tle = p_timer_listq->p_first;
756 p_tle = p_timer_listq->p_first;
818 if (p_timer_listq->p_first == NULL)
819 p_timer_listq->p_first = p_tle;
839 p_temp = p_timer_listq->p_first;
850 if (p_temp == p_timer_listq->p_first)
852 p_tle->p_next = p_timer_listq->p_first;
853 p_timer_listq->p_first->p_prev = p_tle;
854 p_timer_listq->p_first = p_tle
    [all...]
gki.h 353 TIMER_LIST_ENT *p_first; member in struct:__anon28513
364 void *p_first; member in struct:__anon28514
  /external/bluetooth/bluedroid/hci/include/
utils.h 44 void *p_first; member in struct:__anon5784
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 545 if (btu_cb.timer_queue.p_first == NULL)
653 if (btu_cb.timer_queue.p_first == NULL)
724 if (btu_cb.timer_queue.p_first == NULL)
752 if (btu_cb.quick_timer_queue.p_first == NULL)
794 if (btu_cb.quick_timer_queue.p_first == NULL)
815 if (btu_cb.quick_timer_queue.p_first == NULL)
836 while ((p_tlq->p_first) && (!p_tlq->p_first->ticks))
838 p_tle = p_tlq->p_first;
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 345 if (nfc_hal_cb.quick_timer_queue.p_first == NULL)
385 if (nfc_hal_cb.quick_timer_queue.p_first == NULL)
406 while ((nfc_hal_cb.quick_timer_queue.p_first) && (!nfc_hal_cb.quick_timer_queue.p_first->ticks))
408 p_tle = nfc_hal_cb.quick_timer_queue.p_first;
418 if (nfc_hal_cb.quick_timer_queue.p_first == NULL)
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 96 while (p_tcb->pending_ind_q.p_first)
113 while (p_tcb->pending_enc_clcb.p_first)
319 p_list = p_list_info->p_first;
347 p_list = p_list_info->p_first;
376 while (p->svc_db.svc_buffer.p_first)
400 while (p_elem->svc_db.svc_buffer.p_first)
456 tGATT_SRV_LIST_ELEM *p_srv= p_list->p_first;
510 if (!p_list->p_first)
513 p_list->p_first =
520 p_old = p_list->p_first;
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 601 while (p_app_cb->ui_xmit_q.p_first)
765 if (p_app_cb->ui_rx_q.p_first)
767 p_buf = (BT_HDR *) p_app_cb->ui_rx_q.p_first;
814 if (p_app_cb->ui_rx_q.p_first)
857 while (p_app_cb->ui_rx_q.p_first)
859 p_buf = (BT_HDR *) p_app_cb->ui_rx_q.p_first;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 251 node_pointer p_first = *begin(); local
252 if (p_first->m_type == pat_trie_leaf_node_type)
254 const_leaf_pointer p = static_cast<const_leaf_pointer>(p_first);
259 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == pat_trie_internal_node_type);
260 m_pref_b_it = static_cast<internal_node_pointer>(p_first)->pref_b_it();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 251 node_pointer p_first = *begin(); local
252 if (p_first->m_type == pat_trie_leaf_node_type)
254 const_leaf_pointer p = static_cast<const_leaf_pointer>(p_first);
259 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == pat_trie_internal_node_type);
260 m_pref_b_it = static_cast<internal_node_pointer>(p_first)->pref_b_it();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 251 node_pointer p_first = *begin(); local
252 if (p_first->m_type == pat_trie_leaf_node_type)
254 const_leaf_pointer p = static_cast<const_leaf_pointer>(p_first);
259 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == pat_trie_internal_node_type);
260 m_pref_b_it = static_cast<internal_node_pointer>(p_first)->pref_b_it();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 251 node_pointer p_first = *begin(); local
252 if (p_first->m_type == pat_trie_leaf_node_type)
254 const_leaf_pointer p = static_cast<const_leaf_pointer>(p_first);
259 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == pat_trie_internal_node_type);
260 m_pref_b_it = static_cast<internal_node_pointer>(p_first)->pref_b_it();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 251 node_pointer p_first = *begin(); local
252 if (p_first->m_type == pat_trie_leaf_node_type)
254 const_leaf_pointer p = static_cast<const_leaf_pointer>(p_first);
259 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == pat_trie_internal_node_type);
260 m_pref_b_it = static_cast<internal_node_pointer>(p_first)->pref_b_it();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 251 node_pointer p_first = *begin(); local
252 if (p_first->m_type == pat_trie_leaf_node_type)
254 const_leaf_pointer p = static_cast<const_leaf_pointer>(p_first);
259 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == pat_trie_internal_node_type);
260 m_pref_b_it = static_cast<internal_node_pointer>(p_first)->pref_b_it();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 251 node_pointer p_first = *begin(); local
252 if (p_first->m_type == pat_trie_leaf_node_type)
254 const_leaf_pointer p = static_cast<const_leaf_pointer>(p_first);
259 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == pat_trie_internal_node_type);
260 m_pref_b_it = static_cast<internal_node_pointer>(p_first)->pref_b_it();

Completed in 347 milliseconds

1 2 3