Home
last modified time | relevance | path

Searched refs:NotifyConfigurationChangedArgs (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/
DInputListener.h38 struct NotifyConfigurationChangedArgs : public NotifyArgs { struct
41 inline NotifyConfigurationChangedArgs() { } in NotifyConfigurationChangedArgs() function
43 NotifyConfigurationChangedArgs(nsecs_t eventTime);
45 NotifyConfigurationChangedArgs(const NotifyConfigurationChangedArgs& other);
47 virtual ~NotifyConfigurationChangedArgs() { } in ~NotifyConfigurationChangedArgs() argument
164 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) = 0;
183 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args);
DInputListener.cpp29 NotifyConfigurationChangedArgs::NotifyConfigurationChangedArgs(nsecs_t eventTime) : in NotifyConfigurationChangedArgs() function in android::NotifyConfigurationChangedArgs
33 NotifyConfigurationChangedArgs::NotifyConfigurationChangedArgs( in NotifyConfigurationChangedArgs() function in android::NotifyConfigurationChangedArgs
34 const NotifyConfigurationChangedArgs& other) : in NotifyConfigurationChangedArgs()
38 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()
151 const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
152 mArgsQueue.push(new NotifyConfigurationChangedArgs(*args)); in notifyConfigurationChanged()
DInputDispatcher.h381 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args);
DInputDispatcher.cpp2372 void InputDispatcher::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
DInputReader.cpp547 NotifyConfigurationChangedArgs args(when); in handleConfigurationChangedLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp212 List<NotifyConfigurationChangedArgs> mNotifyConfigurationChangedArgsQueue;
226 NotifyConfigurationChangedArgs* outEventArgs = NULL) { in assertNotifyConfigurationChangedWasCalled()
283 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
1172 NotifyConfigurationChangedArgs args; in TEST_F()