Home
last modified time | relevance | path

Searched defs:outReleaseTime (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tests/SurfaceViewBufferTests/cpp/
H A DSurfaceProxy.cpp59 nsecs_t outReleaseTime; in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed() local
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp230 const nsecs_t* outReleaseTime) { in checkConsumerForUpdates()
285 nsecs_t* outReleaseTime) { in getFrameTimestamps()
1682 nsecs_t* outReleaseTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h982 int64_t* outReleaseTime) in native_window_get_frame_timestamps()
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp1240 int64_t outReleaseTime = -1; member in android::GetFrameTimestampsTest