Home
last modified time | relevance | path

Searched refs:notifyConfigurationChanged (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/services/inputflinger/include/
DInputListener.h194 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) = 0;
213 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args);
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h46 virtual void notifyConfigurationChanged(nsecs_t when) = 0;
/frameworks/native/services/inputflinger/tests/
DTestInputListener.h67 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) override;
DTestInputListener.cpp128 void TestInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged() function in android::TestInputListener
DInputClassifier_test.cpp80 mClassifier->notifyConfigurationChanged(&args); in TEST_F()
DInputDispatcher_test.cpp196 virtual void notifyConfigurationChanged(nsecs_t when) override { in notifyConfigurationChanged() function in android::inputdispatcher::FakeInputDispatcherPolicy
563 mDispatcher->notifyConfigurationChanged(&args); in TEST_F()
/frameworks/native/services/inputflinger/
DInputListener.cpp48 listener->notifyConfigurationChanged(this); in notify()
255 void QueuedInputListener::notifyConfigurationChanged( in notifyConfigurationChanged() function in android::QueuedInputListener
DInputClassifier.cpp370 void InputClassifier::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged() function in android::InputClassifier
372 mListener->notifyConfigurationChanged(args); in notifyConfigurationChanged()
DInputClassifier.h228 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) override;
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp48 virtual void notifyConfigurationChanged(nsecs_t) override {} in notifyConfigurationChanged() function in android::inputdispatcher::FakeInputDispatcherPolicy
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp87 jmethodID notifyConfigurationChanged; member
241 virtual void notifyConfigurationChanged(nsecs_t when);
674 void NativeInputManager::notifyConfigurationChanged(nsecs_t when) { in notifyConfigurationChanged() function in android::NativeInputManager
682 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyConfigurationChanged, when); in notifyConfigurationChanged()
1840 GET_METHOD_ID(gServiceClassInfo.notifyConfigurationChanged, clazz, in register_android_server_InputManager()
/frameworks/base/services/core/java/com/android/server/wm/
DInputManagerCallback.java285 public void notifyConfigurationChanged() { in notifyConfigurationChanged() method in InputManagerCallback
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1887 private void notifyConfigurationChanged(long whenNanos) { in notifyConfigurationChanged() method in InputManagerService
1888 mWindowManagerCallbacks.notifyConfigurationChanged(); in notifyConfigurationChanged()
2206 public void notifyConfigurationChanged(); in notifyConfigurationChanged() method
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h100 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) override;
DInputDispatcher.cpp3019 void InputDispatcher::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged() function in android::inputdispatcher::InputDispatcher
4625 mPolicy->notifyConfigurationChanged(commandEntry->eventTime); in doNotifyConfigurationChangedLockedInterruptible()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp316 mQueuedListener->notifyConfigurationChanged(&args); in handleConfigurationChangedLocked()
/frameworks/base/services/
Dart-profile16526 HSPLcom/android/server/input/InputManagerService;->notifyConfigurationChanged(J)V
37008 HSPLcom/android/server/wm/InputManagerCallback;->notifyConfigurationChanged()V