Searched refs:strong (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/utils/
H A DThreads.cpp732 // hold a strong reference on ourself
768 sp<Thread> strong(self->mHoldSelf);
769 wp<Thread> weak(strong);
793 // The caller therefore does not retain a strong reference to
819 // Release our strong reference, to let a chance to the thread
821 strong.clear();
822 // And immediately, re-acquire a strong reference for the next loop
823 strong = weak.promote();
824 } while(strong != 0);
/frameworks/base/core/java/android/app/
H A DLoadedApk.java674 InnerReceiver(LoadedApk.ReceiverDispatcher rd, boolean strong) { argument
676 mStrongRef = strong ? rd : null;
/frameworks/av/services/audioflinger/
H A DThreads.cpp3524 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local
3525 if (strong != 0) {
3526 uint32_t waitTimeMs = (strong->frameCount() * 2 * 1000) / strong->sampleRate();

Completed in 115 milliseconds