Searched defs:NotifyConfigurationChangedArgs (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputListener.h38 struct NotifyConfigurationChangedArgs : public NotifyArgs { struct in namespace:android
41 inline NotifyConfigurationChangedArgs() { } function in struct:android::NotifyConfigurationChangedArgs
43 NotifyConfigurationChangedArgs(nsecs_t eventTime);
45 NotifyConfigurationChangedArgs(const NotifyConfigurationChangedArgs& other);
47 virtual ~NotifyConfigurationChangedArgs() { }
162 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) = 0;
181 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args);
H A DInputListener.cpp27 // --- NotifyConfigurationChangedArgs ---
29 NotifyConfigurationChangedArgs::NotifyConfigurationChangedArgs(nsecs_t eventTime) : function in class:android::NotifyConfigurationChangedArgs
33 NotifyConfigurationChangedArgs::NotifyConfigurationChangedArgs( function in class:android::NotifyConfigurationChangedArgs
34 const NotifyConfigurationChangedArgs& other) :
38 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const {
151 const NotifyConfigurationChangedArgs* args) {
152 mArgsQueue.push(new NotifyConfigurationChangedArgs(*args));

Completed in 70 milliseconds