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
162 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) = 0;
181 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.h375 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args);
DInputDispatcher.cpp2319 void InputDispatcher::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
DInputReader.cpp501 NotifyConfigurationChangedArgs args(when); in handleConfigurationChangedLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp213 List<NotifyConfigurationChangedArgs> mNotifyConfigurationChangedArgsQueue;
227 NotifyConfigurationChangedArgs* outEventArgs = NULL) { in assertNotifyConfigurationChangedWasCalled()
284 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
1164 NotifyConfigurationChangedArgs args; in TEST_F()