Home
last modified time | relevance | path

Searched refs:mInterfaces (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
DUsbConfiguration.java41 private Parcelable[] mInterfaces; field in UsbConfiguration
120 return mInterfaces.length; in getInterfaceCount()
129 return (UsbInterface)mInterfaces[index]; in getInterface()
137 mInterfaces = interfaces; in setInterfaces()
145 for (int i = 0; i < mInterfaces.length; i++) { in toString()
147 builder.append(mInterfaces[i].toString()); in toString()
180 parcel.writeParcelableArray(mInterfaces, 0); in writeToParcel()
DUsbDevice.java56 private UsbInterface[] mInterfaces; field in UsbDevice
191 if (mInterfaces == null) { in getInterfaceList()
199 mInterfaces = new UsbInterface[interfaceCount]; in getInterfaceList()
205 mInterfaces[offset++] = configuration.getInterface(j); in getInterfaceList()
210 return mInterfaces; in getInterfaceList()
/frameworks/wilhelm/src/
Dentry.c104 const struct iid_vtable *x = pCEngine_class->mInterfaces; in liCreateEngine()
191 switch (clazz->mInterfaces[i].mInterface) { in liQueryNumSupportedInterfaces()
227 switch (clazz->mInterfaces[i].mInterface) { in liQuerySupportedInterfaces()
241 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH]; in liQuerySupportedInterfaces()
Dsles.c159 const struct iid_vtable *interfaces = clazz->mInterfaces; in checkInterfaces()
536 const struct iid_vtable *x = clazz->mInterfaces; in construct()
Dsles_allinclusive.h206 const struct iid_vtable *mInterfaces; // maps interface index to info about that interface member
/frameworks/wilhelm/src/itf/
DIDynamicInterfaceManagement.c53 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()
DIObject.c348 !(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()
DIEngine.c799 switch (clazz->mInterfaces[i].mInterface) { in IEngine_QueryNumSupportedInterfaces()
839 switch (clazz->mInterfaces[i].mInterface) { in IEngine_QuerySupportedInterfaces()
853 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH]; in IEngine_QuerySupportedInterfaces()