Lines Matching refs:ANativeWindowBuffer
113 ANativeWindowBuffer* buffer = nullptr; in reserveNext()
127 ANativeWindowBuffer* buffer = nullptr; in clearReservedBuffer()
145 int ReliableSurface::cancelBuffer(ANativeWindowBuffer* buffer, int fenceFd) { in cancelBuffer()
157 int ReliableSurface::dequeueBuffer(ANativeWindowBuffer** buffer, int* fenceFd) { in dequeueBuffer()
181 int ReliableSurface::queueBuffer(ANativeWindowBuffer* buffer, int fenceFd) { in queueBuffer()
195 bool ReliableSurface::isFallbackBuffer(const ANativeWindowBuffer* windowBuffer) const { in isFallbackBuffer()
199 ANativeWindowBuffer* scratchBuffer = in isFallbackBuffer()
204 ANativeWindowBuffer* ReliableSurface::acquireFallbackBuffer() { in acquireFallbackBuffer()
239 int ReliableSurface::hook_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, in hook_dequeueBuffer()
244 int ReliableSurface::hook_cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, in hook_cancelBuffer()
249 int ReliableSurface::hook_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, in hook_queueBuffer()
255 ANativeWindowBuffer** buffer) { in hook_dequeueBuffer_DEPRECATED()
256 ANativeWindowBuffer* buf; in hook_dequeueBuffer_DEPRECATED()
274 ANativeWindowBuffer* buffer) { in hook_cancelBuffer_DEPRECATED()
279 ANativeWindowBuffer* buffer) { in hook_lockBuffer_DEPRECATED()
285 ANativeWindowBuffer* buffer) { in hook_queueBuffer_DEPRECATED()