Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSurface_test.cpp739 &outGpuCompositionDoneTime, &outDisplayPresentTime, in getAllFrameTimestamps()
749 outGpuCompositionDoneTime = -1; in resetTimestamps()
863 int64_t outGpuCompositionDoneTime = -1; member in android::GetFrameTimestampsTest
1256 outGpuCompositionDoneTime); in TEST_F()
1271 outGpuCompositionDoneTime); in TEST_F()
1399 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outGpuCompositionDoneTime); in TEST_F()
1417 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_PENDING, outGpuCompositionDoneTime); in TEST_F()
1438 outGpuCompositionDoneTime); in TEST_F()
1476 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_INVALID, outGpuCompositionDoneTime); in TEST_F()
1497 EXPECT_EQ(NATIVE_WINDOW_TIMESTAMP_INVALID, outGpuCompositionDoneTime); in TEST_F()
[all …]
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h891 int64_t* outLastRefreshStartTime, int64_t* outGpuCompositionDoneTime, in native_window_get_frame_timestamps() argument
898 outGpuCompositionDoneTime, outDisplayPresentTime, in native_window_get_frame_timestamps()
/frameworks/native/libs/gui/
DSurface.cpp202 const nsecs_t* outGpuCompositionDoneTime, in checkConsumerForUpdates() argument
209 bool checkForGpuCompositionDone = (outGpuCompositionDoneTime != nullptr) && in checkConsumerForUpdates()
258 nsecs_t* outLastRefreshStartTime, nsecs_t* outGpuCompositionDoneTime, in getFrameTimestamps() argument
285 outGpuCompositionDoneTime, outDisplayPresentTime, in getFrameTimestamps()
307 getFrameTimestampFence(outGpuCompositionDoneTime, in getFrameTimestamps()
1137 nsecs_t* outGpuCompositionDoneTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
1144 outGpuCompositionDoneTime, outDisplayPresentTime, in dispatchGetFrameTimestamps()