Lines Matching refs:window
59 typedef int (*ANativeWindow_cancelBufferFn)(ANativeWindow* window, ANativeWindowBuffer* buffer,
68 typedef int (*ANativeWindow_cancelBufferInterceptor)(ANativeWindow* window,
77 typedef int (*ANativeWindow_dequeueBufferFn)(ANativeWindow* window, ANativeWindowBuffer** buffer,
86 typedef int (*ANativeWindow_dequeueBufferInterceptor)(ANativeWindow* window,
95 typedef int (*ANativeWindow_performFn)(ANativeWindow* window, int operation, va_list args);
103 typedef int (*ANativeWindow_performInterceptor)(ANativeWindow* window,
111 typedef int (*ANativeWindow_queueBufferFn)(ANativeWindow* window, ANativeWindowBuffer* buffer,
120 typedef int (*ANativeWindow_queueBufferInterceptor)(ANativeWindow* window,
137 int ANativeWindow_setCancelBufferInterceptor(ANativeWindow* window,
153 int ANativeWindow_setDequeueBufferInterceptor(ANativeWindow* window,
168 int ANativeWindow_setPerformInterceptor(ANativeWindow* window,
182 int ANativeWindow_setQueueBufferInterceptor(ANativeWindow* window,
191 int64_t ANativeWindow_getLastDequeueDuration(ANativeWindow* window);
198 int64_t ANativeWindow_getLastQueueDuration(ANativeWindow* window);
206 int64_t ANativeWindow_getLastDequeueStartTime(ANativeWindow* window);
221 int ANativeWindow_setDequeueTimeout(ANativeWindow* window, int64_t timeout);