Home
last modified time | relevance | path

Searched refs:matchSecure (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/trace/
DInputTracingPerfettoBackendConfig.h45 std::optional<bool> matchSecure; member
DAndroidInputEventProtoConverter.cpp35 .matchSecure{},
190 rule.matchSecure = protoRule.match_secure(); in parseConfig()
DInputTracingPerfettoBackend.cpp155 if (rule.matchSecure.has_value() && *rule.matchSecure != metadata.isSecure) { in ruleMatches()