HomeSort by relevance Sort by last modified time
    Searched defs:clientStream (Results 1 - 10 of 10) sorted by null

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
TcpStream.cpp 73 TcpStream *clientStream = NULL;
76 clientStream = new TcpStream(clientSock, m_bufsize);
78 return clientStream;
  /frameworks/base/services/core/java/com/android/server/wm/
ViewServer.java 189 OutputStream clientStream = client.getOutputStream();
190 out = new BufferedWriter(new OutputStreamWriter(clientStream), 8 * 1024);
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 435 OutputStream clientStream) throws IOException {
441 dump(view, false, true, clientStream);
443 dumpTheme(view, clientStream);
445 captureLayers(view, new DataOutputStream(clientStream));
449 capture(view, clientStream, params[0]);
457 profile(view, clientStream, params[0]);
501 private static void profile(View root, OutputStream clientStream, String parameter)
507 out = new BufferedWriter(new OutputStreamWriter(clientStream), 32 * 1024);
663 public static void captureLayers(View root, final DataOutputStream clientStream)
674 clientStream.writeInt(outRect.width())
    [all...]
ViewRootImpl.java     [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/0.13.2/
grpc-netty-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 1143 milliseconds