/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | AndroidSubAllocator.cpp | 64 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/ |
D | TextureSaver.cpp | 35 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/ |
D | SubAllocator.cpp | 62 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()
|
D | CStream.cpp | 49 asBaseStream(stream)->putBe64(v); in stream_put_be64()
|
D | Stream.cpp | 62 void Stream::putBe64(uint64_t value) { in putBe64() function in android::base::Stream
|
/hardware/google/aemu/host-common/ |
D | DmaMap.cpp | 153 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()
|
D | address_space_graphics.cpp | 295 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()
|
D | GoldfishSyncCommandQueue.cpp | 76 stream->putBe64(wakeInfo.handle); in save() 77 stream->putBe64(wakeInfo.hostcmd_handle); in save()
|
D | address_space_host_memory_allocator.cpp | 129 stream->putBe64(phys_addr); in save() 130 stream->putBe64(size); in save()
|
D | MediaH264DecoderDefault.cpp | 195 stream->putBe64(mId); in save() 199 stream->putBe64(item.first); in save()
|
D | MediaSnapshotState.cpp | 110 stream->putBe64(frame.pts); in saveFrameInfo() 129 stream->putBe64(pkt.pts); in savePacketInfo()
|
D | address_space_host_media.cpp | 59 stream->putBe64(mGuestAddr); in save()
|
D | MediaVpxDecoder.cpp | 188 stream->putBe64(item.first); in save()
|
D | address_space_shared_slots_host_memory_allocator.cpp | 238 stream->putBe64(physBase); in save() 416 stream->putBe64(kv.first); in save()
|
/hardware/google/gfxstream/host/ |
D | RenderThreadInfoGl.cpp | 80 stream->putBe64(m_puid); in onSave() 86 stream->putBe64(0); in onSave()
|
D | RenderThreadInfo.cpp | 73 stream->putBe64(m_puid); in onSave()
|
D | Buffer.cpp | 94 stream->putBe64(mSize); in onSave()
|
D | StalePtrRegistry.h | 97 stream->putBe64(entry.first); in onSave()
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | GLProcessPipe.cpp | 81 stream->putBe64(GLProcessPipe::s_headId.load()); in preSave() 110 stream->putBe64(m_uniqueId); in onSave()
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/files/ |
D | Stream.h | 54 void putBe64(uint64_t value);
|
D | Stream.cpp | 62 void Stream::putBe64(uint64_t value) { in putBe64() function in gfxstream::guest::Stream
|
/hardware/google/aemu/base/include/aemu/base/files/ |
D | Stream.h | 58 void putBe64(uint64_t value);
|
/hardware/google/gfxstream/host/gl/ |
D | BufferGl.cpp | 100 stream->putBe64(mSize); in onSave()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaH264DecoderPlugin.h | 142 stream->putBe64(frame.pts); in saveFrameInfo() 155 stream->putBe64(pkt.pts); in savePacketInfo()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglContext.cpp | 197 stream->putBe64(m_shareGroup->getId()); in onSave()
|