OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotifyConfigurationChangedArgs
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/input/
InputListener.cpp
27
// ---
NotifyConfigurationChangedArgs
---
29
NotifyConfigurationChangedArgs
::
NotifyConfigurationChangedArgs
(nsecs_t eventTime) :
33
NotifyConfigurationChangedArgs
::
NotifyConfigurationChangedArgs
(
34
const
NotifyConfigurationChangedArgs
& other) :
38
void
NotifyConfigurationChangedArgs
::notify(const sp<InputListenerInterface>& listener) const {
150
const
NotifyConfigurationChangedArgs
* args) {
151
mArgsQueue.push(new
NotifyConfigurationChangedArgs
(*args));
InputListener.h
38
struct
NotifyConfigurationChangedArgs
: public NotifyArgs {
41
inline
NotifyConfigurationChangedArgs
() { }
43
NotifyConfigurationChangedArgs
(nsecs_t eventTime);
45
NotifyConfigurationChangedArgs
(const
NotifyConfigurationChangedArgs
& other);
47
virtual ~
NotifyConfigurationChangedArgs
() { }
161
virtual void notifyConfigurationChanged(const
NotifyConfigurationChangedArgs
* args) = 0;
180
virtual void notifyConfigurationChanged(const
NotifyConfigurationChangedArgs
* args);
Completed in 1344 milliseconds