| /frameworks/base/media/libmedia/ |
| AudioTrack.cpp | 129 // Otherwise the callback thread will never exit. 241 LOGE("Could not create callback thread"); 326 LOGE("AudioTrack::start called from thread"); 444 // Release AudioTrack callback thread in case it was waiting for new buffers 1023 bool AudioTrack::processAudioBuffer(const sp<AudioTrackThread>& thread) 1117 // Keep this thread going to handle timed events and [all...] |
| /frameworks/base/services/audioflinger/ |
| AudioFlinger.h | 283 class ThreadBase : public Thread { 290 MIXER, // Thread class is MixerThread 291 DIRECT, // Thread class is DirectOutputThread 292 DUPLICATING, // Thread class is DuplicatingThread 293 RECORD // Thread class is RecordThread 321 TrackBase(const wp<ThreadBase>& thread, 402 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {} 580 Track( const wp<ThreadBase>& thread, 668 OutputTrack( const wp<ThreadBase>& thread, 681 wp<ThreadBase>& thread() { return mThread; } function in class:android::AudioFlinger::PlaybackThread::OutputTrack 1110 wp<ThreadBase>& thread() { return mThread; } function in class:android::AudioFlinger::EffectModule [all...] |
| AudioPolicyService.cpp | 48 static const char *kCmdDeadlockedString = "AudioPolicyService command thread may be deadlocked\n"; 76 // start tone playback thread 78 // start audio commands thread 562 snprintf(buffer, SIZE, "Command Thread: %p\n", mAudioCommandThread.get()); 564 snprintf(buffer, SIZE, "Tones Thread: %p\n", mTonePlaybackThread.get()); 632 : Thread(false), mName(name) [all...] |
| /frameworks/base/services/input/ |
| InputReader.h | 224 * This method may be called on any thread (usually by the input manager). */ 233 * This method should be called on the input reader thread. 239 * This method may be called on any thread (usually by the input manager). 247 * This method may be called on any thread (usually by the input manager). 303 * on the input reader thread but the InputReader can receive queries from other system 418 class InputReaderThread : public Thread { [all...] |
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| LegacyContactImporter.java | 135 Thread.sleep(DELAY_BETWEEN_ATTEMPTS); [all...] |
| /dalvik/vm/mterp/out/ |
| InterpAsm-x86-atom.S | [all...] |
| /frameworks/base/telephony/java/com/android/internal/telephony/ |
| RIL.java | 215 Thread mReceiverThread; 532 Thread.sleep(SOCKET_OPEN_RETRY_MILLIS); 635 mReceiverThread = new Thread(mReceiver, "RILReceiver"); [all...] |
| /packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
| ApiService.java | [all...] |
| /frameworks/base/core/java/android/webkit/ |
| WebView.java | 238 * application's data. Cookies are managed on a separate thread, so 240 * thread. Follow the instructions in {@link android.webkit.CookieSyncManager} 367 * Transportation object for returning WebView across thread boundaries. [all...] |
| /external/v8/test/cctest/ |
| test-api.cc | [all...] |
| /cts/tests/tests/view/src/android/view/cts/ |
| ViewTest.java | [all...] |
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
| ScannerTest.java | 5681 Thread thread = new Thread(new Runnable() { local [all...] |
| /dalvik/vm/compiler/ |
| Frontend.cpp | 389 * Crawl the stack of the thread that requesed compilation to see if any of the 392 static bool filterMethodByCallGraph(Thread *thread, const char *curMethodName) 395 StackSaveArea *ssaPtr = ((StackSaveArea *) thread->interpSave.curFrame) - 1; [all...] |
| /external/v8/tools/ |
| test.py | 84 # Spawn N-1 threads and then use this thread as the last one. 88 thread = threading.Thread(target=self.RunSingle, args=[]) 89 threads.append(thread) 90 thread.start() 94 for thread in threads: 96 thread.join(timeout=10000000) [all...] |
| /frameworks/base/media/java/android/media/videoeditor/ |
| VideoEditorImpl.java | 952 Log.w(TAG, "The thread was interrupted", new Throwable()); 953 throw new IllegalStateException("The thread was interrupted"); [all...] |
| /frameworks/base/media/libmediaplayerservice/ |
| MediaPlayerService.cpp | [all...] |
| /packages/apps/Email/src/com/android/email/activity/ |
| MessageViewFragmentBase.java | [all...] |
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| AppsCustomizePagedView.java | 735 * Return the appropriate thread priority for loading for a given page (we give the current 739 // TODO-APPS_CUSTOMIZE: detect number of cores and set thread priorities accordingly below 784 Thread.sleep(sleepMs); [all...] |
| Launcher.java | 391 new Thread("WriteLocaleConfiguration") { [all...] |
| /packages/apps/VideoEditor/src/com/android/videoeditor/ |
| VideoEditorActivity.java | 462 // We want to have the preview thread if and only if (1) we have a [all...] |
| /prebuilt/common/tradefed/ |
| tradefed-prebuilt.jar | |
| /frameworks/base/services/java/com/android/server/am/ |
| ActivityManagerService.java | 525 * while waiting for their corresponding application thread to get 596 * Thread-local storage used to carry caller permissions over through 768 * Runtime statistics collection thread. This object's lock is used to 771 final Thread mProcessStatsThread; 803 IApplicationThread thread) { 806 + " for thread " + thread.asBinder()); 809 mAppThread = thread; 815 + " for thread " + mAppThread.asBinder()); [all...] |
| /libcore/support/src/test/java/tests/resources/ |
| junit4-4.3.1.jar | |
| /external/v8/src/ |
| debug.cc | [all...] |
| /external/webkit/Tools/Scripts/ |
| old-run-webkit-tests | [all...] |