Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libnativewindow/
H A Dstubs_arm.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getLastDequeueDuration);
108 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getLastDequeueDuration); in init_stub_library()
H A Dstubs_arm64.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getLastDequeueDuration);
108 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getLastDequeueDuration); in init_stub_library()
/aosp12/frameworks/native/libs/nativewindow/tests/
H A DANativeWindowTest.cpp75 int result = ANativeWindow_getLastDequeueDuration(mWindow.get()); in TEST_F()
87 result = ANativeWindow_getLastDequeueDuration(mWindow.get()); in TEST_F()
/aosp12/frameworks/native/libs/nativewindow/include/apex/
H A Dwindow.h191 int64_t ANativeWindow_getLastDequeueDuration(ANativeWindow* window);
/aosp12/frameworks/native/libs/nativewindow/
H A Dlibnativewindow.map.txt26 ANativeWindow_getLastDequeueDuration; # apex # introduced=30
H A DANativeWindow.cpp306 int64_t ANativeWindow_getLastDequeueDuration(ANativeWindow* window) { in ANativeWindow_getLastDequeueDuration() function
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp571 ANativeWindow_getLastDequeueDuration(mNativeSurface->getNativeWindow()); in draw()