Searched refs:weak (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/os/
H A DFileObserver.java110 WeakReference weak = m_observers.get(wfd);
111 if (weak != null) { // can happen with lots of events from a dead wfd
112 observer = (FileObserver) weak.get();
/frameworks/base/tools/aapt2/
H A DResourceParser.h90 bool parseAttrImpl(xml::XmlPullParser* parser, ParsedResource* outResource, bool weak);
H A DFormat.proto206 optional bool weak = 3;
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();
/frameworks/base/tools/aapt2/test/
H A DBuilders.h174 AttributeBuilder(bool weak = false) : mAttr(util::make_unique<Attribute>(weak)) {
/frameworks/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp222 const bool isWeak = pbValue.has_weak() ? pbValue.weak() : false;

Completed in 2167 milliseconds