Lines Matching refs:ANativeWindowBuffer
41 static int hook_dequeueBuffer_DEPRECATED(struct ANativeWindow* window, struct ANativeWindowBuffer**…
42 static int hook_lockBuffer_DEPRECATED(struct ANativeWindow* window, struct ANativeWindowBuffer* buf…
43 static int hook_queueBuffer_DEPRECATED(struct ANativeWindow* window, struct ANativeWindowBuffer* bu…
46 static int hook_cancelBuffer_DEPRECATED(struct ANativeWindow* window, struct ANativeWindowBuffer* b…
47 static int hook_dequeueBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer** buffer, in…
48 static int hook_queueBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer* buffer, int f…
49 static int hook_cancelBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer* buffer, int …
81 int AndroidWindow::dequeueBuffer(ANativeWindowBuffer** buffer, int* fenceFd) { in dequeueBuffer()
91 int AndroidWindow::queueBuffer(ANativeWindowBuffer* buffer, int fenceFd) { in queueBuffer()
97 int AndroidWindow::cancelBuffer(ANativeWindowBuffer* buffer, int fenceFd) { in cancelBuffer()
219 static int hook_dequeueBuffer_DEPRECATED(struct ANativeWindow* window, struct ANativeWindowBuffer**… in hook_dequeueBuffer_DEPRECATED()
224 static int hook_lockBuffer_DEPRECATED(struct ANativeWindow* window, struct ANativeWindowBuffer* buf… in hook_lockBuffer_DEPRECATED()
229 static int hook_queueBuffer_DEPRECATED(struct ANativeWindow* window, struct ANativeWindowBuffer* bu… in hook_queueBuffer_DEPRECATED()
248 static int hook_cancelBuffer_DEPRECATED(struct ANativeWindow* window, struct ANativeWindowBuffer* b… in hook_cancelBuffer_DEPRECATED()
253 static int hook_dequeueBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer** buffer, in… in hook_dequeueBuffer()
258 static int hook_queueBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer* buffer, int f… in hook_queueBuffer()
263 static int hook_cancelBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer* buffer, int … in hook_cancelBuffer()