Home
last modified time | relevance | path

Searched refs:addExpectedPresentTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp760 expected.addExpectedPresentTime(time); in TEST_F()
784 expected1.addExpectedPresentTime(time); in TEST_F()
803 expected2.addExpectedPresentTime(time); in TEST_F()
829 expected1.addExpectedPresentTime(time); in TEST_F()
873 expected.addExpectedPresentTime(systemTime()); in TEST_F()
/frameworks/native/services/surfaceflinger/tests/utils/
DCallbackUtils.h80 void addExpectedPresentTime(nsecs_t expectedPresentTime) { in addExpectedPresentTime() function