Home
last modified time | relevance | path

Searched defs:Block (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DPool.cpp86 struct Block { struct
87 Block(size_t _chunkSize, size_t _numChunks) { in Block() argument
117 Interval getInterval() const { in getInterval()
123 bool isFull() const { return numFree == 0; } in isFull()
125 uint8_t* getPtr(size_t element) { in getPtr()
134 size_t getElement(void* ptr) { in getElement()
140 void* alloc() { in alloc()
177 void free(void* toFree) { in free()
198 void freeAll() { in freeAll()
204 Block* next = nullptr; // Unused for now
[all …]
/hardware/google/gfxstream/host/
DPostCommands.h25 Block = 6, enumerator
29 struct Block { struct
31 std::promise<void> scheduledSignal;
33 std::future<void> continueSignal;
/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp58 struct Block { struct
59 char* buffer = nullptr;
60 SubAllocator* subAlloc = nullptr;
61 uint64_t offsetIntoPhys = 0; // guest claimShared/mmap uses this
63 bool isEmpty = true;
64 bool dedicated = false;
65 size_t dedicatedSize = 0;
66 bool usesVirtioGpuHostmem = false;
67 uint64_t hostmemId = 0;
68 bool external = false;