Home
last modified time | relevance | path

Searched refs:putBe64 (Results 1 – 25 of 34) sorted by relevance

12

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAndroidSubAllocator.cpp64 stream->putBe64(allocator->total_bytes); in save()
69 stream->putBe64(block->offset); in save()
70 stream->putBe64(block->size_available); in save()
78 stream->putBe64(pageSize); in save()
79 stream->putBe64(totalSize); in save()
/hardware/google/aemu/snapshot/
DTextureSaver.cpp35 mStream.putBe64(0); in TextureSaver()
84 mStream.putBe64(static_cast<uint64_t>(b.filePos)); in writeIndex()
93 mStream.putBe64(static_cast<uint64_t>(mIndex.startPosInFile)); in writeIndex()
/hardware/google/aemu/base/
DSubAllocator.cpp62 stream->putBe64(allocator->total_bytes); in save()
67 stream->putBe64(block->offset); in save()
68 stream->putBe64(block->size_available); in save()
76 stream->putBe64(pageSize); in save()
77 stream->putBe64(totalSize); in save()
DCStream.cpp49 asBaseStream(stream)->putBe64(v); in stream_put_be64()
DStream.cpp62 void Stream::putBe64(uint64_t value) { in putBe64() function in android::base::Stream
/hardware/google/aemu/host-common/
DDmaMap.cpp153 stream->putBe64(v.first); // guest paddr in save()
155 stream->putBe64(v.second.guestAddr); // guest addr in save()
156 stream->putBe64(v.second.bufferSize); // buffer size in save()
Daddress_space_graphics.cpp295 stream->putBe64(mRingBlocks.size()); in save()
296 stream->putBe64(mBufferBlocks.size()); in save()
297 stream->putBe64(mCombinedBlocks.size()); in save()
378 stream->putBe64(block.offsetIntoPhys); in saveBlockLocked()
380 stream->putBe64(block.dedicatedSize); in saveBlockLocked()
382 stream->putBe64(block.hostmemId); in saveBlockLocked()
386 stream->putBe64(ADDRESS_SPACE_GRAPHICS_BLOCK_SIZE); in saveBlockLocked()
828 stream->putBe64(alloc.blockIndex); in saveAllocation()
829 stream->putBe64(alloc.offsetIntoPhys); in saveAllocation()
830 stream->putBe64(alloc.size); in saveAllocation()
DGoldfishSyncCommandQueue.cpp76 stream->putBe64(wakeInfo.handle); in save()
77 stream->putBe64(wakeInfo.hostcmd_handle); in save()
Daddress_space_host_memory_allocator.cpp129 stream->putBe64(phys_addr); in save()
130 stream->putBe64(size); in save()
DMediaH264DecoderDefault.cpp195 stream->putBe64(mId); in save()
199 stream->putBe64(item.first); in save()
DMediaSnapshotState.cpp110 stream->putBe64(frame.pts); in saveFrameInfo()
129 stream->putBe64(pkt.pts); in savePacketInfo()
Daddress_space_host_media.cpp59 stream->putBe64(mGuestAddr); in save()
DMediaVpxDecoder.cpp188 stream->putBe64(item.first); in save()
Daddress_space_shared_slots_host_memory_allocator.cpp238 stream->putBe64(physBase); in save()
416 stream->putBe64(kv.first); in save()
/hardware/google/gfxstream/host/
DRenderThreadInfoGl.cpp80 stream->putBe64(m_puid); in onSave()
86 stream->putBe64(0); in onSave()
DRenderThreadInfo.cpp73 stream->putBe64(m_puid); in onSave()
DBuffer.cpp94 stream->putBe64(mSize); in onSave()
DStalePtrRegistry.h97 stream->putBe64(entry.first); in onSave()
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DGLProcessPipe.cpp81 stream->putBe64(GLProcessPipe::s_headId.load()); in preSave()
110 stream->putBe64(m_uniqueId); in onSave()
/hardware/google/gfxstream/guest/android-emu/aemu/base/files/
DStream.h54 void putBe64(uint64_t value);
DStream.cpp62 void Stream::putBe64(uint64_t value) { in putBe64() function in gfxstream::guest::Stream
/hardware/google/aemu/base/include/aemu/base/files/
DStream.h58 void putBe64(uint64_t value);
/hardware/google/gfxstream/host/gl/
DBufferGl.cpp100 stream->putBe64(mSize); in onSave()
/hardware/google/aemu/host-common/include/host-common/
DMediaH264DecoderPlugin.h142 stream->putBe64(frame.pts); in saveFrameInfo()
155 stream->putBe64(pkt.pts); in savePacketInfo()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.cpp197 stream->putBe64(m_shareGroup->getId()); in onSave()

12