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

/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp567 #if 0 /* Is there an unlink api that does not require a strong reference? */
590 #if 0 /* Is there an unlink api that does not require a strong reference? */
767 sp<IBinder> strong = new BBinder(); local
768 wp<IBinder> weak = strong;
770 EXPECT_TRUE(strong != NULL);
771 EXPECT_EQ(strong, strong_from_weak);
772 strong = NULL;
781 sp<IBinder> strong = new BBinder(); local
785 ASSERT_TRUE(strong != NULL);
787 ret = data.writeWeakBinder(strong);
834 struct flat_binder_object *strong = (struct flat_binder_object *)(data.data()); local
1144 sp<IBinder> strong; local
[all...]
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1283 InnerReceiver(LoadedApk.ReceiverDispatcher rd, boolean strong) { argument
1285 mStrongRef = strong ? rd : null;
/frameworks/av/services/audioflinger/
H A DThreads.cpp6166 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local
6167 if (strong != 0) {
6168 uint32_t waitTimeMs = (strong->frameCount() * 2 * 1000) / strong->sampleRate();

Completed in 57 milliseconds