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

  /external/mesa3d/src/gallium/state_trackers/vega/
handle.c 40 static unsigned next_handle = 1; variable
82 VGHandle h = next_handle++;
  /system/bt/stack/gatt/
gatt_db.cc 56 db.next_handle = s_hdl;
711 if (db.next_handle >= db.end_handle) {
714 << ", next_handle = " << +db.next_handle;
719 attr.handle = db.next_handle++;
gatt_int.h 181 uint16_t next_handle; /* Next usable handle value */ member in struct:__anon106234
372 uint16_t next_handle; /* next available handle */ member in struct:__anon106247
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 102 std::array<uint64_t, HandleType::kNumTypes> next_handle; member in struct:VkDevice_T
169 uint64_t AllocHandle(uint64_t type, uint64_t* next_handle) {
171 ALOGE_IF(*next_handle == kHandleMask,
176 ((*next_handle)++ & kHandleMask);
188 AllocHandle(type, &device->next_handle[type]));
665 std::fill(device->next_handle.begin(), device->next_handle.end(),
    [all...]

Completed in 135 milliseconds