Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.h292 ConnectionHandle::Id mNextConnectionHandleId = 0; variable
H A DScheduler.cpp279 const ConnectionHandle handle = ConnectionHandle{mNextConnectionHandleId++}; in createConnection()