Searched refs:ANativeWindow_tryAllocateBuffers (Results 1 – 8 of 8) sorted by relevance
78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_tryAllocateBuffers);151 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_tryAllocateBuffers); in init_stub_library()
282 void ANativeWindow_tryAllocateBuffers(ANativeWindow* window) __INTRODUCED_IN(30);
60 ANativeWindow_tryAllocateBuffers; # introduced=30
251 void ANativeWindow_tryAllocateBuffers(ANativeWindow* window) { in ANativeWindow_tryAllocateBuffers() function
67 extern "C" void ANativeWindow_tryAllocateBuffers(ANativeWindow* window) { in ANativeWindow_tryAllocateBuffers() function
297 ANativeWindow_tryAllocateBuffers(mNativeSurface->getNativeWindow()); in allocateBuffers()