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

12 3

  /external/bluetooth/bluedroid/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...]
l2c_fcr.c 236 while (p_fcrb->waiting_for_ack_q.p_first)
239 while (p_fcrb->srej_rcv_hold_q.p_first)
242 while (p_fcrb->retrans_q.p_first)
    [all...]
l2c_api.c     [all...]
  /external/libnfc-nci/src/nfc/llcp/
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...]
llcp_dlc.c 597 while (p_dlcb->i_xmit_q.p_first)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_fs_co.h 690 BTA_API extern void bta_fs_co_init_db (tBTA_FS_CO_SESSION *p_first);
  /external/bluetooth/bluedroid/gki/common/
gki_common.h 70 BUFFER_HDR_T *p_first; /* first buffer in the queue */ member in struct:_free_queue
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
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_common.h 82 BUFFER_HDR_T *p_first; /* first buffer in the queue */ member in struct:_free_queue
  /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-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...]
  /prebuilts/ndk/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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...]
  /external/freetype/src/autofit/
aflatin.c 543 FT_Int p_first = 0; /* make compiler happy */ local
589 p_first = first;
594 p_first = -1;
626 if ( p_first < 0 )
627 p_first = last;
663 if ( p_first < 0 )
664 p_first = last;
674 best_on_point_first = p_first;
    [all...]
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 130 HC_BT_HDR *p_next_msg = tx_q.p_first;
hci_h4.c 346 HC_BT_HDR *p_hdr = p_cb->acl_rx_q.p_first;
    [all...]
hci_mct.c 342 HC_BT_HDR *p_hdr = p_cb->acl_rx_q.p_first;
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 109 while (p_tcb->sr_cmd.multi_rsp_q.p_first)
540 p_srv = p_list->p_first;
864 p_srv = p_list->p_first;
    [all...]
gatt_int.h 326 tGATT_HDL_LIST_ELEM *p_first; member in struct:__anon5913
346 tGATT_SRV_LIST_ELEM *p_first; member in struct:__anon5914
  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 91 while (p->xmit_data_q.p_first)
258 while (p_ccb->xmit_data_q.p_first != NULL)
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c     [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 413 while (p_tcb->cache_buffer.p_first)
bta_gattc_cache.c 174 while (p_srvc_cb->cache_buffer.p_first)
    [all...]

Completed in 816 milliseconds

12 3