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

/frameworks/base/libs/audioflinger/
H A DAudioFlinger.cpp321 // remove local strong reference to Client before deleting the Track so that the Client
620 // hold a strong ref on thread in case closeOutput() or closeInput() is called
788 // keep a strong ref on ourself so that we wont get
2262 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local
2263 if (strong != NULL) {
2264 uint32_t waitTimeMs = (strong->frameCount() * 2 * 1000) / strong->sampleRate();
2493 // NOTE: destroyTrack_l() can remove a strong reference to this Track
2496 // we must acquire a strong reference on this Track before locking mLock
2499 // TrackHandle destructor, the TrackHandle still holds a strong re
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java805 InnerReceiver(ReceiverDispatcher rd, boolean strong) { argument
807 mStrongRef = strong ? rd : null;

Completed in 64 milliseconds