Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurface.cpp208 const nsecs_t* outGpuCompositionDoneTime, in checkConsumerForUpdates()
264 nsecs_t* outLastRefreshStartTime, nsecs_t* outGpuCompositionDoneTime, in getFrameTimestamps()
1168 nsecs_t* outGpuCompositionDoneTime = 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.cpp946 int64_t outGpuCompositionDoneTime = -1; member in android::GetFrameTimestampsTest