Searched refs:unboxed (Results 1 – 1 of 1) sorted by relevance
283 uint64_t getBoxedFromUnboxedLocked(uint64_t unboxed) { in getBoxedFromUnboxedLocked() argument284 auto* res = android::base::find(reverseMap, unboxed); in getBoxedFromUnboxedLocked()3021 auto unboxed = pDescriptorSets[i]; in on_vkAllocateDescriptorSets() local3025 (uint64_t)(pDescriptorSets[i]), unboxed); in on_vkAllocateDescriptorSets()6750 type unboxed_to_boxed_##type(type unboxed) { \6752 return (type)sBoxedHandleManager.getBoxedFromUnboxedLocked((uint64_t)(uintptr_t)unboxed); \6779 type unboxed_to_boxed_non_dispatchable_##type(type unboxed) { \6781 return (type)sBoxedHandleManager.getBoxedFromUnboxedLocked((uint64_t)(uintptr_t)unboxed); \8898 type VkDecoderGlobalState::unboxed_to_boxed_##type(type unboxed) { \8899 return mImpl->unboxed_to_boxed_##type(unboxed); \[all …]