OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyDeviceReset
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/services/input/
InputListener.h
166
virtual void
notifyDeviceReset
(const NotifyDeviceResetArgs* args) = 0;
185
virtual void
notifyDeviceReset
(const NotifyDeviceResetArgs* args);
InputListener.cpp
133
listener->
notifyDeviceReset
(this);
167
void QueuedInputListener::
notifyDeviceReset
(const NotifyDeviceResetArgs* args) {
InputDispatcher.h
382
virtual void
notifyDeviceReset
(const NotifyDeviceResetArgs* args);
[
all
...]
InputDispatcher.cpp
[
all
...]
InputReader.cpp
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
229
<< "Expected
notifyDeviceReset
() to have been called.";
278
virtual void
notifyDeviceReset
(const NotifyDeviceResetArgs* args) {
[
all
...]
Completed in 117 milliseconds