HomeSort by relevance Sort by last modified time
    Searched refs:thread (Results 176 - 200 of 627) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/services/audioflinger/
AudioFlinger.cpp 77 // allow less retry attempts on direct output thread.
92 // minimum sleep time for the mixer thread loop when tracks are active but in underrun
94 // maximum divider applied to the active sleep time in the mixer thread loop
405 PlaybackThread *thread = checkPlaybackThread_l(output); local
407 if (thread == NULL) {
408 LOGE("unknown output thread");
449 track = thread->createTrack_l(client, streamType, sampleRate, format,
452 // move effect chain to this output thread if an effect on same session was waiting
455 Mutex::Autolock _dl(thread->mLock);
457 moveEffectChain_l(lSessionId, effectThread, thread, true)
479 PlaybackThread *thread = checkPlaybackThread_l(output); local
490 PlaybackThread *thread = checkPlaybackThread_l(output); local
501 PlaybackThread *thread = checkPlaybackThread_l(output); local
512 PlaybackThread *thread = checkPlaybackThread_l(output); local
523 PlaybackThread *thread = checkPlaybackThread_l(output); local
664 PlaybackThread *thread = NULL; local
714 PlaybackThread *thread = checkPlaybackThread_l(output); local
765 sp<RecordThread> thread = mRecordThreads.valueAt(i); local
787 sp<ThreadBase> thread; local
1221 sp<ThreadBase> thread = mThread.promote(); local
3151 sp <ThreadBase> thread = outputTracks[i]->thread().promote(); local
3371 sp<ThreadBase> thread = mThread.promote(); local
3390 sp<ThreadBase> thread = mThread.promote(); local
3490 sp<ThreadBase> thread = mThread.promote(); local
3531 sp<ThreadBase> thread = mThread.promote(); local
3560 sp<ThreadBase> thread = mThread.promote(); local
3583 sp<ThreadBase> thread = mThread.promote(); local
3631 sp<ThreadBase> thread = mThread.promote(); local
3675 sp<ThreadBase> thread = mThread.promote(); local
3722 sp<ThreadBase> thread = mThread.promote(); local
3733 sp<ThreadBase> thread = mThread.promote(); local
3826 sp<ThreadBase> thread = mThread.promote(); local
3895 sp<ThreadBase> thread = mThread.promote(); local
4114 RecordThread *thread; local
4885 PlaybackThread *thread = NULL; local
4961 DuplicatingThread *thread = new DuplicatingThread(this, thread1, id); local
4973 sp <PlaybackThread> thread; local
5009 PlaybackThread *thread = checkPlaybackThread_l(output); local
5024 PlaybackThread *thread = checkPlaybackThread_l(output); local
5044 RecordThread *thread = NULL; local
5124 sp <RecordThread> thread; local
5162 PlaybackThread *thread = mPlaybackThreads.valueAt(i).get(); local
5291 PlaybackThread *thread = NULL; local
5301 PlaybackThread *thread = checkPlaybackThread_l(output); local
5313 RecordThread *thread = NULL; local
5328 PlaybackThread *thread = mPlaybackThreads.valueAt(i).get(); local
5339 PlaybackThread *thread = primaryPlaybackThread_l(); local
5530 ThreadBase *thread = checkRecordThread_l(io); local
6081 sp<ThreadBase> thread = mThread.promote(); local
6117 sp<ThreadBase> thread = mThread.promote(); local
6218 sp<ThreadBase> thread = mThread.promote(); local
6325 sp<ThreadBase> thread = mThread.promote(); local
6439 sp<ThreadBase> thread = mThread.promote(); local
6475 sp<ThreadBase> thread = mThread.promote(); local
6841 sp<ThreadBase> thread = mEffect->thread().promote(); local
6878 sp<ThreadBase> thread = mEffect->thread().promote(); local
6900 sp<ThreadBase> thread = mEffect->thread().promote(); local
7065 sp<ThreadBase> thread = mThread.promote(); local
7131 sp<ThreadBase> thread = mThread.promote(); local
7180 sp<ThreadBase> thread = mThread.promote(); local
    [all...]
  /dalvik/hit/src/com/android/hit/
RootObj.java 41 public RootObj(RootType type, long id, int thread, StackTrace stack) {
44 mThread = thread;
  /dalvik/vm/
Sync.h 51 * Lock owner field. Contains the thread id of the thread currently
68 struct Thread;
78 extern "C" void dvmLockObject(Thread* self, Object* obj);
83 extern "C" bool dvmUnlockObject(Thread* self, Object* obj);
88 void dvmObjectWait(Thread* self, Object* obj,
90 void dvmObjectNotify(Thread* self, Object* obj);
91 void dvmObjectNotifyAll(Thread* self, Object* obj);
99 * Implementation of Thread.sleep().
104 * Implementation of Thread.interrupt()
    [all...]
Exception.h 24 * Create a Throwable and throw an exception in the current thread (where
25 * "throwing" just means "set the thread's exception pointer").
90 * Return the exception being thrown in the current thread, or NULL if
93 INLINE Object* dvmGetException(Thread* self) {
98 * Set the exception being thrown in the current thread.
100 INLINE void dvmSetException(Thread* self, Object* exception)
113 INLINE void dvmClearException(Thread* self) {
122 void dvmClearOptException(Thread* self);
128 INLINE bool dvmCheckException(Thread* self) {
170 * If "doUnroll" is set, we unroll "thread"s stack as we go (and updat
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_THROW.S 4 * Throw an exception object in the current thread.
13 str r1, [rSELF, #offThread_exception] @ thread->exception<- obj
  /external/bluetooth/glib/tests/refcount/
signals.c 259 GThread *thread; local
261 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL);
262 g_array_append_val (test_threads, thread);
264 thread = g_thread_create ((GThreadFunc) run_thread, test2, TRUE, NULL);
265 g_array_append_val (test_threads, thread);
275 GThread *thread; local
277 thread = g_array_index (test_threads, GThread *, i);
278 g_thread_join (thread);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
soundclip.cc 52 Soundclip::Soundclip(talk_base::Thread *thread, SoundclipMedia *soundclip_media)
53 : worker_thread_(thread),
  /external/kernel-headers/original/asm-x86/
elf.h 153 cur->thread.fs = 0; cur->thread.gs = 0; \
154 cur->thread.fsindex = 0; cur->thread.gsindex = 0; \
155 cur->thread.ds = 0; cur->thread.es = 0; \
186 (pr_reg)[21] = current->thread.fs; \
187 (pr_reg)[22] = current->thread.gs; \
  /external/valgrind/main/drd/tests/
atomic_var.stderr.exp 3 Conflicting load by thread x at 0x........ size 4
7 declared at atomic_var.c:35, in frame #? of thread x
pth_cancel_locked.stderr.exp 2 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.
  /external/valgrind/main/memcheck/tests/
badfree-2trace.stderr.exp 9 Address 0x........ is on thread 1's stack
badfree.stderr.exp 9 Address 0x........ is on thread 1's stack
badfree3.stderr.exp 9 Address 0x........ is on thread 1's stack
  /external/webkit/Source/WebCore/html/
ImageResizerThread.cpp 80 void* ImageResizerThread::imageResizerThreadStart(void* thread)
82 return static_cast<ImageResizerThread*>(thread)->imageResizerThread();
  /external/webkit/Source/WebCore/storage/
LocalStorageTask.cpp 46 LocalStorageTask::LocalStorageTask(Type type, LocalStorageThread* thread)
49 , m_thread(thread)
LocalStorageTask.h 55 static PassOwnPtr<LocalStorageTask> createTerminate(LocalStorageThread* thread) { return adoptPtr(new LocalStorageTask(TerminateThread, thread)); }
LocalStorageThread.cpp 60 void* LocalStorageThread::threadEntryPointCallback(void* thread)
62 return static_cast<LocalStorageThread*>(thread)->threadEntryPoint();
85 // Even in weird, exceptional cases, don't wait on a nonexistent thread to terminate.
  /external/webkit/Tools/Scripts/webkitpy/common/thread/
messagepump_unittest.py 31 from webkitpy.common.thread.messagepump import MessagePump, MessagePumpDelegate
32 from webkitpy.common.thread.threadedmessagequeue import ThreadedMessageQueue
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
HandlerThread_Delegate.java 44 for (HandlerThread thread : list) {
45 thread.quit();
57 // record the thread so that it can be quit() on clean up.
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 33 Thread thread = null; field in class:ProcessManagerTest
62 thread = new Thread() {
79 Thread interruptThread = new Thread() {
87 thread.interrupt();
90 thread.start();
98 Thread.sleep(100);
103 thread.interrupt()
140 Thread thread = new Thread() { local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarReceiver.java 59 * Running this on the main thread has caused ANRs, so we run it on a background
60 * thread and start an "empty service" to encourage the system to keep us alive.
68 RemoveScheduledAlarmsThread thread = new RemoveScheduledAlarmsThread(context, resolver); local
69 thread.start();
73 * Background thread that handles cleanup of scheduled alarms.
75 private static class RemoveScheduledAlarmsThread extends Thread {
  /system/core/libnl_2/
Android.mk 28 # * Library is not thread safe
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ThreadPanel.java 95 /** Indicates if a timer-based Runnable is current requesting thread updates regularly. */
97 /** Flag to tell the recurring thread update to stop running */
143 ThreadInfo thread = (ThreadInfo)element; local
146 return (thread.isDaemon() ? "*" : "") + //$NON-NLS-1$ //$NON-NLS-2$
147 String.valueOf(thread.getThreadId());
149 return String.valueOf(thread.getTid());
151 if (thread.getStatus() >= 0 && thread.getStatus() < THREAD_STATUS.length)
152 return THREAD_STATUS[thread.getStatus()];
155 return String.valueOf(thread.getUtime())
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageProcessor.java 42 * Mike Andrews suggested that the thread be accessible so as to implement clean stop using
43 * Thread.join(). Roger M. Persson contributed a bug fix for cleanup on stop().
48 * Sit in a loop waiting for incoming tcp connections and start a new thread to handle each new
91 Thread thread = new Thread(this); local
92 thread.setName("TCPMessageProcessorThread");
93 thread.setPriority(Thread.MAX_PRIORITY);
94 thread.setDaemon(true)
    [all...]
UDPMessageProcessor.java 39 * packet, a new UDPMessageChannel is created (upto the max thread pool size).
40 * Each UDP message is processed in its own thread).
55 * thread pooling be added to limit the number of threads and improve
114 * If the thread auditor is enabled, define a socket timeout value in order to
146 * Start our processor thread.
152 Thread thread = new Thread(this); local
153 thread.setDaemon(true);
155 thread.setName("UDPMessageProcessorThread")
    [all...]

Completed in 1390 milliseconds

1 2 3 4 5 6 78 91011>>