Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp227 const nsecs_t* outGpuCompositionDoneTime, in checkConsumerForUpdates()
283 nsecs_t* outLastRefreshStartTime, nsecs_t* outGpuCompositionDoneTime, in getFrameTimestamps()
1679 nsecs_t* outGpuCompositionDoneTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h980 int64_t* outLastRefreshStartTime, int64_t* outGpuCompositionDoneTime, in native_window_get_frame_timestamps()
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp1237 int64_t outGpuCompositionDoneTime = -1; member in android::GetFrameTimestampsTest