Searched refs:mInterfaces (Results 1 – 10 of 10) sorted by relevance
47 private @Nullable Parcelable[] mInterfaces; field in UsbConfiguration135 return mInterfaces.length; in getInterfaceCount()144 return (UsbInterface)mInterfaces[index]; in getInterface()152 mInterfaces = Preconditions.checkArrayElementsNotNull(interfaces, "interfaces"); in setInterfaces()160 for (int i = 0; i < mInterfaces.length; i++) { in toString()162 builder.append(mInterfaces[i].toString()); in toString()195 parcel.writeParcelableArray(mInterfaces, 0); in writeToParcel()
73 private @Nullable UsbInterface[] mInterfaces; field in UsbDevice266 if (mInterfaces == null) { in getInterfaceList()274 mInterfaces = new UsbInterface[interfaceCount]; in getInterfaceList()280 mInterfaces[offset++] = configuration.getInterface(j); in getInterfaceList()285 return mInterfaces; in getInterfaceList()
103 const struct iid_vtable *x = pCEngine_class->mInterfaces; in liCreateEngine()189 switch (clazz->mInterfaces[i].mInterface) { in liQueryNumSupportedInterfaces()225 switch (clazz->mInterfaces[i].mInterface) { in liQuerySupportedInterfaces()239 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH]; in liQuerySupportedInterfaces()
159 const struct iid_vtable *interfaces = clazz->mInterfaces; in checkInterfaces()539 const struct iid_vtable *x = clazz->mInterfaces; in construct()
206 const struct iid_vtable *mInterfaces; // maps interface index to info about that interface member
53 const struct iid_vtable *x = &clazz->mInterfaces[index]; in HandleAdd()161 const struct iid_vtable *x = &clazz->mInterfaces[index]; in IDynamicInterfaceManagement_AddInterface()230 const struct iid_vtable *x = &clazz->mInterfaces[index]; in IDynamicInterfaceManagement_RemoveInterface()309 const struct iid_vtable *x = &clazz->mInterfaces[index]; in HandleResume()409 const struct iid_vtable *x = &clazz->mInterfaces[index]; in IDynamicInterfaceManagement_ResumeInterface()
348 !(INTERFACE_PREREALIZE & clazz->mInterfaces[index].mInterface)) { in IObject_GetInterface()360 interface = (char *) thiz + clazz->mInterfaces[index].mOffset; in IObject_GetInterface()583 const struct iid_vtable *x = &clazz->mInterfaces[index]; in IObject_Destroy()
801 switch (clazz->mInterfaces[i].mInterface) { in IEngine_QueryNumSupportedInterfaces()841 switch (clazz->mInterfaces[i].mInterface) { in IEngine_QuerySupportedInterfaces()855 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH]; in IEngine_QuerySupportedInterfaces()
109 private final Set<String> mInterfaces = new HashSet<>(); field in WifiAwareDataPathStateManager219 if (mInterfaces.contains(name)) { in createAllInterfaces()225 mInterfaces.remove(name); in createAllInterfaces()257 if (mInterfaces.contains(interfaceName)) { in onInterfaceCreated()261 mInterfaces.add(interfaceName); in onInterfaceCreated()270 if (!mInterfaces.contains(interfaceName)) { in onInterfaceDeleted()274 mInterfaces.remove(interfaceName); in onInterfaceDeleted()835 if (mInterfaces.isEmpty()) { in acceptRequest()1111 SortedSet<String> potential = new TreeSet<>(mInterfaces); in selectInterfaceForRequest()1738 pw.println(" mInterfaces: " + mInterfaces); in dump()
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...