Home
last modified time | relevance | path

Searched refs:ANativeWindow_queueBuffer (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/nativewindow/include/vndk/
Dwindow.h295 int ANativeWindow_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp186 int ANativeWindow_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in ANativeWindow_queueBuffer() function
/frameworks/rs/driver/
DrsdAllocation.cpp794 r = ANativeWindow_queueBuffer(nw, drv->wndBuffer, fenceID); in rsdAllocationIoSend()