Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DReadback.cpp44 AHardwareBuffer* rawSourceBuffer; in copySurfaceInto() local
48 status_t err = ANativeWindow_getLastQueuedBuffer2(window, &rawSourceBuffer, &rawSourceFence, in copySurfaceInto()
63 if (rawSourceBuffer == nullptr) { in copySurfaceInto()
67 UniqueAHardwareBuffer sourceBuffer{rawSourceBuffer}; in copySurfaceInto()
213 AHardwareBuffer* rawSourceBuffer; in copySurfaceIntoLegacy() local
216 status_t err = ANativeWindow_getLastQueuedBuffer(window, &rawSourceBuffer, &rawSourceFence, in copySurfaceIntoLegacy()
224 if (rawSourceBuffer == nullptr) { in copySurfaceIntoLegacy()
229 UniqueAHardwareBuffer sourceBuffer{rawSourceBuffer}; in copySurfaceIntoLegacy()