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

  /frameworks/native/services/inputflinger/
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);

Completed in 98 milliseconds