Searched defs:notifyDeviceReset (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputListener.cpp133 listener->notifyDeviceReset(this);
167 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args) { function in class:android::QueuedInputListener
H A DInputDispatcher.cpp2547 void InputDispatcher::notifyDeviceReset(const NotifyDeviceResetArgs* args) { function in class:android::InputDispatcher
2549 ALOGD("notifyDeviceReset - eventTime=%lld, deviceId=%d",
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp238 << "Expected notifyDeviceReset() to have been called.";
287 virtual void notifyDeviceReset(const NotifyDeviceResetArgs* args) { function in class:android::FakeInputListener

Completed in 103 milliseconds