Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSurface_test.cpp1030 &outGpuCompositionDoneTime, &outDisplayPresentTime, in getAllFrameTimestamps()
1040 outGpuCompositionDoneTime = -1; in resetTimestamps()
1154 int64_t outGpuCompositionDoneTime = -1; member in android::GetFrameTimestampsTest
1543 outGpuCompositionDoneTime); in TEST_F()
1558 outGpuCompositionDoneTime); in TEST_F()
1686 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outGpuCompositionDoneTime); in TEST_F()
1704 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outGpuCompositionDoneTime); in TEST_F()
1725 outGpuCompositionDoneTime); in TEST_F()
1763 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_INVALID, outGpuCompositionDoneTime); in TEST_F()
1784 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_INVALID, outGpuCompositionDoneTime); in TEST_F()
[all …]
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h961 int64_t* outLastRefreshStartTime, int64_t* outGpuCompositionDoneTime, in native_window_get_frame_timestamps() argument
968 outGpuCompositionDoneTime, outDisplayPresentTime, in native_window_get_frame_timestamps()
/frameworks/native/libs/gui/
DSurface.cpp211 const nsecs_t* outGpuCompositionDoneTime, in checkConsumerForUpdates() argument
218 bool checkForGpuCompositionDone = (outGpuCompositionDoneTime != nullptr) && in checkConsumerForUpdates()
267 nsecs_t* outLastRefreshStartTime, nsecs_t* outGpuCompositionDoneTime, in getFrameTimestamps() argument
294 outGpuCompositionDoneTime, outDisplayPresentTime, in getFrameTimestamps()
316 getFrameTimestampFence(outGpuCompositionDoneTime, in getFrameTimestamps()
1250 nsecs_t* outGpuCompositionDoneTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
1257 outGpuCompositionDoneTime, outDisplayPresentTime, in dispatchGetFrameTimestamps()