Searched refs:mInterfaces (Results 1 – 7 of 7) sorted by relevance
54 private final Parcelable[] mInterfaces; field in UsbDevice68 mInterfaces = interfaces; in UsbDevice()146 return mInterfaces.length; in getInterfaceCount()155 return (UsbInterface)mInterfaces[index]; in getInterface()179 ",mInterfaces=" + mInterfaces + "]"; in toString()211 parcel.writeParcelableArray(mInterfaces, 0); in writeToParcel()
104 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()
159 const struct iid_vtable *interfaces = clazz->mInterfaces; in checkInterfaces()520 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()
790 switch (clazz->mInterfaces[i].mInterface) { in IEngine_QueryNumSupportedInterfaces()830 switch (clazz->mInterfaces[i].mInterface) { in IEngine_QuerySupportedInterfaces()844 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH]; in IEngine_QuerySupportedInterfaces()