Searched refs:ConnectionThread (Results 1 – 4 of 4) sorted by relevance
/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/rpc/ |
D | SimpleServer.java | 42 private final ConcurrentHashMap<Integer, ConnectionThread> mConnectionThreads = 82 private final class ConnectionThread extends Thread { class in SimpleServer 89 private ConnectionThread( in ConnectionThread() method in SimpleServer.ConnectionThread 221 ConnectionThread networkThread = in startConnectionThread() 222 new ConnectionThread(sock, true, mUID, reader, writer); in startConnectionThread() 237 ConnectionThread networkThread = in startConnectionThread() 238 new ConnectionThread(sock, true, uid, reader, writer); in startConnectionThread() 255 ConnectionThread networkThread = in startConnectionThread() 256 new ConnectionThread(sock, false, 0, reader, writer); in startConnectionThread() 278 for (ConnectionThread connectionThread : mConnectionThreads.values()) { in shutdown()
|
/external/sl4a/Utils/src/com/googlecode/android_scripting/ |
D | SimpleServer.java | 40 private final CopyOnWriteArrayList<ConnectionThread> mConnectionThreads = 92 private final class ConnectionThread extends Thread { class in SimpleServer 96 private ConnectionThread(Socket socket) { in ConnectionThread() method in SimpleServer.ConnectionThread 286 ConnectionThread networkThread = new ConnectionThread(sock); in startConnectionThread() 307 for (ConnectionThread connectionThread : mConnectionThreads) { in shutdown()
|
/external/apache-http/android/src/android/net/http/ |
D | RequestQueue.java | 65 ConnectionThread[] mThreads; 76 mThreads = new ConnectionThread[mConnectionCount]; in ActivePool() 79 mThreads[i] = new ConnectionThread( in ActivePool() 104 ConnectionThread rt = mThreads[i]; in startTiming() 115 ConnectionThread rt = mThreads[i]; in stopTiming() 153 ConnectionThread getThread(HttpHost host) { in getThread() 156 ConnectionThread ct = mThreads[i]; in getThread()
|
D | ConnectionThread.java | 24 class ConnectionThread extends Thread { class 42 ConnectionThread(Context context, in ConnectionThread() method in ConnectionThread
|