Searched refs:ANativeWindow_dequeueBuffer (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/libs/nativewindow/tests/ |
D | ANativeWindowTest.cpp | 83 int result = ANativeWindow_dequeueBuffer(mWindow.get(), &buffer, &fd); in TEST_F() 101 int result = ANativeWindow_dequeueBuffer(mWindow.get(), &buffer, &fd); in TEST_F() 113 int result = ANativeWindow_dequeueBuffer(mWindow.get(), &buffer, &fd); in TEST_F() 133 int dequeueResult = ANativeWindow_dequeueBuffer(mWindow.get(), &buffer, &fd); in TEST_F() 150 int dequeueResult = ANativeWindow_dequeueBuffer(mWindow.get(), &buffer, &fd); in TEST_F() 155 dequeueResult = ANativeWindow_dequeueBuffer(mWindow.get(), &buffer, &fd); in TEST_F() 163 dequeueResult = ANativeWindow_dequeueBuffer(mWindow.get(), &buffer, &fd); in TEST_F()
|
/frameworks/libs/native_bridge_support/android_api/libnativewindow/ |
D | stubs_riscv64.cc | 44 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_dequeueBuffer); 117 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_dequeueBuffer); in init_stub_library()
|
D | stubs_arm.cc | 44 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_dequeueBuffer); 117 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_dequeueBuffer); in init_stub_library()
|
D | stubs_arm64.cc | 44 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_dequeueBuffer); 117 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_dequeueBuffer); in init_stub_library()
|
/frameworks/native/libs/nativewindow/include/vndk/ |
D | window.h | 199 int ANativeWindow_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd);
|
/frameworks/native/libs/nativewindow/ |
D | libnativewindow.map.txt | 27 ANativeWindow_dequeueBuffer; # llndk
|
D | ANativeWindow.cpp | 343 int ANativeWindow_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd) { in ANativeWindow_dequeueBuffer() function
|
/frameworks/base/libs/hostgraphics/ |
D | ANativeWindow.cpp | 54 int ANativeWindow_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd) { in ANativeWindow_dequeueBuffer() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | ReliableSurface.cpp | 101 int result = ANativeWindow_dequeueBuffer(mWindow, &buffer, &fenceFd); in reserveNext()
|
/frameworks/native/libs/gui/tests/ |
D | BufferQueue_test.cpp | 1479 ASSERT_EQ(OK, ANativeWindow_dequeueBuffer(surface.get(), &windowBuffer, &fence)); in TEST_F() 1492 ASSERT_EQ(OK, ANativeWindow_dequeueBuffer(surface.get(), &windowBuffer, &fence)); in TEST_F()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 711 int r = ANativeWindow_dequeueBuffer(nw, &drv->wndBuffer, &fenceID); in IoGetBuffer()
|