Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.h38 struct NotifyConfigurationChangedArgs : public NotifyArgs { struct
41 inline NotifyConfigurationChangedArgs() { } in NotifyConfigurationChangedArgs() argument
43 explicit NotifyConfigurationChangedArgs(nsecs_t eventTime);
45 NotifyConfigurationChangedArgs(const NotifyConfigurationChangedArgs& other);
47 virtual ~NotifyConfigurationChangedArgs() { } in ~NotifyConfigurationChangedArgs() argument
171 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) = 0;
190 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()
154 const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
155 mArgsQueue.push(new NotifyConfigurationChangedArgs(*args)); in notifyConfigurationChanged()
DInputDispatcher.h380 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args);
DInputDispatcher.cpp2408 void InputDispatcher::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp252 List<NotifyConfigurationChangedArgs> mNotifyConfigurationChangedArgsQueue;
266 NotifyConfigurationChangedArgs* outEventArgs = NULL) { in assertNotifyConfigurationChangedWasCalled()
333 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
1328 NotifyConfigurationChangedArgs args; in TEST_F()