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

  /system/bt/stack/gatt/
gatt_db.cc 60 db.next_handle = s_hdl;
655 if (db.next_handle >= db.end_handle) {
658 << ", next_handle = " << +db.next_handle;
663 attr.handle = db.next_handle++;
gatt_int.h 182 uint16_t next_handle; /* Next usable handle value */ member in struct:__anon2204
363 uint16_t next_handle; /* next available handle */ member in struct:__anon2214
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 103 std::array<uint64_t, HandleType::kNumTypes> next_handle; member in struct:VkDevice_T
170 uint64_t AllocHandle(uint64_t type, uint64_t* next_handle) {
172 ALOGE_IF(*next_handle == kHandleMask,
177 ((*next_handle)++ & kHandleMask);
189 AllocHandle(type, &device->next_handle[type]));
677 std::fill(device->next_handle.begin(), device->next_handle.end(),
    [all...]
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_context.c 49 static uint32_t next_handle; variable
52 return ++next_handle;
    [all...]

Completed in 665 milliseconds