Home
last modified time | relevance | path

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

/frameworks/base/tests/SurfaceViewBufferTests/cpp/
DSurfaceProxy.cpp57 nsecs_t outLastRefreshStartTime, outGlCompositionDoneTime, outDequeueReadyTime; in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed() local
/frameworks/native/libs/gui/
DSurface.cpp226 const nsecs_t* outLastRefreshStartTime, in checkConsumerForUpdates()
283 nsecs_t* outLastRefreshStartTime, nsecs_t* outGpuCompositionDoneTime, in getFrameTimestamps()
1678 nsecs_t* outLastRefreshStartTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h980 int64_t* outLastRefreshStartTime, int64_t* outGpuCompositionDoneTime, in native_window_get_frame_timestamps()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp1225 int64_t outLastRefreshStartTime = -1; member in android::GetFrameTimestampsTest