Lines Matching defs:window
19 static int32_t query(ANativeWindow* window, int what) { in query()
25 static int64_t query64(ANativeWindow* window, int what) { in query64()
31 int ANativeWindow_setCancelBufferInterceptor(ANativeWindow* window, in ANativeWindow_setCancelBufferInterceptor()
37 int ANativeWindow_setDequeueBufferInterceptor(ANativeWindow* window, in ANativeWindow_setDequeueBufferInterceptor()
43 int ANativeWindow_setQueueBufferInterceptor(ANativeWindow* window, in ANativeWindow_setQueueBufferInterceptor()
49 int ANativeWindow_setPerformInterceptor(ANativeWindow* window, in ANativeWindow_setPerformInterceptor()
54 int ANativeWindow_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd) { in ANativeWindow_dequeueBuffer()
58 int ANativeWindow_cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in ANativeWindow_cancelBuffer()
62 int ANativeWindow_setDequeueTimeout(ANativeWindow* window, int64_t timeout) { in ANativeWindow_setDequeueTimeout()
67 extern "C" void ANativeWindow_tryAllocateBuffers(ANativeWindow* window) { in ANativeWindow_tryAllocateBuffers()
74 int64_t ANativeWindow_getLastDequeueStartTime(ANativeWindow* window) { in ANativeWindow_getLastDequeueStartTime()
78 int64_t ANativeWindow_getLastDequeueDuration(ANativeWindow* window) { in ANativeWindow_getLastDequeueDuration()
82 int64_t ANativeWindow_getLastQueueDuration(ANativeWindow* window) { in ANativeWindow_getLastQueueDuration()
86 int32_t ANativeWindow_getWidth(ANativeWindow* window) { in ANativeWindow_getWidth()
90 int32_t ANativeWindow_getHeight(ANativeWindow* window) { in ANativeWindow_getHeight()
94 int32_t ANativeWindow_getFormat(ANativeWindow* window) { in ANativeWindow_getFormat()
98 void ANativeWindow_acquire(ANativeWindow* window) { in ANativeWindow_acquire()
103 void ANativeWindow_release(ANativeWindow* window) { in ANativeWindow_release()