Lines Matching defs:window
213 static int hook_setSwapInterval(struct ANativeWindow* window, int interval) { in hook_setSwapInterval()
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()
234 static int hook_query(const struct ANativeWindow* window, int what, int* value) { in hook_query()
239 static int hook_perform(struct ANativeWindow* window, int operation, ... ) { in hook_perform()
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()
285 EXPORT void destroy_host_anativewindow(ANativeWindow* window) { in destroy_host_anativewindow()