OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifySwitchArgs
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/services/input/
InputListener.h
116
struct
NotifySwitchArgs
: public NotifyArgs {
122
inline
NotifySwitchArgs
() { }
124
NotifySwitchArgs
(nsecs_t eventTime, uint32_t policyFlags,
127
NotifySwitchArgs
(const
NotifySwitchArgs
& other);
129
virtual ~
NotifySwitchArgs
() { }
165
virtual void notifySwitch(const
NotifySwitchArgs
* args) = 0;
184
virtual void notifySwitch(const
NotifySwitchArgs
* args);
InputListener.cpp
104
// ---
NotifySwitchArgs
---
106
NotifySwitchArgs
::
NotifySwitchArgs
(nsecs_t eventTime, uint32_t policyFlags,
112
NotifySwitchArgs
::
NotifySwitchArgs
(const
NotifySwitchArgs
& other) :
117
void
NotifySwitchArgs
::notify(const sp<InputListenerInterface>& listener) const {
163
void QueuedInputListener::notifySwitch(const
NotifySwitchArgs
* args) {
164
mArgsQueue.push(new
NotifySwitchArgs
(*args));
InputDispatcher.h
381
virtual void notifySwitch(const
NotifySwitchArgs
* args);
[
all
...]
InputDispatcher.cpp
[
all
...]
InputReader.cpp
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
207
List<
NotifySwitchArgs
> mNotifySwitchArgsQueue;
264
void assertNotifySwitchWasCalled(
NotifySwitchArgs
* outEventArgs = NULL) {
290
virtual void notifySwitch(const
NotifySwitchArgs
* args) {
[
all
...]
Completed in 50 milliseconds