Searched refs:getBe64 (Results 1 – 5 of 5) sorted by relevance
93 allocator->total_bytes = stream->getBe64(); in load()98 block->offset = stream->getBe64(); in load()99 block->size_available = stream->getBe64(); in load()107 pageSize = stream->getBe64(); in load()108 totalSize = stream->getBe64(); in load()
71 uint64_t getBe64();
75 uint64_t Stream::getBe64() { in getBe64() function in android::base::Stream
92 check_pApplicationName = (const char*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkApplicationInfo()111 check_pEngineName = (const char*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkApplicationInfo()158 check_pApplicationInfo = (const VkApplicationInfo*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkInstanceCreateInfo()202 check_pUserData = (void*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()211 forUnmarshaling->pfnAllocation = (PFN_vkAllocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()212 forUnmarshaling->pfnReallocation = (PFN_vkReallocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()213 forUnmarshaling->pfnFree = (PFN_vkFreeFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()214 …forUnmarshaling->pfnInternalAllocation = (PFN_vkInternalAllocationNotification)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()215 forUnmarshaling->pfnInternalFree = (PFN_vkInternalFreeNotification)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()581 forUnmarshaling->minMemoryMapAlignment = (size_t)vkStream->getBe64(); in unmarshal_VkPhysicalDeviceLimits()[all …]
393 check_pPhysicalDeviceCount = (uint32_t*)(uintptr_t)stream->getBe64(); in vkEnumeratePhysicalDevices()405 check_pPhysicalDevices = (VkPhysicalDevice*)(uintptr_t)stream->getBe64(); in vkEnumeratePhysicalDevices()703 check_pQueueFamilyPropertyCount = (uint32_t*)(uintptr_t)stream->getBe64(); in vkGetPhysicalDeviceQueueFamilyProperties()714 check_pQueueFamilyProperties = (VkQueueFamilyProperties*)(uintptr_t)stream->getBe64(); in vkGetPhysicalDeviceQueueFamilyProperties()1129 check_pPropertyCount = (uint32_t*)(uintptr_t)stream->getBe64(); in vkEnumerateInstanceExtensionProperties()1140 check_pProperties = (VkExtensionProperties*)(uintptr_t)stream->getBe64(); in vkEnumerateInstanceExtensionProperties()1270 check_pPropertyCount = (uint32_t*)(uintptr_t)stream->getBe64(); in vkEnumerateDeviceExtensionProperties()1281 check_pProperties = (VkExtensionProperties*)(uintptr_t)stream->getBe64(); in vkEnumerateDeviceExtensionProperties()1367 check_pPropertyCount = (uint32_t*)(uintptr_t)stream->getBe64(); in vkEnumerateInstanceLayerProperties()1378 check_pProperties = (VkLayerProperties*)(uintptr_t)stream->getBe64(); in vkEnumerateInstanceLayerProperties()[all …]