Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h574 std::string obscuringPackage; member
DInputDispatcher.cpp3166 info.obscuringPackage = otherInfo->packageName; in computeTouchOcclusionInfoLocked()
3180 info.obscuringPackage = otherInfo->packageName; in computeTouchOcclusionInfoLocked()
3209 ALOGW("Untrusted touch due to occlusion by %s/%s", occlusionInfo.obscuringPackage.c_str(), in isTouchTrustedLocked()
3216 occlusionInfo.obscuringPackage.c_str(), occlusionInfo.obscuringUid.toString().c_str(), in isTouchTrustedLocked()
5263 ALOGW("Dropping untrusted touch event due to %s/%s", occlusionInfo.obscuringPackage.c_str(), in canWindowReceiveMotionLocked()