Searched defs:weak (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceParser.cpp742 bool weak) {
884 std::unique_ptr<Attribute> attr = util::make_unique<Attribute>(weak);
741 parseAttrImpl(xml::XmlPullParser* parser, ParsedResource* outResource, bool weak) argument
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp649 wp<IBinder> weak = strong; local
650 sp<IBinder> strong_from_weak = weak.promote();
655 strong_from_weak = weak.promote();
865 wp<IBinder> weak; local
871 weak = data.readWeakBinder();
872 if (weak == NULL) {
875 strong = weak.promote();

Completed in 3381 milliseconds