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 137 // --- QueuedInputListener ---
139 QueuedInputListener::QueuedInputListener(const sp<InputListenerInterface>& innerListener) :
143 QueuedInputListener::~QueuedInputListener() {
150 void QueuedInputListener::notifyConfigurationChanged(
155 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) {
159 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) {
163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) {
167 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args)
    [all...]
InputListener.h 174 class QueuedInputListener : public InputListenerInterface {
176 virtual ~QueuedInputListener();
179 QueuedInputListener(const sp<InputListenerInterface>& innerListener);
InputReader.h 443 sp<QueuedInputListener> mQueuedListener;
    [all...]
InputReader.cpp 230 mQueuedListener = new QueuedInputListener(listener);
    [all...]

Completed in 205 milliseconds