Searched refs:attr_index (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_gattc_co.h73 ** attr_index: starting attribute index of the save operation.
80 UINT16 attr_index, UINT16 conn_id);
92 ** attr_index: starting attribute index of the save operation.
/external/bluetooth/bluedroid/btif/co/
H A Dbta_gattc_co.c107 ** attr_index: starting attribute index of the save operation.
140 ** attr_index: starting attribute index of the save operation.
146 tBTA_GATTC_NV_ATTR *p_attr_list, UINT16 attr_index, UINT16 conn_id)
149 UNUSED(attr_index);
145 bta_gattc_co_cache_save(BD_ADDR server_bda, UINT16 evt, UINT16 num_attr, tBTA_GATTC_NV_ATTR *p_attr_list, UINT16 attr_index, UINT16 conn_id) argument
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_act.c1625 p_clcb->p_srcb->attr_index = 0;
1628 p_clcb->p_srcb->attr_index,
1649 p_clcb->p_srcb->attr_index = 0;
1676 p_data->ci_load.attr, p_clcb->p_srcb->attr_index);
1680 p_clcb->p_srcb->attr_index = 0;
1686 p_clcb->p_srcb->attr_index += p_data->ci_load.num_attr;
1690 p_clcb->p_srcb->attr_index,
1698 p_clcb->p_srcb->attr_index = 0;
1721 p_clcb->p_srcb->attr_index = 0;
H A Dbta_gattc_cache.c1492 tBTA_GATTC_NV_ATTR *p_attr, UINT16 attr_index)
1496 if (attr_index == 0)
1581 if (offset ++ >= p_srvc_cb->attr_index)
1597 if (offset >= p_srvc_cb->attr_index)
1624 nv_attr, p_srvc_cb->attr_index, conn_id);
1626 p_srvc_cb->attr_index += i;
1491 bta_gattc_rebuild_cache(tBTA_GATTC_SERV *p_srvc_cb, UINT16 num_attr, tBTA_GATTC_NV_ATTR *p_attr, UINT16 attr_index) argument
H A Dbta_gattc_int.h339 UINT16 attr_index; /* cahce NV saving/loading attribute index */ member in struct:__anon571
545 extern void bta_gattc_rebuild_cache(tBTA_GATTC_SERV *p_srcv, UINT16 num_attr, tBTA_GATTC_NV_ATTR *p_attr, UINT16 attr_index);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp79 uint32_t attr_index = FindAttributeIndex(attr); local
80 if (attr_index != UINT32_MAX)
82 m_infos.erase(m_infos.begin() + attr_index);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c616 LLVMValueRef attr_index = lp_build_const_int32(gallivm, attrib); local
658 store_aos(gallivm, io_ptrs[i], attr_index, aos[i]);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c616 LLVMValueRef attr_index = lp_build_const_int32(gallivm, attrib); local
658 store_aos(gallivm, io_ptrs[i], attr_index, aos[i]);

Completed in 1892 milliseconds