OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyInputDevicesChanged
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp
66
jmethodID
notifyInputDevicesChanged
;
185
virtual void
notifyInputDevicesChanged
(const Vector<InputDeviceInfo>& inputDevices);
464
void NativeInputManager::
notifyInputDevicesChanged
(const Vector<InputDeviceInfo>& inputDevices) {
484
env->CallVoidMethod(mServiceObj, gServiceClassInfo.
notifyInputDevicesChanged
,
491
checkAndClearExceptionFromCallback(env, "
notifyInputDevicesChanged
");
[
all
...]
/frameworks/base/services/java/com/android/server/input/
InputManagerService.java
662
mTempInputDevicesChangedListenersToNotify.get(i).
notifyInputDevicesChanged
(
[
all
...]
/frameworks/base/services/input/
InputReader.h
281
virtual void
notifyInputDevicesChanged
(const Vector<InputDeviceInfo>& inputDevices) = 0;
[
all
...]
InputReader.cpp
297
mPolicy->
notifyInputDevicesChanged
(inputDevices);
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
185
virtual void
notifyInputDevicesChanged
(const Vector<InputDeviceInfo>& inputDevices) {
[
all
...]
Completed in 412 milliseconds