Home
last modified time | relevance | path

Searched refs:onTransactionHandled (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncModulatorTest.cpp82 mVSyncModulator->onTransactionHandled(); in TEST_F()
96 mVSyncModulator->onTransactionHandled(); in TEST_F()
114 mVSyncModulator->onTransactionHandled(); in TEST_F()
126 mVSyncModulator->onTransactionHandled(); in TEST_F()
144 mVSyncModulator->onTransactionHandled(); in TEST_F()
156 mVSyncModulator->onTransactionHandled(); in TEST_F()
168 mVSyncModulator->onTransactionHandled(); in TEST_F()
186 mVSyncModulator->onTransactionHandled(); in TEST_F()
200 mVSyncModulator->onTransactionHandled(); in TEST_F()
218 mVSyncModulator->onTransactionHandled(); in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncModulator.h78 void onTransactionHandled();
DVSyncModulator.cpp89 void VSyncModulator::onTransactionHandled() { in onTransactionHandled() function in android::scheduler::VSyncModulator
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2420 mVSyncModulator->onTransactionHandled(); in handleTransaction()