Searched refs:hasId (Results 1 – 2 of 2) sorted by relevance
637 bool hasId(change.deferred_transaction().layer_id() == mBGLayerId); in deferredTransactionUpdateFound() local639 if (hasId && hasFrameNumber && !foundDeferred) { in deferredTransactionUpdateFound()641 } else if (hasId && hasFrameNumber && foundDeferred) { in deferredTransactionUpdateFound()648 bool hasId(change.reparent().parent_id() == mFGLayerId); in reparentUpdateFound() local649 if (hasId && !found) { in reparentUpdateFound()651 } else if (hasId && found) { in reparentUpdateFound()658 bool hasId(change.relative_parent().relative_parent_id() == mFGLayerId); in relativeParentUpdateFound() local659 if (hasId && !found) { in relativeParentUpdateFound()661 } else if (hasId && found) { in relativeParentUpdateFound()678 bool hasId(change.reparent_children().parent_id() == mFGLayerId); in reparentChildrenUpdateFound() local[all …]
763 if (ap.hasId() && this.id != ap.getId()) { in merge()1248 if (ns.hasId() && this.id != ns.getId()) { in mergeNetworkStatsFromMemory()