Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurface.cpp201 const nsecs_t* outLastRefreshStartTime, in checkConsumerForUpdates()
258 nsecs_t* outLastRefreshStartTime, nsecs_t* outGpuCompositionDoneTime, in getFrameTimestamps()
1116 nsecs_t* outLastRefreshStartTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h950 int64_t* outLastRefreshStartTime, int64_t* outGpuCompositionDoneTime, in native_window_get_frame_timestamps()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp862 int64_t outLastRefreshStartTime = -1; member in android::GetFrameTimestampsTest