Home
last modified time | relevance | path

Searched refs:mAppConnectionHandle (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncModulator.cpp39 mAppConnectionHandle(appConnectionHandle), in VSyncModulator()
163 mPhaseOffsetControl.setPhaseOffset(mAppConnectionHandle, offsets.app); in updateOffsetsLocked()
DVSyncModulator.h105 const ConnectionHandle mAppConnectionHandle; variable
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1084 mScheduler->onPrimaryDisplayConfigChanged(mAppConnectionHandle, display->getId()->value, in setActiveConfigInternal()
1547 vsyncSource == eVsyncSourceSurfaceFlinger ? mSfConnectionHandle : mAppConnectionHandle; in createDisplayEventConnection()
2309 const size_t appConnections = mScheduler->getEventThreadConnectionCount(mAppConnectionHandle); in postComposition()
2486 mScheduler->onHotplugReceived(mAppConnectionHandle, displayId, connected); in dispatchDisplayHotplugEvent()
2979 mAppConnectionHandle = in initScheduler()
2989 mVSyncModulator.emplace(*mScheduler, mAppConnectionHandle, mSfConnectionHandle, in initScheduler()
3004 mScheduler->onPrimaryDisplayConfigChanged(mAppConnectionHandle, primaryDisplayId.value, in initScheduler()
4238 mScheduler->onScreenAcquired(mAppConnectionHandle); in setPowerModeInternal()
4252 mScheduler->onScreenReleased(mAppConnectionHandle); in setPowerModeInternal()
4265 mScheduler->onScreenAcquired(mAppConnectionHandle); in setPowerModeInternal()
[all …]
DSurfaceFlinger.h1205 scheduler::ConnectionHandle mAppConnectionHandle; variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h225 mFlinger->mAppConnectionHandle = mScheduler->createConnection(std::move(appEventThread));
229 mFlinger->mVSyncModulator.emplace(*mScheduler, mFlinger->mAppConnectionHandle,