Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherPolicyInterface.h90 virtual void notifyUntrustedTouch(const std::string& obscuringPackage) = 0;
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.h288 std::string obscuringPackage; member
H A DInputDispatcher.h527 std::string obscuringPackage; member
625 void onUntrustedTouchLocked(const std::string& obscuringPackage) REQUIRES(mLock);
H A DInputDispatcher.cpp2069 onUntrustedTouchLocked(occlusionInfo.obscuringPackage); in findTouchedWindowTargetsLocked()
2072 occlusionInfo.obscuringPackage.c_str(), occlusionInfo.obscuringUid); in findTouchedWindowTargetsLocked()
2630 info.obscuringPackage = otherInfo->packageName; in computeTouchOcclusionInfoLocked()
2644 info.obscuringPackage = otherInfo->packageName; in computeTouchOcclusionInfoLocked()
2676 ALOGW("Untrusted touch due to occlusion by %s/%d", occlusionInfo.obscuringPackage.c_str(), in isTouchTrustedLocked()
2683 occlusionInfo.obscuringPackage.c_str(), occlusionInfo.obscuringUid, in isTouchTrustedLocked()
5593 void InputDispatcher::onUntrustedTouchLocked(const std::string& obscuringPackage) { in onUntrustedTouchLocked() argument
5596 commandEntry->obscuringPackage = obscuringPackage; in onUntrustedTouchLocked()
5706 mPolicy->notifyUntrustedTouch(commandEntry->obscuringPackage); in doNotifyUntrustedTouchLockedInterruptible()
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp89 void notifyUntrustedTouch(const std::string& obscuringPackage) override {} in notifyUntrustedTouch() argument
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp327 void notifyUntrustedTouch(const std::string& obscuringPackage) override;
900 void NativeInputManager::notifyUntrustedTouch(const std::string& obscuringPackage) { in notifyUntrustedTouch() argument
902 ALOGD("notifyUntrustedTouch - obscuringPackage=%s", obscuringPackage.c_str()); in notifyUntrustedTouch()
906 jstring jPackage = env->NewStringUTF(obscuringPackage.c_str()); in notifyUntrustedTouch()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp345 void notifyUntrustedTouch(const std::string& obscuringPackage) override {} in notifyUntrustedTouch() argument