Home
last modified time | relevance | path

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

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