Searched refs:mAppConnectionHandle (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | VSyncModulator.cpp | 39 mAppConnectionHandle(appConnectionHandle), in VSyncModulator() 163 mPhaseOffsetControl.setPhaseOffset(mAppConnectionHandle, offsets.app); in updateOffsetsLocked()
|
D | VSyncModulator.h | 105 const ConnectionHandle mAppConnectionHandle; variable
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 1084 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 …]
|
D | SurfaceFlinger.h | 1205 scheduler::ConnectionHandle mAppConnectionHandle; variable
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableSurfaceFlinger.h | 225 mFlinger->mAppConnectionHandle = mScheduler->createConnection(std::move(appEventThread)); 229 mFlinger->mVSyncModulator.emplace(*mScheduler, mFlinger->mAppConnectionHandle,
|