Home
last modified time | relevance | path

Searched refs:backingStore (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp271 uint64_t backingStore = 0; in allocate() local
273 handle, &backingStore); in allocate()
279 auto buffer = std::make_shared<Buffer>(handle, backingStore, in allocate()
384 uint64_t backingStore = 0; in retain() local
386 bufferHandle, &backingStore); in retain()
418 auto buffer = std::make_shared<Buffer>(bufferHandle, backingStore, in retain()