Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DSurface.h252 static int cancelBufferInternal(ANativeWindow* window, ANativeWindowBuffer* buffer,
/frameworks/native/libs/gui/
DSurface.cpp438 return interceptor(window, Surface::cancelBufferInternal, data, buffer, fenceFd); in hook_cancelBuffer()
444 int Surface::cancelBufferInternal(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in cancelBufferInternal() function in android::Surface