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/native/services/inputflinger/
InputListener.h
168
virtual void
notifyDeviceReset
(const NotifyDeviceResetArgs* args) = 0;
187
virtual void
notifyDeviceReset
(const NotifyDeviceResetArgs* args);
InputListener.cpp
133
listener->
notifyDeviceReset
(this);
167
void QueuedInputListener::
notifyDeviceReset
(const NotifyDeviceResetArgs* args) {
InputDispatcher.h
385
virtual void
notifyDeviceReset
(const NotifyDeviceResetArgs* args);
[
all
...]
InputDispatcher.cpp
[
all
...]
InputReader.cpp
[
all
...]
/frameworks/native/services/inputflinger/tests/
InputReader_test.cpp
238
<< "Expected
notifyDeviceReset
() to have been called.";
287
virtual void
notifyDeviceReset
(const NotifyDeviceResetArgs* args) {
[
all
...]
Completed in 553 milliseconds