OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifySwitch
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/services/input/
InputListener.h
165
virtual void
notifySwitch
(const NotifySwitchArgs* args) = 0;
184
virtual void
notifySwitch
(const NotifySwitchArgs* args);
InputListener.cpp
118
listener->
notifySwitch
(this);
163
void QueuedInputListener::
notifySwitch
(const NotifySwitchArgs* args) {
InputDispatcher.h
253
virtual void
notifySwitch
(nsecs_t when,
381
virtual void
notifySwitch
(const NotifySwitchArgs* args);
[
all
...]
InputDispatcher.cpp
[
all
...]
InputReader.cpp
[
all
...]
/frameworks/base/services/input/tests/
InputDispatcher_test.cpp
89
virtual void
notifySwitch
(nsecs_t when,
InputReader_test.cpp
266
<< "Expected
notifySwitch
() to have been called.";
290
virtual void
notifySwitch
(const NotifySwitchArgs* args) {
[
all
...]
/frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp
67
jmethodID
notifySwitch
;
191
virtual void
notifySwitch
(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
532
void NativeInputManager::
notifySwitch
(nsecs_t when,
535
ALOGD("
notifySwitch
- when=%lld, switchValues=0x%08x, switchMask=0x%08x, policyFlags=0x%x",
541
env->CallVoidMethod(mServiceObj, gServiceClassInfo.
notifySwitch
,
543
checkAndClearExceptionFromCallback(env, "
notifySwitch
");
[
all
...]
/frameworks/base/services/java/com/android/server/input/
InputManagerService.java
[
all
...]
Completed in 227 milliseconds