Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurface.cpp207 const nsecs_t* outLastRefreshStartTime, in checkConsumerForUpdates()
264 nsecs_t* outLastRefreshStartTime, nsecs_t* outGpuCompositionDoneTime, in getFrameTimestamps()
1167 nsecs_t* outLastRefreshStartTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h939 int64_t* outLastRefreshStartTime, int64_t* outGpuCompositionDoneTime, in native_window_get_frame_timestamps()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp945 int64_t outLastRefreshStartTime = -1; member in android::GetFrameTimestampsTest