Home
last modified time | relevance | path

Searched refs:hasId (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp637 bool hasId(change.deferred_transaction().layer_id() == mBGLayerId); in deferredTransactionUpdateFound() local
639 if (hasId && hasFrameNumber && !foundDeferred) { in deferredTransactionUpdateFound()
641 } else if (hasId && hasFrameNumber && foundDeferred) { in deferredTransactionUpdateFound()
648 bool hasId(change.reparent().parent_id() == mFGLayerId); in reparentUpdateFound() local
649 if (hasId && !found) { in reparentUpdateFound()
651 } else if (hasId && found) { in reparentUpdateFound()
658 bool hasId(change.relative_parent().relative_parent_id() == mFGLayerId); in relativeParentUpdateFound() local
659 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 …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java763 if (ap.hasId() && this.id != ap.getId()) { in merge()
1248 if (ns.hasId() && this.id != ns.getId()) { in mergeNetworkStatsFromMemory()