Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libnativewindow/
H A Dstubs_arm.cc44 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getLastDequeueStartTime);
109 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getLastDequeueStartTime); in init_stub_library()
H A Dstubs_arm64.cc44 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getLastDequeueStartTime);
109 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_getLastDequeueStartTime); in init_stub_library()
/aosp12/frameworks/native/libs/nativewindow/tests/
H A DANativeWindowTest.cpp125 int64_t result = ANativeWindow_getLastDequeueStartTime(mWindow.get()); in TEST_F()
137 int64_t result = ANativeWindow_getLastDequeueStartTime(mWindow.get()); in TEST_F()
/aosp12/frameworks/native/libs/nativewindow/include/apex/
H A Dwindow.h206 int64_t ANativeWindow_getLastDequeueStartTime(ANativeWindow* window);
/aosp12/frameworks/native/libs/nativewindow/
H A Dlibnativewindow.map.txt27 ANativeWindow_getLastDequeueStartTime; # apex # introduced=30
H A DANativeWindow.cpp314 int64_t ANativeWindow_getLastDequeueStartTime(ANativeWindow* window) { in ANativeWindow_getLastDequeueStartTime() function
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp564 ANativeWindow_getLastDequeueStartTime(mNativeSurface->getNativeWindow()); in draw()
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp633 nsecs_t lastDequeueTime = ANativeWindow_getLastDequeueStartTime(anw.get()); in TEST_F()