Searched defs:incoming (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceTable.cpp210 * value will not be overridden by an incoming weak value.
230 Value* incoming) {
232 Attribute* incoming_attr = ValueCast<Attribute>(incoming);
234 if (incoming->IsWeak()) {
242 // The existing and incoming values are strong, this is an error
250 // so take the incoming attribute value.
254 // so the incoming attribute value is an error.
274 // Any incoming attribute is better than this.
279 // The incoming attribute may be a USE instead of a DECL.
418 // Take the incoming valu
229 ResolveValueCollision(Value* existing, Value* incoming) argument
[all...]
/frameworks/base/tools/aapt2/link/
H A DTableMerger.cpp137 // The incoming type's visibility is stronger, so we should override
161 // The incoming type's visibility is stronger, so we should override
190 static ResourceTable::CollisionResult ResolveMergeCollision(Value* existing, Value* incoming, argument
193 if (Styleable* incoming_styleable = ValueCast<Styleable>(incoming)) {
199 if (Style* incoming_style = ValueCast<Style>(incoming)) {
206 return ResourceTable::ResolveValueCollision(existing, incoming);
/frameworks/av/media/libmediametrics/
H A DMediaAnalyticsItem.cpp833 // merge the info from 'incoming' into this record.
834 // we finish with a union of this+incoming and special handling for collisions
835 bool MediaAnalyticsItem::merge(MediaAnalyticsItem *incoming) { argument
837 // if I don't have key or session id, take them from incoming
840 mKey = incoming->mKey;
842 mSessionID = incoming->mSessionID;
846 setFinalized(incoming->getFinalized());
848 // for each attribute from 'incoming', resolve appropriately
849 int nattr = incoming->mPropCount;
851 Prop *iprop = &incoming
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java9502 String packageName, boolean incoming) {
9522 if (incoming) {
11692 // The incoming user check is now handled in checkContentProviderPermissionLocked() to deal
9501 getPersistedUriPermissions( String packageName, boolean incoming) argument
[all...]

Completed in 368 milliseconds