Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DSurface.h222 static int queueBufferInternal(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
/frameworks/native/libs/gui/
DSurface.cpp425 return interceptor(window, Surface::queueBufferInternal, data, buffer, fenceFd); in hook_queueBuffer()
431 int Surface::queueBufferInternal(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in queueBufferInternal() function in android::Surface