Home
last modified time | relevance | path

Searched refs:ANativeWindow_cancelBuffer (Results 1 – 10 of 10) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libnativewindow/
Dstubs_riscv64.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_cancelBuffer);
116 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_cancelBuffer); in init_stub_library()
Dstubs_arm.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_cancelBuffer);
116 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_cancelBuffer); in init_stub_library()
Dstubs_arm64.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_cancelBuffer);
116 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_cancelBuffer); in init_stub_library()
/frameworks/native/libs/nativewindow/include/vndk/
Dwindow.h249 int ANativeWindow_cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt26 ANativeWindow_cancelBuffer; # llndk
DANativeWindow.cpp351 int ANativeWindow_cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in ANativeWindow_cancelBuffer() function
/frameworks/base/libs/hostgraphics/
DANativeWindow.cpp58 int ANativeWindow_cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in ANativeWindow_cancelBuffer() function
/frameworks/base/libs/hwui/renderthread/
DReliableSurface.cpp131 ANativeWindow_cancelBuffer(mWindow, buffer, releaseFd); in clearReservedBuffer()
/frameworks/rs/driver/
DrsdAllocation.cpp581 ANativeWindow_cancelBuffer(nw, drv->wndBuffer, fenceID); in rsdAllocationDestroy()
749 r = ANativeWindow_cancelBuffer(old, drv->wndBuffer, fenceID); in rsdAllocationSetSurface()
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp1486 ANativeWindow_cancelBuffer(surface.get(), windowBuffer, -1); in TEST_F()