Home
last modified time | relevance | path

Searched refs:ANativeWindow_tryAllocateBuffers (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libnativewindow/
Dstubs_arm64.cc78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_tryAllocateBuffers);
151 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_tryAllocateBuffers); in init_stub_library()
Dstubs_riscv64.cc78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_tryAllocateBuffers);
151 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_tryAllocateBuffers); in init_stub_library()
Dstubs_arm.cc78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_tryAllocateBuffers);
151 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_tryAllocateBuffers); in init_stub_library()
/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h282 void ANativeWindow_tryAllocateBuffers(ANativeWindow* window) __INTRODUCED_IN(30);
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt60 ANativeWindow_tryAllocateBuffers; # introduced=30
DANativeWindow.cpp251 void ANativeWindow_tryAllocateBuffers(ANativeWindow* window) { in ANativeWindow_tryAllocateBuffers() function
/frameworks/base/libs/hostgraphics/
DANativeWindow.cpp67 extern "C" void ANativeWindow_tryAllocateBuffers(ANativeWindow* window) { in ANativeWindow_tryAllocateBuffers() function
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp297 ANativeWindow_tryAllocateBuffers(mNativeSurface->getNativeWindow()); in allocateBuffers()