Home
last modified time | relevance | path

Searched refs:ANativeWindow_getLastDequeueDuration (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libnativewindow/
Dstubs_arm64.cc49 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getLastDequeueDuration);
122 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getLastDequeueDuration); in init_stub_library()
Dstubs_riscv64.cc49 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getLastDequeueDuration);
122 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getLastDequeueDuration); in init_stub_library()
Dstubs_arm.cc49 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getLastDequeueDuration);
122 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getLastDequeueDuration); in init_stub_library()
/frameworks/native/libs/nativewindow/tests/
DANativeWindowTest.cpp75 int result = ANativeWindow_getLastDequeueDuration(mWindow.get()); in TEST_F()
87 result = ANativeWindow_getLastDequeueDuration(mWindow.get()); in TEST_F()
/frameworks/native/libs/nativewindow/include/apex/
Dwindow.h178 int64_t ANativeWindow_getLastDequeueDuration(ANativeWindow* window);
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt32 ANativeWindow_getLastDequeueDuration; # systemapi introduced=30
DANativeWindow.cpp413 int64_t ANativeWindow_getLastDequeueDuration(ANativeWindow* window) { in ANativeWindow_getLastDequeueDuration() function
/frameworks/base/libs/hostgraphics/
DANativeWindow.cpp78 int64_t ANativeWindow_getLastDequeueDuration(ANativeWindow* window) { in ANativeWindow_getLastDequeueDuration() function
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp719 ANativeWindow_getLastDequeueDuration(mNativeSurface->getNativeWindow()); in draw()