Searched refs:allocBlock (Results 1 – 2 of 2) sorted by relevance
42 uint64_t allocBlock(uint32_t handle, size_t size, uint64_t* physAddr);
83 uint64_t allocBlock(uint32_t handle, size_t size, uint64_t* physAddr) { in allocBlock() function in android::HostAddressSpaceDevice::Impl409 uint64_t HostAddressSpaceDevice::allocBlock(uint32_t handle, size_t size, uint64_t* physAddr) { in allocBlock() function in android::HostAddressSpaceDevice410 return mImpl->allocBlock(handle, size, physAddr); in allocBlock()