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

/frameworks/base/core/java/android/app/
H A DLoadedApk.java669 InnerReceiver(LoadedApk.ReceiverDispatcher rd, boolean strong) { argument
671 mStrongRef = strong ? rd : null;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp534 // remove local strong reference to Client before deleting the Track so that the Client
916 // hold a strong ref on thread in case closeOutput() or closeInput() is called
4095 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local
4096 if (strong != 0) {
4097 uint32_t waitTimeMs = (strong->frameCount() * 2 * 1000) / strong->sampleRate();
4379 // NOTE: destroyTrack_l() can remove a strong reference to this Track
4382 // we must acquire a strong reference on this Track before locking mLock
4385 // TrackHandle destructor, the TrackHandle still holds a strong ref on
5929 // remove local strong referenc
[all...]

Completed in 89 milliseconds