Searched refs:mSfConnectionHandle (Results 1 – 3 of 3) sorted by relevance
240 mFlinger->mSfConnectionHandle = mScheduler->createConnection(std::move(sfEventThread));
1698 vsyncSource == eVsyncSourceSurfaceFlinger ? mSfConnectionHandle : mAppConnectionHandle; in createDisplayEventConnection()2407 const size_t sfConnections = mScheduler->getEventThreadConnectionCount(mSfConnectionHandle); in postComposition()2662 mScheduler->onHotplugReceived(mSfConnectionHandle, displayId, connected); in dispatchDisplayHotplugEvent()3189 mSfConnectionHandle = in initScheduler()3229 mScheduler->setDuration(mSfConnectionHandle, in setVsyncConfig()5592 mScheduler->setDuration(mSfConnectionHandle, std::chrono::nanoseconds(n), 0ns); in onTransact()
1418 scheduler::ConnectionHandle mSfConnectionHandle; variable