Searched refs:weak (Results 1 – 14 of 14) sorted by relevance
111 WeakReference weak = m_observers.get(wfd); in onEvent() local112 if (weak != null) { // can happen with lots of events from a dead wfd in onEvent()113 observer = (FileObserver) weak.get(); in onEvent()
22 extern "C" void __asan_init(void) __attribute__((weak));
200 wp<RadioHalLegacy::Tuner> weak = wp<RadioHalLegacy::Tuner>((RadioHalLegacy::Tuner *)cookie); in callback() local201 sp<RadioHalLegacy::Tuner> tuner = weak.promote(); in callback()
649 wp<IBinder> weak = strong; in TEST_F() local650 sp<IBinder> strong_from_weak = weak.promote(); in TEST_F()655 strong_from_weak = weak.promote(); in TEST_F()920 wp<IBinder> weak; in onTransact() local926 weak = data.readWeakBinder(); in onTransact()927 if (weak == NULL) { in onTransact()930 strong = weak.promote(); in onTransact()
95 "-Wno-weak-vtables",
96 bool ParseAttrImpl(xml::XmlPullParser* parser, ParsedResource* out_resource, bool weak);
207 optional bool weak = 3; field
874 ParsedResource* out_resource, bool weak) { in ParseAttrImpl() argument1025 std::unique_ptr<Attribute> attr = util::make_unique<Attribute>(weak); in ParseAttrImpl()
181 explicit AttributeBuilder(bool weak = false)182 : attr_(util::make_unique<Attribute>(weak)) { in attr_() argument
45 "-Wno-weak-vtables",
226 const bool is_weak = pb_value.has_weak() ? pb_value.weak() : false; in DeserializeValueFromPb()
96 std::weak_ptr<EventCounter> weak(copy); in TEST_F() local103 EXPECT_TRUE(weak.expired()); in TEST_F()
348 extern __attribute__((noinline)) __attribute__((weak))
281 "a non-weak undefined symbol reference from">;