HomeSort by relevance Sort by last modified time
    Searched refs:attr_index (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/bta/include/
bta_gattc_co.h 73 ** 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/
bta_gattc_co.c 106 ** attr_index: starting attribute index of the save operation.
139 ** attr_index: starting attribute index of the save operation.
145 tBTA_GATTC_NV_ATTR *p_attr_list, UINT16 attr_index, UINT16 conn_id)
148 UNUSED(attr_index);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c     [all...]
bta_gattc_cache.c     [all...]
bta_gattc_int.h 339 UINT16 attr_index; /* cahce NV saving/loading attribute index */ member in struct:__anon5191
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/
DWARFDebugInfoEntry.cpp 79 uint32_t attr_index = FindAttributeIndex(attr); local
80 if (attr_index != UINT32_MAX)
82 m_infos.erase(m_infos.begin() + attr_index);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 616 LLVMValueRef attr_index = lp_build_const_int32(gallivm, attrib); local
658 store_aos(gallivm, io_ptrs[i], attr_index, aos[i]);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 616 LLVMValueRef attr_index = lp_build_const_int32(gallivm, attrib); local
658 store_aos(gallivm, io_ptrs[i], attr_index, aos[i]);
    [all...]

Completed in 304 milliseconds