Searched defs:clientStream (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 410 OutputStream clientStream) throws IOException { in dispatchCommand() 474 private static void profile(View root, OutputStream clientStream, String parameter) in profile() 636 public static void captureLayers(View root, final DataOutputStream clientStream) in captureLayers() 658 private static void captureViewLayer(View view, DataOutputStream clientStream, boolean visible) in captureViewLayer() 698 captureViewLayer(group.getChildAt(i), clientStream, localVisible); in captureViewLayer() local 718 private static void capture(View root, final OutputStream clientStream, String parameter) in capture() 726 public static void capture(View root, final OutputStream clientStream, View captureView) in capture() 786 OutputStream clientStream) throws IOException { in dump()
|
D | ViewRootImpl.java | 6185 OutputStream clientStream = null; in executeCommand() local
|
/frameworks/base/services/java/com/android/server/wm/ |
D | ViewServer.java | 186 OutputStream clientStream = client.getOutputStream(); in writeValue() local
|
D | WindowManagerService.java | 6258 OutputStream clientStream = client.getOutputStream(); in viewServerListWindows() local 6308 OutputStream clientStream = client.getOutputStream(); in viewServerGetFocusedWindow() local
|