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

  /frameworks/base/include/ui/
EventHub.h 83 void addExcludedDevice(const char* deviceName);
  /frameworks/base/services/jni/
com_android_server_KeyInputQueue.cpp 126 gHub->addExcludedDevice(nameStr);
275 { "addExcludedDevice", "(Ljava/lang/String;)V",
  /frameworks/base/services/java/com/android/server/
KeyInputQueue.java 276 if (DEBUG) Slog.v(TAG, "addExcludedDevice " + name);
277 addExcludedDevice(name);
479 public static native void addExcludedDevice(String deviceName);
    [all...]
  /frameworks/base/libs/ui/
EventHub.cpp 279 void EventHub::addExcludedDevice(const char* deviceName)

Completed in 218 milliseconds