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

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

Completed in 118 milliseconds