Home
last modified time | relevance | path

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

/frameworks/hardware/interfaces/displayservice/1.0/vts/functional/
DVtsFwkDisplayServiceV1_0TargetTest.cpp61 vsyncs++; in onVsync()
71 std::atomic<int> vsyncs{0}; member in TestCallback
105 EXPECT_EQ(0, cb->vsyncs); in TEST_P()
110 EXPECT_EQ(1, cb->vsyncs); in TEST_P()
117 ASSERT_EQ(0, cb->vsyncs); in TEST_P()
121 int at1 = cb->vsyncs; in TEST_P()
123 cb->vsyncs = 0; in TEST_P()
126 int at2 = cb->vsyncs; in TEST_P()
128 cb->vsyncs = 0; in TEST_P()
131 int at4 = cb->vsyncs; in TEST_P()
/frameworks/native/services/surfaceflinger/
Dsurfaceflinger_flags.aconfig228 description: "This flag will enable utilizing N vsyncs in the FrameTargeter for past vsyncs"
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncPredictorTest.cpp63 std::vector<nsecs_t> vsyncs(count); in generateVsyncTimestamps() local
64 std::generate(vsyncs.begin(), vsyncs.end(), in generateVsyncTimestamps()
66 return vsyncs; in generateVsyncTimestamps()