Searched refs:notifyDeviceReset (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputListener.h166 virtual void notifyDeviceReset(const NotifyDeviceResetArgs* args) = 0;
185 virtual void notifyDeviceReset(const NotifyDeviceResetArgs* args);
H A DInputListener.cpp133 listener->notifyDeviceReset(this);
167 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args) { function in class:android::QueuedInputListener
H A DInputDispatcher.h379 virtual void notifyDeviceReset(const NotifyDeviceResetArgs* args);
H A DInputDispatcher.cpp2523 void InputDispatcher::notifyDeviceReset(const NotifyDeviceResetArgs* args) { function in class:android::InputDispatcher
2525 ALOGD("notifyDeviceReset - eventTime=%lld, deviceId=%d",
H A DInputReader.cpp1105 mContext->getListener()->notifyDeviceReset(&args);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp239 << "Expected notifyDeviceReset() to have been called.";
288 virtual void notifyDeviceReset(const NotifyDeviceResetArgs* args) { function in class:android::FakeInputListener

Completed in 527 milliseconds