Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputListener.h195 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) = 0;
214 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args);
/frameworks/native/services/inputflinger/tests/
DTestInputListener.h61 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args);
DTestInputListener.cpp94 void TestInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged() function in android::TestInputListener
DInputClassifier_test.cpp77 mClassifier->notifyConfigurationChanged(&args); in TEST_F()
DInputDispatcher_test.cpp106 virtual void notifyConfigurationChanged(nsecs_t) { in notifyConfigurationChanged() function in android::inputdispatcher::FakeInputDispatcherPolicy
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h46 virtual void notifyConfigurationChanged(nsecs_t when) = 0;
/frameworks/native/services/inputflinger/
DInputListener.cpp44 listener->notifyConfigurationChanged(this); in notify()
230 void QueuedInputListener::notifyConfigurationChanged( in notifyConfigurationChanged() function in android::QueuedInputListener
DInputClassifier.cpp364 void InputClassifier::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged() function in android::InputClassifier
366 mListener->notifyConfigurationChanged(args); in notifyConfigurationChanged()
DInputClassifier.h226 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) override;
/frameworks/base/services/core/java/com/android/server/wm/
DInputManagerCallback.java134 public void notifyConfigurationChanged() { in notifyConfigurationChanged() method in InputManagerCallback
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp89 jmethodID notifyConfigurationChanged; member
249 virtual void notifyConfigurationChanged(nsecs_t when);
682 void NativeInputManager::notifyConfigurationChanged(nsecs_t when) { in notifyConfigurationChanged() function in android::NativeInputManager
690 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyConfigurationChanged, when); in notifyConfigurationChanged()
1852 GET_METHOD_ID(gServiceClassInfo.notifyConfigurationChanged, clazz, in register_android_server_InputManager()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h88 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) override;
DInputDispatcher.cpp2587 void InputDispatcher::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged() function in android::inputdispatcher::InputDispatcher
4100 mPolicy->notifyConfigurationChanged(commandEntry->eventTime); in doNotifyConfigurationChangedLockedInterruptible()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1806 private void notifyConfigurationChanged(long whenNanos) { in notifyConfigurationChanged() method in InputManagerService
1807 mWindowManagerCallbacks.notifyConfigurationChanged(); in notifyConfigurationChanged()
2118 public void notifyConfigurationChanged(); in notifyConfigurationChanged() method
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp348 mQueuedListener->notifyConfigurationChanged(&args); in handleConfigurationChangedLocked()
/frameworks/base/services/
Dart-profile7203 HSPLcom/android/server/input/InputManagerService;->notifyConfigurationChanged(J)V
16222 HSPLcom/android/server/wm/InputManagerCallback;->notifyConfigurationChanged()V