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

/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp507 #if 0 /* Is there an unlink api that does not require a strong reference? */
530 #if 0 /* Is there an unlink api that does not require a strong reference? */
648 sp<IBinder> strong = new BBinder(); local
649 wp<IBinder> weak = strong;
651 EXPECT_TRUE(strong != NULL);
652 EXPECT_EQ(strong, strong_from_weak);
653 strong = NULL;
662 sp<IBinder> strong = new BBinder(); local
666 ASSERT_TRUE(strong != NULL);
668 ret = data.writeWeakBinder(strong);
866 sp<IBinder> strong; local
[all...]
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1019 InnerReceiver(LoadedApk.ReceiverDispatcher rd, boolean strong) { argument
1021 mStrongRef = strong ? rd : null;
/frameworks/av/services/audioflinger/
H A DThreads.cpp5602 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local
5603 if (strong != 0) {
5604 uint32_t waitTimeMs = (strong->frameCount() * 2 * 1000) / strong->sampleRate();

Completed in 60 milliseconds