Searched defs:clientStream (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 428 OutputStream clientStream) throws IOException { in dispatchCommand() 494 private static void profile(View root, OutputStream clientStream, String parameter) in profile() 656 public static void captureLayers(View root, final DataOutputStream clientStream) in captureLayers() 678 private static void captureViewLayer(View view, DataOutputStream clientStream, boolean visible) in captureViewLayer() 718 captureViewLayer(group.getChildAt(i), clientStream, localVisible); in captureViewLayer() local 738 private static void capture(View root, final OutputStream clientStream, String parameter) in capture() 746 public static void capture(View root, final OutputStream clientStream, View captureView) in capture() 806 OutputStream clientStream) throws IOException { in dump() 831 public static void dumpTheme(View view, OutputStream clientStream) throws IOException { in dumpTheme()
|
D | ViewRootImpl.java | 6550 OutputStream clientStream = null; in executeCommand() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ViewServer.java | 186 OutputStream clientStream = client.getOutputStream(); in writeValue() local
|
D | WindowManagerService.java | 6811 OutputStream clientStream = client.getOutputStream(); in viewServerListWindows() local 6861 OutputStream clientStream = client.getOutputStream(); in viewServerGetFocusedWindow() local
|