Searched refs:strong (Results 1 – 4 of 4) sorted by relevance
648 sp<IBinder> strong = new BBinder(); in TEST_F() local649 wp<IBinder> weak = strong; in TEST_F()651 EXPECT_TRUE(strong != NULL); in TEST_F()652 EXPECT_EQ(strong, strong_from_weak); in TEST_F()653 strong = NULL; in TEST_F()662 sp<IBinder> strong = new BBinder(); in TEST_F() local666 ASSERT_TRUE(strong != NULL); in TEST_F()668 ret = data.writeWeakBinder(strong); in TEST_F()715 struct flat_binder_object *strong = (struct flat_binder_object *)(data.data()); in TEST_F() local716 __u32 oldHandle = strong->handle; in TEST_F()[all …]
120 /* Server side implementation of IEventQueue holds a strong reference to
1187 InnerReceiver(LoadedApk.ReceiverDispatcher rd, boolean strong) { in InnerReceiver() argument1189 mStrongRef = strong ? rd : null; in InnerReceiver()
5873 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); in updateWaitTime_l() local5874 if (strong != 0) { in updateWaitTime_l()5875 uint32_t waitTimeMs = (strong->frameCount() * 2 * 1000) / strong->sampleRate(); in updateWaitTime_l()