Searched defs:thread (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/av/services/audioflinger/
H A DThreads.cpp88 // allow less retry attempts on direct output thread.
102 // minimum sleep time for the mixer thread loop when tracks are active but in underrun
104 // maximum divider applied to the active sleep time in the mixer thread loop
112 // Offloaded output thread standby delay: allows track transition without going to standby
171 ThreadCpuUsage mCpuUsage; // instantaneous thread CPU usage in wall clock ns
172 CentralTendencyStatistics mWcStats; // statistics on thread CPU usage in wall clock ns
174 CentralTendencyStatistics mHzStats; // statistics on thread CPU usage in cycles
176 int mCpuNum; // thread's current CPU number
177 int mCpukHz; // frequency of thread's current CPU in kHz
190 // get current thread'
591 sp<ThreadBase> thread = mThread.promote(); local
4281 addOutputTrack(MixerThread *thread) argument
4301 removeOutputTrack(MixerThread *thread) argument
4335 sp<ThreadBase> thread = outputTracks[i]->thread().promote(); local
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java967 * Runtime CPU use collection thread. This object's lock is used to
1011 IApplicationThread thread) {
1014 + " for thread " + thread.asBinder());
1017 mAppThread = thread;
1024 + " for thread " + mAppThread.asBinder());
1231 if (r.thread != null) {
1233 r.thread.updateTimeZone();
1245 if (r.thread != null) {
1247 r.thread
1010 AppDeathRecipient(ProcessRecord app, int pid, IApplicationThread thread) argument
3642 getLRURecordIndexForAppLocked(IApplicationThread thread) argument
3654 getRecordForAppLocked( IApplicationThread thread) argument
3724 appDiedLocked(ProcessRecord app, int pid, IApplicationThread thread) argument
4844 attachApplicationLocked(IApplicationThread thread, int pid) argument
5059 attachApplication(IApplicationThread thread) argument
[all...]

Completed in 129 milliseconds

12