/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | AndroidSubAllocator.cpp | 92 allocator->total_bytes = stream->getBe64(); in load() 97 block->offset = stream->getBe64(); in load() 98 block->size_available = stream->getBe64(); in load() 106 pageSize = stream->getBe64(); in load() 107 totalSize = stream->getBe64(); in load()
|
/hardware/google/aemu/base/ |
D | SubAllocator.cpp | 90 allocator->total_bytes = stream->getBe64(); in load() 95 block->offset = stream->getBe64(); in load() 96 block->size_available = stream->getBe64(); in load() 104 pageSize = stream->getBe64(); in load() 105 totalSize = stream->getBe64(); in load()
|
D | CStream.cpp | 65 return asBaseStream(stream)->getBe64(); in stream_get_be64()
|
D | Stream.cpp | 75 uint64_t Stream::getBe64() { in getBe64() function in android::base::Stream
|
/hardware/google/aemu/snapshot/ |
D | TextureLoader.cpp | 73 auto indexPos = mStream.getBe64(); in readIndex() 83 uint64_t filePos = mStream.getBe64(); in readIndex()
|
/hardware/google/aemu/host-common/ |
D | DmaMap.cpp | 165 uint64_t gpa = stream->getBe64(); in load() 169 info.guestAddr = stream->getBe64(), in load() 170 info.bufferSize = stream->getBe64(), in load()
|
D | address_space_graphics.cpp | 320 uint64_t ringBlockCount = stream->getBe64(); in load() 321 uint64_t bufferBlockCount = stream->getBe64(); in load() 322 uint64_t combinedBlockCount = stream->getBe64(); in load() 404 block.offsetIntoPhys = stream->getBe64(); in loadBlockLocked() 407 create.size = stream->getBe64(); in loadBlockLocked() 411 create.hostmemId = stream->getBe64(); in loadBlockLocked() 417 stream->getBe64(); in loadBlockLocked() 845 alloc.blockIndex = stream->getBe64(); in loadAllocation() 846 alloc.offsetIntoPhys = stream->getBe64(); in loadAllocation() 847 alloc.size = stream->getBe64(); in loadAllocation()
|
D | GoldfishSyncCommandQueue.cpp | 91 stream->getBe64(), // handle in load() 92 stream->getBe64(), // hostcmd_handle in load()
|
D | address_space_host_memory_allocator.cpp | 141 uint64_t phys_addr = stream->getBe64(); in load() 142 uint64_t size = stream->getBe64(); in load()
|
D | MediaH264DecoderDefault.cpp | 206 mId = stream->getBe64(); in load() 210 uint64_t id = stream->getBe64(); in load()
|
D | MediaSnapshotState.cpp | 123 frame.pts = stream->getBe64(); in loadFrameInfo() 134 pkt.pts = stream->getBe64(); in loadPacketInfo()
|
D | address_space_host_media.cpp | 84 mGuestAddr = stream->getBe64(); in load()
|
D | MediaVpxDecoder.cpp | 201 uint64_t id = stream->getBe64(); in load()
|
D | address_space_shared_slots_host_memory_allocator.cpp | 252 const uint64_t physBaseLoaded = stream->getBe64(); in load() 426 const uint64_t phys = stream->getBe64(); in load()
|
/hardware/google/gfxstream/host/ |
D | RenderThreadInfoGl.cpp | 112 m_puid = stream->getBe64(); in onLoad() 115 stream->getBe64(); in onLoad()
|
D | RenderThreadInfo.cpp | 84 m_puid = stream->getBe64(); in onLoad()
|
D | Buffer.cpp | 73 const auto size = static_cast<uint64_t>(stream->getBe64()); in onLoad()
|
D | StalePtrRegistry.h | 106 uint64_t handle = stream->getBe64(); in onLoad()
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | GLProcessPipe.cpp | 77 GLProcessPipe::s_headId.store(stream->getBe64()); in preLoad() 89 m_uniqueId = loadStream->getBe64(); in GLProcessPipe()
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/files/ |
D | Stream.h | 69 uint64_t getBe64();
|
D | Stream.cpp | 75 uint64_t Stream::getBe64() { in getBe64() function in gfxstream::guest::Stream
|
/hardware/google/aemu/base/include/aemu/base/files/ |
D | Stream.h | 73 uint64_t getBe64();
|
/hardware/google/gfxstream/host/gl/ |
D | BufferGl.cpp | 94 const auto size = static_cast<uint64_t>(stream->getBe64()); in onLoad()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaH264DecoderPlugin.h | 150 frame.pts = stream->getBe64(); in loadFrameInfo() 160 pkt.pts = stream->getBe64(); in loadPacketInfo()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglContext.cpp | 71 shareGroupId = static_cast<uint64_t>(stream->getBe64()); in EglContext()
|