Home | History | Annotate | Download | only in jni

Lines Matching defs:getExcludedDeviceNames

60     jmethodID getExcludedDeviceNames;
190 virtual void getExcludedDeviceNames(Vector<String8>& outExcludedDeviceNames);
531 void NativeInputManager::getExcludedDeviceNames(Vector<String8>& outExcludedDeviceNames) {
537 gCallbacksClassInfo.getExcludedDeviceNames));
538 if (! checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && result) {
1362 GET_METHOD_ID(gCallbacksClassInfo.getExcludedDeviceNames, gCallbacksClassInfo.clazz,
1363 "getExcludedDeviceNames", "()[Ljava/lang/String;");