Searched defs:strong (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DLoadedApk.java640 InnerReceiver(LoadedApk.ReceiverDispatcher rd, boolean strong) { argument
642 mStrongRef = strong ? rd : null;
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp463 // remove local strong reference to Client before deleting the Track so that the Client
785 // hold a strong ref on thread in case closeOutput() or closeInput() is called
1002 // keep a strong ref on ourself so that we wont get
3161 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local
3162 if (strong != NULL) {
3163 uint32_t waitTimeMs = (strong->frameCount() * 2 * 1000) / strong->sampleRate();
3404 // NOTE: destroyTrack_l() can remove a strong reference to this Track
3407 // we must acquire a strong reference on this Track before locking mLock
3410 // TrackHandle destructor, the TrackHandle still holds a strong re
[all...]

Completed in 143 milliseconds