Home
last modified time | relevance | path

Searched refs:ANativeWindow_setBuffersTimestamp (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libnativewindow/
H A Dstubs_arm.cc59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersTimestamp);
124 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setBuffersTimestamp); in init_stub_library()
H A Dstubs_arm64.cc59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersTimestamp);
124 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setBuffersTimestamp); in init_stub_library()
/aosp12/frameworks/native/libs/nativewindow/include/vndk/
H A Dwindow.h305 int ANativeWindow_setBuffersTimestamp(ANativeWindow* window, int64_t timestamp);
/aosp12/frameworks/native/libs/nativewindow/
H A Dlibnativewindow.map.txt46 ANativeWindow_setBuffersTimestamp; # llndk
H A DANativeWindow.cpp286 int ANativeWindow_setBuffersTimestamp(ANativeWindow* window, int64_t timestamp) { in ANativeWindow_setBuffersTimestamp() function