OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notifySwitch
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/services/input/
InputListener.cpp
117
listener->
notifySwitch
(this);
162
void QueuedInputListener::
notifySwitch
(const NotifySwitchArgs* args) {
InputDispatcher.cpp
[
all
...]
/frameworks/base/services/input/tests/
InputDispatcher_test.cpp
88
virtual void
notifySwitch
(nsecs_t when,
InputReader_test.cpp
238
<< "Expected
notifySwitch
() to have been called.";
262
virtual void
notifySwitch
(const NotifySwitchArgs* args) {
[
all
...]
/frameworks/base/services/jni/
com_android_server_InputManager.cpp
197
virtual void
notifySwitch
(nsecs_t when, int32_t switchCode, int32_t switchValue,
501
void NativeInputManager::
notifySwitch
(nsecs_t when, int32_t switchCode,
504
LOGD("
notifySwitch
- when=%lld, switchCode=%d, switchValue=%d, policyFlags=0x%x",
[
all
...]
Completed in 273 milliseconds