Lines Matching refs:ANativeWindow
46 typedef int (*ANativeWindow_cancelBufferFn)(ANativeWindow* window, ANativeWindowBuffer* buffer,
55 typedef int (*ANativeWindow_cancelBufferInterceptor)(ANativeWindow* window,
64 typedef int (*ANativeWindow_dequeueBufferFn)(ANativeWindow* window, ANativeWindowBuffer** buffer,
73 typedef int (*ANativeWindow_dequeueBufferInterceptor)(ANativeWindow* window,
82 typedef int (*ANativeWindow_performFn)(ANativeWindow* window, int operation, va_list args);
90 typedef int (*ANativeWindow_performInterceptor)(ANativeWindow* window,
98 typedef int (*ANativeWindow_queueBufferFn)(ANativeWindow* window, ANativeWindowBuffer* buffer,
107 typedef int (*ANativeWindow_queueBufferInterceptor)(ANativeWindow* window,
124 int ANativeWindow_setCancelBufferInterceptor(ANativeWindow* window,
140 int ANativeWindow_setDequeueBufferInterceptor(ANativeWindow* window,
155 int ANativeWindow_setPerformInterceptor(ANativeWindow* window,
169 int ANativeWindow_setQueueBufferInterceptor(ANativeWindow* window,
178 int64_t ANativeWindow_getLastDequeueDuration(ANativeWindow* window);
185 int64_t ANativeWindow_getLastQueueDuration(ANativeWindow* window);
193 int64_t ANativeWindow_getLastDequeueStartTime(ANativeWindow* window);
208 int ANativeWindow_setDequeueTimeout(ANativeWindow* window, int64_t timeout);