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

  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 459 ThreadAuditor.ThreadHandle threadHandle = sipStack.getThreadAuditor().addCurrentThread();
482 threadHandle.ping();
485 eventMutex.wait(threadHandle.getPingIntervalInMillisecs());
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java 179 ThreadAuditor.ThreadHandle threadHandle = sipStack.getThreadAuditor().addCurrentThread();
186 threadHandle.ping();
UDPMessageChannel.java 246 ThreadAuditor.ThreadHandle threadHandle = null;
267 if (threadHandle == null) {
268 threadHandle = sipStack.getThreadAuditor()
273 threadHandle.ping();
279 .wait(threadHandle
    [all...]
SIPTransactionStack.java 368 ThreadAuditor.ThreadHandle threadHandle;
371 public PingTimer(ThreadAuditor.ThreadHandle a_oThreadHandle) {
372 threadHandle = a_oThreadHandle;
379 if (threadHandle == null) {
382 threadHandle = getThreadAuditor().addCurrentThread();
386 threadHandle.ping();
389 getTimer().schedule(new PingTimer(threadHandle),
390 threadHandle.getPingIntervalInMillisecs());
    [all...]
  /external/nist-sip/java/gov/nist/core/
ThreadAuditor.java 25 private Map<Thread,ThreadHandle> threadHandles = new HashMap<Thread,ThreadHandle>();
31 public class ThreadHandle {
42 public ThreadHandle(ThreadAuditor aThreadAuditor) {
102 public synchronized ThreadHandle addCurrentThread() {
105 ThreadHandle threadHandle = new ThreadHandle(this);
107 threadHandles.put(Thread.currentThread(), threadHandle);
109 return threadHandle;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 361 milliseconds