Home
last modified time | relevance | path

Searched defs:kHandleMask (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_hci/public/pw_bluetooth_hci/
H A Dpacket.h170 static constexpr uint16_t kHandleMask = 0xFFF << kHandleOffset; variable
242 static constexpr uint16_t kHandleMask = 0xFFF << kHandleOffset; variable
/aosp_15_r20/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp172 const uint64_t kHandleMask = (UINT64_C(1) << 56) - 1; in AllocHandle() local