HomeSort by relevance Sort by last modified time
    Searched refs:QueuedInputListener (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/input/
InputListener.cpp 136 // --- QueuedInputListener ---
138 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) :
142 QueuedInputListener::~QueuedInputListener() {
149 void QueuedInputListener::notifyConfigurationChanged(
154 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) {
158 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) {
162 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) {
166 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args)
    [all...]
InputListener.h 173 class QueuedInputListener : public InputListenerInterface {
175 virtual ~QueuedInputListener();
178 QueuedInputListener(const sp<InputListenerInterface>& innerListener);
InputReader.h 394 sp<QueuedInputListener> mQueuedListener;
    [all...]
InputReader.cpp 246 mQueuedListener = new QueuedInputListener(listener);
    [all...]

Completed in 455 milliseconds