System ViewServer - dtmilano/AndroidViewClient GitHub Wiki
Android system ViewServer is a local socket server that can be used to communicate with the
views of the opened windows. Communication with the views is ensured by the
com.android.server.wm.WindowManagerService
and is a cross-process operation.
Source code: <android>/frameworks/base/services/java/com/android/server/wm/ViewServer.java
See also: Secure mode