Home
last modified time | relevance | path

Searched refs:hasInputInfo (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.h79 bool hasInputInfo() const;
DLayerSnapshot.h145 bool hasInputInfo() const;
DLayerSnapshot.cpp206 bool LayerSnapshot::hasInputInfo() const { in hasInputInfo() function in android::surfaceflinger::frontend::LayerSnapshot
222 if (hasInputInfo()) { in getDebugString()
DLayerSnapshotBuilder.cpp276 snapshot.hasInputInfo() ? snapshot.canReceiveInput() : snapshot.isVisible; in updateVisibility()
617 if (snapshot->getIsVisible() || snapshot->hasInputInfo()) { in sortSnapshotsByZ()
1028 snapshot.inputInfo.touchOcclusionMode = requested.hasInputInfo() in updateInput()
1113 if (!snapshot.hasInputInfo()) continue; in forEachInputSnapshot()
DRequestedLayerState.cpp480 bool RequestedLayerState::hasInputInfo() const { in hasInputInfo() function in android::surfaceflinger::frontend::RequestedLayerState
/frameworks/native/services/surfaceflinger/
DLayer.h386 return hasInputInfo() ? canReceiveInput() : isVisible(); in isVisibleForInput()
523 return (hasInputInfo() || hasBufferOrSidebandStream()) && !mPotentialCursor; in needsInputInfo()
820 bool hasInputInfo() const;
DLayerProtoHelper.cpp433 if ((traceFlags & LayerTracing::TRACE_INPUT) && snapshot.hasInputInfo()) { in writeSnapshotToProto()
DLayer.cpp2376 while (p != nullptr && !p->hasInputInfo()) { in fillTouchOcclusionMode()
2453 if (!hasInputInfo()) { in fillInputInfo()
2557 bool Layer::hasInputInfo() const { in hasInputInfo() function in android::Layer