Home
last modified time | relevance | path

Searched refs:anw (Results 1 – 2 of 2) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/include/system/
Dwindow.h62 static inline int native_window_dequeue_buffer_and_wait(ANativeWindow* anw, in native_window_dequeue_buffer_and_wait() argument
64 return anw->dequeueBuffer_DEPRECATED(anw, anwb); in native_window_dequeue_buffer_and_wait()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp72 ANativeWindow* anw = reinterpret_cast<ANativeWindow*>(base); in incRefANW() local
73 anw->oem[0]++; in incRefANW()
77 ANativeWindow* anw = reinterpret_cast<ANativeWindow*>(base); in decRefANW() local
78 if (anw->oem[0] > 0) { in decRefANW()
79 anw->oem[0]--; in decRefANW()
80 if (anw->oem[0] == 0) in decRefANW()
81 delete anw; in decRefANW()