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

/frameworks/base/core/java/android/app/
H A DLoadedApk.java772 InnerReceiver(LoadedApk.ReceiverDispatcher rd, boolean strong) { argument
774 mStrongRef = strong ? rd : null;
/frameworks/av/services/audioflinger/
H A DThreads.cpp4771 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local
4772 if (strong != 0) {
4773 uint32_t waitTimeMs = (strong->frameCount() * 2 * 1000) / strong->sampleRate();

Completed in 71 milliseconds