Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurface.cpp199 const nsecs_t* outLatchTime, in checkConsumerForUpdates()
257 nsecs_t* outLatchTime, nsecs_t* outFirstRefreshStartTime, in getFrameTimestamps()
1114 nsecs_t* outLatchTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h949 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp860 int64_t outLatchTime = -1; member in android::GetFrameTimestampsTest