Searched refs:hasInputInfo (Results 1 – 8 of 8) sorted by relevance
79 bool hasInputInfo() const;
145 bool hasInputInfo() const;
206 bool LayerSnapshot::hasInputInfo() const { in hasInputInfo() function in android::surfaceflinger::frontend::LayerSnapshot222 if (hasInputInfo()) { in getDebugString()
276 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()
480 bool RequestedLayerState::hasInputInfo() const { in hasInputInfo() function in android::surfaceflinger::frontend::RequestedLayerState
386 return hasInputInfo() ? canReceiveInput() : isVisible(); in isVisibleForInput()523 return (hasInputInfo() || hasBufferOrSidebandStream()) && !mPotentialCursor; in needsInputInfo()820 bool hasInputInfo() const;
433 if ((traceFlags & LayerTracing::TRACE_INPUT) && snapshot.hasInputInfo()) { in writeSnapshotToProto()
2376 while (p != nullptr && !p->hasInputInfo()) { in fillTouchOcclusionMode()2453 if (!hasInputInfo()) { in fillInputInfo()2557 bool Layer::hasInputInfo() const { in hasInputInfo() function in android::Layer