Searched defs:clientStream (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 435 OutputStream clientStream) throws IOException { in dispatchCommand() 501 private static void profile(View root, OutputStream clientStream, String parameter) in profile() 663 public static void captureLayers(View root, final DataOutputStream clientStream) in captureLayers() 685 private static void captureViewLayer(View view, DataOutputStream clientStream, boolean visible) in captureViewLayer() 725 captureViewLayer(group.getChildAt(i), clientStream, localVisible); in captureViewLayer() local 745 private static void capture(View root, final OutputStream clientStream, String parameter) in capture() 753 public static void capture(View root, final OutputStream clientStream, View captureView) in capture() 814 OutputStream clientStream) throws IOException { in dump() 861 public static void dumpTheme(View view, OutputStream clientStream) throws IOException { in dumpTheme()
|
D | ViewRootImpl.java | 7066 OutputStream clientStream = null; in executeCommand() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ViewServer.java | 189 OutputStream clientStream = client.getOutputStream(); in writeValue() local
|
D | WindowManagerService.java | 6959 OutputStream clientStream = client.getOutputStream(); in viewServerListWindows() local 7009 OutputStream clientStream = client.getOutputStream(); in viewServerGetFocusedWindow() local
|