Lines Matching refs:ConnectionHandle
61 virtual void setPhaseOffset(scheduler::ConnectionHandle, nsecs_t phaseOffset) = 0;
85 using ConnectionHandle = scheduler::ConnectionHandle; variable
86 ConnectionHandle createConnection(const char* connectionName, nsecs_t phaseOffsetNs,
89 sp<IDisplayEventConnection> createDisplayEventConnection(ConnectionHandle,
92 sp<EventThreadConnection> getEventConnection(ConnectionHandle);
94 void onHotplugReceived(ConnectionHandle, PhysicalDisplayId, bool connected);
95 void onPrimaryDisplayConfigChanged(ConnectionHandle, PhysicalDisplayId,
98 void onNonPrimaryDisplayConfigChanged(ConnectionHandle, PhysicalDisplayId,
100 void onScreenAcquired(ConnectionHandle);
101 void onScreenReleased(ConnectionHandle);
104 void setPhaseOffset(ConnectionHandle, nsecs_t phaseOffset) override;
109 ConnectionHandle enableVSyncInjection(bool enable);
150 void dump(ConnectionHandle, std::string&) const;
164 size_t getEventThreadConnectionCount(ConnectionHandle handle);
183 ConnectionHandle createConnection(std::unique_ptr<EventThread>);
214 ConnectionHandle::Id mNextConnectionHandleId = 0;
215 std::unordered_map<ConnectionHandle, Connection> mConnections;
219 ConnectionHandle mInjectorConnectionHandle;
262 ConnectionHandle handle;