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);
715 struct flat_binder_object *strong = (struct flat_binder_object *)(data.data()); local
921 sp<IBinder> strong; local
[all...]
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1187 InnerReceiver(LoadedApk.ReceiverDispatcher rd, boolean strong) { argument
1189 mStrongRef = strong ? rd : null;
/frameworks/av/services/audioflinger/
H A DThreads.cpp5873 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local
5874 if (strong != 0) {
5875 uint32_t waitTimeMs = (strong->frameCount() * 2 * 1000) / strong->sampleRate();
7489 // clear our strong reference before disconnecting the thread: the last strong reference

Completed in 776 milliseconds