OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifySwitch
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/services/core/java/com/android/server/connectivity/
LingerMonitor.java
134
for (String
notifySwitch
: notifySwitches) {
135
if (TextUtils.isEmpty(
notifySwitch
)) continue;
136
String[] transports =
notifySwitch
.split("-", 2);
138
Log.e(TAG, "Invalid network switch notification configuration: " +
notifySwitch
);
/frameworks/native/services/inputflinger/
InputListener.h
167
virtual void
notifySwitch
(const NotifySwitchArgs* args) = 0;
186
virtual void
notifySwitch
(const NotifySwitchArgs* args);
InputListener.cpp
118
listener->
notifySwitch
(this);
163
void QueuedInputListener::
notifySwitch
(const NotifySwitchArgs* args) {
InputDispatcher.h
256
virtual void
notifySwitch
(nsecs_t when,
384
virtual void
notifySwitch
(const NotifySwitchArgs* args);
[
all
...]
InputDispatcher.cpp
[
all
...]
InputReader.cpp
[
all
...]
/frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp
88
virtual void
notifySwitch
(nsecs_t, uint32_t, uint32_t, uint32_t) {
InputReader_test.cpp
275
<< "Expected
notifySwitch
() to have been called.";
299
virtual void
notifySwitch
(const NotifySwitchArgs* args) {
[
all
...]
/frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp
73
jmethodID
notifySwitch
;
225
virtual void
notifySwitch
(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
571
void NativeInputManager::
notifySwitch
(nsecs_t when,
574
ALOGD("
notifySwitch
- when=%lld, switchValues=0x%08x, switchMask=0x%08x, policyFlags=0x%x",
580
env->CallVoidMethod(mServiceObj, gServiceClassInfo.
notifySwitch
,
582
checkAndClearExceptionFromCallback(env, "
notifySwitch
");
[
all
...]
/frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java
[
all
...]
Completed in 246 milliseconds