Searched refs:mSfConnectionHandle (Results 1 – 3 of 3) sorted by relevance
240 mFlinger->mSfConnectionHandle = mScheduler->createConnection(std::move(sfEventThread));
1688 vsyncSource == eVsyncSourceSurfaceFlinger ? mSfConnectionHandle : mAppConnectionHandle; in createDisplayEventConnection()2394 const size_t sfConnections = mScheduler->getEventThreadConnectionCount(mSfConnectionHandle); in postComposition()2644 mScheduler->onHotplugReceived(mSfConnectionHandle, displayId, connected); in dispatchDisplayHotplugEvent()3184 mSfConnectionHandle = in initScheduler()3226 mScheduler->setDuration(mSfConnectionHandle, in setVsyncConfig()5510 mScheduler->setDuration(mSfConnectionHandle, std::chrono::nanoseconds(n), 0ns); in onTransact()
1394 scheduler::ConnectionHandle mSfConnectionHandle; variable