Searched refs:excludedDeviceNames (Results 1 – 4 of 4) sorted by relevance
121 mConfig.excludedDeviceNames.push_back(deviceName); in addExcludedDeviceName()
108 std::vector<std::string> excludedDeviceNames; member
395 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames); in refreshConfigurationLocked()951 for (size_t i = 0; i < mConfig.excludedDeviceNames.size(); i++) { in dump()955 dump += mConfig.excludedDeviceNames[i]; in dump()
571 outConfig->excludedDeviceNames.clear(); in getReaderConfiguration()572 jobjectArray excludedDeviceNames = jobjectArray(env->CallStaticObjectMethod( in getReaderConfiguration() local574 if (!checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && excludedDeviceNames) { in getReaderConfiguration()575 jsize length = env->GetArrayLength(excludedDeviceNames); in getReaderConfiguration()577 std::string deviceName = getStringElementFromJavaArray(env, excludedDeviceNames, i); in getReaderConfiguration()578 outConfig->excludedDeviceNames.push_back(deviceName); in getReaderConfiguration()580 env->DeleteLocalRef(excludedDeviceNames); in getReaderConfiguration()