Lines Matching refs:ANativeWindowBuffer
55 ANativeWindowBuffer* mReservedBuffer = nullptr;
60 bool isFallbackBuffer(const ANativeWindowBuffer* windowBuffer) const;
61 ANativeWindowBuffer* acquireFallbackBuffer();
65 int cancelBuffer(ANativeWindowBuffer* buffer, int fenceFd);
66 int dequeueBuffer(ANativeWindowBuffer** buffer, int* fenceFd);
67 int queueBuffer(ANativeWindowBuffer* buffer, int fenceFd);
72 static int hook_cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
73 static int hook_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer,
75 static int hook_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
81 static int hook_cancelBuffer_DEPRECATED(ANativeWindow* window, ANativeWindowBuffer* buffer);
82 static int hook_dequeueBuffer_DEPRECATED(ANativeWindow* window, ANativeWindowBuffer** buffer);
83 static int hook_lockBuffer_DEPRECATED(ANativeWindow* window, ANativeWindowBuffer* buffer);
84 static int hook_queueBuffer_DEPRECATED(ANativeWindow* window, ANativeWindowBuffer* buffer);