HomeSort by relevance Sort by last modified time
    Searched refs:mInterfaces (Results 1 - 13 of 13) sorted by null

  /system/netd/
TetherController.cpp 37 mInterfaces = new InterfaceCollection();
46 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
49 mInterfaces->clear();
250 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
274 mInterfaces->push_back(strdup(interface));
278 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
281 mInterfaces->erase(it)
    [all...]
TetherController.h 28 InterfaceCollection *mInterfaces;
  /frameworks/base/core/java/android/hardware/usb/
UsbDevice.java 54 private final Parcelable[] mInterfaces;
68 mInterfaces = interfaces;
146 return mInterfaces.length;
155 return (UsbInterface)mInterfaces[index];
179 ",mInterfaces=" + mInterfaces + "]";
211 parcel.writeParcelableArray(mInterfaces, 0);
  /frameworks/wilhelm/src/
entry.c 104 const struct iid_vtable *x = pCEngine_class->mInterfaces;
191 switch (clazz->mInterfaces[i].mInterface) {
227 switch (clazz->mInterfaces[i].mInterface) {
241 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH];
sles.c 159 const struct iid_vtable *interfaces = clazz->mInterfaces;
520 const struct iid_vtable *x = clazz->mInterfaces;
sles_allinclusive.h 206 const struct iid_vtable *mInterfaces; // maps interface index to info about that interface
  /external/doclava/src/com/google/doclava/
PackageInfo.java 141 if (mInterfaces == null) {
142 mInterfaces =
145 return mInterfaces;
186 private ClassInfo[] mInterfaces;
ClassInfo.java 282 if (mInterfaces == null) {
291 mInterfaces = new ArrayList<ClassInfo>(interfaces);
294 mInterfaces = new ArrayList<ClassInfo>(mRealInterfaces);
296 Collections.sort(mInterfaces, ClassInfo.qualifiedComparator);
298 return mInterfaces;
    [all...]
  /frameworks/wilhelm/src/itf/
IDynamicInterfaceManagement.c 53 const struct iid_vtable *x = &clazz->mInterfaces[index];
161 const struct iid_vtable *x = &clazz->mInterfaces[index];
230 const struct iid_vtable *x = &clazz->mInterfaces[index];
309 const struct iid_vtable *x = &clazz->mInterfaces[index];
409 const struct iid_vtable *x = &clazz->mInterfaces[index];
IObject.c 348 !(INTERFACE_PREREALIZE & clazz->mInterfaces[index].mInterface)) {
360 interface = (char *) thiz + clazz->mInterfaces[index].mOffset;
583 const struct iid_vtable *x = &clazz->mInterfaces[index];
IEngine.c 790 switch (clazz->mInterfaces[i].mInterface) {
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/sdk/tools/lib/
lint_checks.jar 

Completed in 503 milliseconds