Searched refs:maxNdiInterfaces (Results 1 – 7 of 7) sorted by relevance
36 public int maxNdiInterfaces; field in Capabilities82 + ", maxNdiInterfaces=" + maxNdiInterfaces + ", maxNdpSessions=" in toString()
228 frameworkCapabilities.maxNdiInterfaces = capabilities.maxNdiInterfaces; in toFrameworkCapability10()
234 for (int i = 0; i < mMgr.getCapabilities().maxNdiInterfaces; ++i) { in createAllInterfaces()261 for (int i = 0; i < mMgr.getCapabilities().maxNdiInterfaces; ++i) { in deleteAllInterfaces()
329 j.put("maxNdiInterfaces", mCapabilities.maxNdiInterfaces); in onCommand()
666 cap.maxNdiInterfaces = 1; in testCapabilityTranslation()758 cap.maxNdiInterfaces = 1; in getCharacteristics()
211 capabilities.maxNdiInterfaces = numNdis; in testCreateDeleteAllInterfaces()1976 int maxNdiInterfaces, int clientId, InOrder inOrder, InOrder inOrderM) in initOobDataPathEndPoint() argument1988 capabilities.maxNdiInterfaces = maxNdiInterfaces; in initOobDataPathEndPoint()2027 for (int i = 0; i < maxNdiInterfaces; ++i) { in initOobDataPathEndPoint()
4075 cap.maxNdiInterfaces = 1; in getCapabilities()