Home
last modified time | relevance | path

Searched refs:networkThread (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DSimpleServer.java306 ConnectionThread networkThread = new ConnectionThread(sock,true,mUID,reader,writer); in startConnectionThread() local
307 mConnectionThreads.put(mUID, networkThread); in startConnectionThread()
308 networkThread.start(); in startConnectionThread()
321 ConnectionThread networkThread = new ConnectionThread(sock,true,uid,reader,writer); in startConnectionThread() local
322 mConnectionThreads.put(uid, networkThread); in startConnectionThread()
323 networkThread.start(); in startConnectionThread()
338 ConnectionThread networkThread = new ConnectionThread(sock,false,0,reader,writer); in startConnectionThread() local
339 mConnectionThreads.put(0, networkThread); in startConnectionThread()
340 networkThread.start(); in startConnectionThread()
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
DSRWebSocket.m1698 static _SRRunLoopThread *networkThread = nil;
1706 networkThread = [[_SRRunLoopThread alloc] init];
1707 networkThread.name = @"com.squareup.SocketRocket.NetworkThread";
1708 [networkThread start];
1709 networkRunLoop = networkThread.runLoop;