Searched defs:clientStream (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/core/java/android/view/ |
| D | ViewDebug.java | 429 OutputStream clientStream) throws IOException { in dispatchCommand() 495 private static void profile(View root, OutputStream clientStream, String parameter) in profile() 657 public static void captureLayers(View root, final DataOutputStream clientStream) in captureLayers() 679 private static void captureViewLayer(View view, DataOutputStream clientStream, boolean visible) in captureViewLayer() 719 captureViewLayer(group.getChildAt(i), clientStream, localVisible); in captureViewLayer() local 739 private static void capture(View root, final OutputStream clientStream, String parameter) in capture() 747 public static void capture(View root, final OutputStream clientStream, View captureView) in capture() 808 OutputStream clientStream) throws IOException { in dump() 855 public static void dumpTheme(View view, OutputStream clientStream) throws IOException { in dumpTheme()
|
| D | ViewRootImpl.java | 6762 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 | 6929 OutputStream clientStream = client.getOutputStream(); in viewServerListWindows() local 6979 OutputStream clientStream = client.getOutputStream(); in viewServerGetFocusedWindow() local
|