Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp230 uint32_t stride, uint32_t numFlexPlanes, bool wasAllocated) in Buffer() argument
237 mWasAllocated(wasAllocated) {} in Buffer()
348 if (buffer->wasAllocated()) { in release()
DGralloc1On0Adapter.h200 uint32_t numFlexPlanes, bool wasAllocated);
210 bool wasAllocated() const { return mWasAllocated; } in wasAllocated() function