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

/frameworks/base/tools/aapt2/link/
H A DTableMerger.cpp87 // The incoming type's visibility is stronger, so we should override the visibility.
147 static ResourceTable::CollisionResult ResolveMergeCollision(Value* existing, Value* incoming, argument
150 if (Styleable* incoming_styleable = ValueCast<Styleable>(incoming)) {
156 if (Style* incoming_style = ValueCast<Style>(incoming)) {
163 return ResourceTable::ResolveValueCollision(existing, incoming);
/frameworks/base/tools/aapt2/
H A DResourceTable.cpp238 // value will not be overridden by an incoming weak value.
253 Value* incoming) {
255 Attribute* incoming_attr = ValueCast<Attribute>(incoming);
257 if (incoming->IsWeak()) {
265 // The existing and incoming values are strong, this is an error
273 // so take the incoming attribute value.
277 // so the incoming attribute value is an error.
296 // Any incoming attribute is better than this.
301 // The incoming attribute may be a USE instead of a DECL.
433 // Take the incoming valu
252 ResolveValueCollision(Value* existing, Value* incoming) argument
[all...]
/frameworks/av/media/libmediametrics/
H A DMediaAnalyticsItem.cpp974 // merge the info from 'incoming' into this record.
975 // we finish with a union of this+incoming and special handling for collisions
976 bool MediaAnalyticsItem::merge(MediaAnalyticsItem *incoming) { argument
978 // if I don't have key or session id, take them from incoming
981 mKey = incoming->mKey;
983 mSessionID = incoming->mSessionID;
986 // for each attribute from 'incoming', resolve appropriately
987 int nattr = incoming->mPropCount;
989 Prop *iprop = &incoming->mProps[i];
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java10531 String packageName, boolean incoming) {
10551 if (incoming) {
12580 // The incoming user check is now handled in checkContentProviderPermissionLocked() to deal
10530 getPersistedUriPermissions( String packageName, boolean incoming) argument
[all...]

Completed in 155 milliseconds