Home
last modified time | relevance | path

Searched refs:createConnectionInternal (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp132 createConnectionInternal(eventThread.get(), std::move(resyncCallback)); in createConnection()
149 sp<EventThreadConnection> Scheduler::createConnectionInternal(EventThread* eventThread, in createConnectionInternal() function in android::Scheduler
157 return createConnectionInternal(mConnections[handle->id]->thread.get(), in createDisplayEventConnection()
DScheduler.h195 sp<EventThreadConnection> createConnectionInternal(EventThread*, ResyncCallback&&);