Home
last modified time | relevance | path

Searched refs:needsInputInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp282 bool needsInputInfo(const LayerSnapshot& snapshot, const RequestedLayerState& requested) { in needsInputInfo() function
1087 if (!needsInputInfo(snapshot, requested)) { in updateInput()
/frameworks/native/services/surfaceflinger/
DLayer.h523 bool needsInputInfo() const { in needsInputInfo() function
DLayer.cpp2308 if ((traceFlags & LayerTracing::TRACE_INPUT) && needsInputInfo()) { in writeToProtoCommonState()
DSurfaceFlinger.cpp4245 if (!layer->needsInputInfo()) return; in buildWindowInfos()