Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewDebug.java435 OutputStream clientStream) throws IOException { in dispatchCommand() argument
441 dump(view, false, true, clientStream); in dispatchCommand()
443 dumpTheme(view, clientStream); in dispatchCommand()
445 captureLayers(view, new DataOutputStream(clientStream)); in dispatchCommand()
449 capture(view, clientStream, params[0]); in dispatchCommand()
457 profile(view, clientStream, params[0]); in dispatchCommand()
501 private static void profile(View root, OutputStream clientStream, String parameter) in profile() argument
507 out = new BufferedWriter(new OutputStreamWriter(clientStream), 32 * 1024); in profile()
663 public static void captureLayers(View root, final DataOutputStream clientStream) in captureLayers() argument
674 clientStream.writeInt(outRect.width()); in captureLayers()
[all …]
DViewRootImpl.java7066 OutputStream clientStream = null; in executeCommand() local
7068 clientStream = new ParcelFileDescriptor.AutoCloseOutputStream(out); in executeCommand()
7069 ViewDebug.dispatchCommand(view, command, parameters, clientStream); in executeCommand()
7073 if (clientStream != null) { in executeCommand()
7075 clientStream.close(); in executeCommand()
/frameworks/base/services/core/java/com/android/server/wm/
DViewServer.java189 OutputStream clientStream = client.getOutputStream(); in writeValue() local
190 out = new BufferedWriter(new OutputStreamWriter(clientStream), 8 * 1024); in writeValue()
DWindowManagerService.java6959 OutputStream clientStream = client.getOutputStream(); in viewServerListWindows() local
6960 out = new BufferedWriter(new OutputStreamWriter(clientStream), 8 * 1024); in viewServerListWindows()
7009 OutputStream clientStream = client.getOutputStream(); in viewServerGetFocusedWindow() local
7010 out = new BufferedWriter(new OutputStreamWriter(clientStream), 8 * 1024); in viewServerGetFocusedWindow()