Home
last modified time | relevance | path

Searched defs:clientStream (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/
DViewServer.java219 OutputStream clientStream = client.getOutputStream(); in writeValue() local
DWindowManagerService.java4525 OutputStream clientStream = client.getOutputStream(); in viewServerListWindows() local
/frameworks/base/core/java/android/view/
DViewDebug.java679 OutputStream clientStream) throws IOException { in dispatchCommand()
738 private static void profile(View root, OutputStream clientStream, String parameter) in profile()
857 private static void capture(View root, final OutputStream clientStream, String parameter) in capture()
910 private static void dump(View root, OutputStream clientStream) throws IOException { in dump()
DViewRoot.java2872 OutputStream clientStream = null; in executeCommand() local