Lines Matching refs:unboxed
283 uint64_t getBoxedFromUnboxedLocked(uint64_t unboxed) { in getBoxedFromUnboxedLocked() argument
284 auto* res = android::base::find(reverseMap, unboxed); in getBoxedFromUnboxedLocked()
3021 auto unboxed = pDescriptorSets[i]; in on_vkAllocateDescriptorSets() local
3025 (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); \
8911 type VkDecoderGlobalState::unboxed_to_boxed_non_dispatchable_##type(type unboxed) { \
8912 return mImpl->unboxed_to_boxed_non_dispatchable_##type(unboxed); \
8943 type unboxed_to_boxed_##type(type unboxed) { \
8945 return (type)sBoxedHandleManager.getBoxedFromUnboxedLocked((uint64_t)(uintptr_t)unboxed); \
8969 type unboxed_to_boxed_non_dispatchable_##type(type unboxed) { \
8971 return (type)sBoxedHandleManager.getBoxedFromUnboxedLocked((uint64_t)(uintptr_t)unboxed); \