Searched refs:strong (Results 1 – 6 of 6) sorted by relevance
768 sp<IBinder> strong = new BBinder(); in TEST_F() local769 wp<IBinder> weak = strong; in TEST_F()771 EXPECT_TRUE(strong != nullptr); in TEST_F()772 EXPECT_EQ(strong, strong_from_weak); in TEST_F()773 strong = nullptr; in TEST_F()837 struct flat_binder_object *strong = (struct flat_binder_object *)(data.data()); in TEST_F() local838 __u32 oldHandle = strong->handle; in TEST_F()839 strong->handle = freedHandle; in TEST_F()849 strong->handle = oldHandle; in TEST_F()
118 # Special cases where Android has a strong opinion about mappings, so we
120 /* Server side implementation of IEventQueue holds a strong reference to
1417 InnerReceiver(LoadedApk.ReceiverDispatcher rd, boolean strong) { in InnerReceiver() argument1419 mStrongRef = strong ? rd : null; in InnerReceiver()
6643 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); in updateWaitTime_l() local6644 if (strong != 0) { in updateWaitTime_l()6645 uint32_t waitTimeMs = (strong->frameCount() * 2 * 1000) / strong->sampleRate(); in updateWaitTime_l()
26071 Landroid/icu/impl/number/ConstantMultiFieldModifier;->strong:Z