Searched refs:strong (Results 1 – 7 of 7) sorted by relevance
123 const auto strong = layer.promote(); in summarize() local124 if (!strong) { in summarize()128 const auto frameRateSelectionPriority = strong->getFrameRateSelectionPriority(); in summarize()130 ALOGV("%s has priority: %d %s focused", strong->getName().c_str(), in summarize()140 const Rect bounds = Rect(strong->getBounds()); in summarize()141 const ui::Transform transform = strong->getTransform(); in summarize()147 summary.push_back({strong->getName(), type, refreshRate, weight, layerFocused}); in summarize()
767 sp<IBinder> strong = new BBinder(); in TEST_F() local768 wp<IBinder> weak = strong; in TEST_F()770 EXPECT_TRUE(strong != nullptr); in TEST_F()771 EXPECT_EQ(strong, strong_from_weak); in TEST_F()772 strong = nullptr; in TEST_F()836 struct flat_binder_object *strong = (struct flat_binder_object *)(data.data()); in TEST_F() local837 __u32 oldHandle = strong->handle; in TEST_F()838 strong->handle = freedHandle; in TEST_F()848 strong->handle = oldHandle; in TEST_F()
76 if (auto strong = weak.promote(); strong && strong.get() == layer) { in setLayerInfoVote() local
127 # Special cases where Android has a strong opinion about mappings, so we
120 /* Server side implementation of IEventQueue holds a strong reference to
1447 InnerReceiver(LoadedApk.ReceiverDispatcher rd, boolean strong) { in InnerReceiver() argument1449 mStrongRef = strong ? rd : null; in InnerReceiver()
6798 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); in updateWaitTime_l() local6799 if (strong != 0) { in updateWaitTime_l()6800 uint32_t waitTimeMs = (strong->frameCount() * 2 * 1000) / strong->sampleRate(); in updateWaitTime_l()