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

1 2

  /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/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/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:__anon12654
361 void *p_first; member in struct:__anon12655
gki_common.h 82 BUFFER_HDR_T *p_first; /* first buffer in the queue */ member in struct:_free_queue
  /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:__anon12683
364 void *p_first; member in struct:__anon12684
gki_common.h 82 BUFFER_HDR_T *p_first; /* first buffer in the queue */ member in struct:_free_queue
  /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/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...]
llcp_link.c 378 while (llcp_cb.lcb.sig_xmit_q.p_first)
389 while (p_app_cb->ui_xmit_q.p_first)
394 while (p_app_cb->ui_rx_q.p_first)
    [all...]
  /system/bt/stack/gatt/
gatt_utils.c 319 p_list = p_list_info->p_first;
347 p_list = p_list_info->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;
539 p_list->p_first = p_new;
568 if (!p_remove || !p_list->p_first)
570 GATT_TRACE_DEBUG("p_remove==NULL || p_list->p_first==NULL");
576 p_list->p_first = p_remove->p_next
    [all...]
  /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();
  /system/bt/stack/l2cap/
l2c_ucd.c 643 while (p_lcb->ucd_out_sec_pending_q.p_first)
646 while (p_lcb->ucd_in_sec_pending_q.p_first)
760 p_buf = (BT_HDR*)(p_ccb->p_lcb->ucd_out_sec_pending_q.p_first);
837 p_buf = (BT_HDR*)(p_ccb->p_lcb->ucd_in_sec_pending_q.p_first);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 1031 node_pointer p_first = *begin(); local
1032 if (p_first->m_type == leaf_node)
1034 leaf_const_pointer p = static_cast<leaf_const_pointer>(p_first);
1039 inode_pointer p = static_cast<inode_pointer>(p_first);
1040 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == i_node);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 1031 node_pointer p_first = *begin(); local
1032 if (p_first->m_type == leaf_node)
1034 leaf_const_pointer p = static_cast<leaf_const_pointer>(p_first);
1039 inode_pointer p = static_cast<inode_pointer>(p_first);
1040 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == i_node);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 1031 node_pointer p_first = *begin(); local
1032 if (p_first->m_type == leaf_node)
1034 leaf_const_pointer p = static_cast<leaf_const_pointer>(p_first);
1039 inode_pointer p = static_cast<inode_pointer>(p_first);
1040 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == i_node);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 1031 node_pointer p_first = *begin(); local
1032 if (p_first->m_type == leaf_node)
1034 leaf_const_pointer p = static_cast<leaf_const_pointer>(p_first);
1039 inode_pointer p = static_cast<inode_pointer>(p_first);
1040 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == i_node);
    [all...]

Completed in 800 milliseconds

1 2