Home
last modified time | relevance | path

Searched refs:notifyUntrustedTouch (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/benchmarks/
H A DInputDispatcher_benchmarks.cpp89 void notifyUntrustedTouch(const std::string& obscuringPackage) override {} in notifyUntrustedTouch() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp110 jmethodID notifyUntrustedTouch; member
327 void notifyUntrustedTouch(const std::string& obscuringPackage) override;
900 void NativeInputManager::notifyUntrustedTouch(const std::string& obscuringPackage) { in notifyUntrustedTouch() function in android::NativeInputManager
907 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyUntrustedTouch, jPackage); in notifyUntrustedTouch()
2407 GET_METHOD_ID(gServiceClassInfo.notifyUntrustedTouch, clazz, "notifyUntrustedTouch", in register_android_server_InputManager()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2730 private void notifyUntrustedTouch(String packageName) { in notifyUntrustedTouch() method in InputManagerService
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp345 void notifyUntrustedTouch(const std::string& obscuringPackage) override {} in notifyUntrustedTouch() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp5706 mPolicy->notifyUntrustedTouch(commandEntry->obscuringPackage); in doNotifyUntrustedTouchLockedInterruptible()
/aosp12/frameworks/base/services/
H A Dart-profile19548 HPLcom/android/server/input/InputManagerService;->notifyUntrustedTouch(Ljava/lang/String;)V+]Ljava/…