Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 186) sorted by relevance

12345678

/frameworks/base/core/java/android/hardware/usb/
DUsbDevice.java61 int Class, int subClass, int protocol, Parcelable[] interfaces) { in UsbDevice() argument
68 mInterfaces = interfaces; in UsbDevice()
191 Parcelable[] interfaces = in.readParcelableArray(UsbInterface.class.getClassLoader());
192 return new UsbDevice(name, vendorId, productId, clasz, subClass, protocol, interfaces);
/frameworks/wilhelm/src/
DREADME.txt10 android/ Android platform-specific code, other than interfaces
13 itf/ OpenSL ES and OpenMAX AL interfaces, including Android-specific extensions
Dsles.c159 const struct iid_vtable *interfaces = clazz->mInterfaces; in checkInterfaces() local
164 switch (interfaces[i].mInterface) { in checkInterfaces()
168 if (NULL != MPH_init_table[interfaces[i].mMPH].mInit) { in checkInterfaces()
199 (INTERFACE_UNAVAILABLE == interfaces[index].mInterface)) { in checkInterfaces()
/frameworks/base/services/java/com/android/server/usb/
DUsbHostManager.java119 Parcelable[] interfaces = new UsbInterface[numInterfaces]; in usbDeviceAdded() local
144 interfaces[intf] = new UsbInterface(interfaceId, interfaceClass, in usbDeviceAdded()
155 deviceClass, deviceSubclass, deviceProtocol, interfaces); in usbDeviceAdded()
/frameworks/wilhelm/tools/hashgen/
DMakefile56 part5gen : part5gen.o OpenSLES_IID.o interfaces.o
57 gcc -o $@ $(CFLAGS) part5gen.o OpenSLES_IID.o interfaces.o
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DTransformClassAdapter.java68 String signature, String superName, String[] interfaces) { in visit() argument
84 super.visit(version, access, name, signature, superName, interfaces); in visit()
DClassHasNativeVisitor.java50 String superName, String[] interfaces) { in visit() argument
DRenameClassAdapter.java232 String superName, String[] interfaces) { in visit() argument
237 super.visit(version, access, name, signature, superName, interfaces); in visit()
DAsmAnalyzer.java462 String signature, String superName, String[] interfaces) { in visit() argument
476 considerNames(interfaces); in visit()
/frameworks/wilhelm/doc/
DREADME.txt1 … project. This file contains unique interface IDs for all OpenSL-ES API interfaces. These IDs have
/frameworks/base/docs/html/training/backward-compatible-ui/
Dabstracting.jd45 … in the Java programming language involves the creation of one or more interfaces or abstract clas…
47 …te abstract classes, based on the public interfaces of the newer classes. In defining the abstract…
63 … support these two implementations and their abstract base classes (or interfaces) is shown below.…
Dindex.jd47 …ion needs. Learn how to define application-specific, intermediary Java interfaces that abstract th…
/frameworks/base/docs/html/guide/topics/ui/
Dindex.jd3 …rface for your app. Android also provides other UI modules for special interfaces such as dialogs,…
22 richer user interfaces made possible by larger displays: Space and GridLayout.</p> </a>
/frameworks/base/tools/aidl/
DAST.cpp802 N = this->interfaces.size(); in GatherTypes()
804 types->insert(this->interfaces[i]); in GatherTypes()
842 N = this->interfaces.size(); in Write()
850 fprintf(to, " %s", this->interfaces[i]->QualifiedName().c_str()); in Write()
Dgenerate_java_binder.cpp32 this->interfaces.push_back(interfaceType); in StubClass()
165 this->interfaces.push_back(interfaceType); in ProxyClass()
528 interface->interfaces.push_back(IINTERFACE_TYPE); in generate_binder_interface_class()
DAST.h347 vector<Type*> interfaces; member
/frameworks/base/docs/html/training/design-navigation/
Ddescendant-lateral.jd77 <p>More sophisticated user interfaces can make use of a variety of other user interaction patterns …
93 …alt="Example list-, grid-, and carousel-based navigation interfaces with relevant screen map excer…
95 …Figure 4.</strong> Example list-, grid-, and carousel-based navigation interfaces with relevant sc…
115 …alt="Example phone and tablet tab-based navigation interfaces with relevant screen map excerpt" id…
117 …trong>Figure 5.</strong> Example phone and tablet tab-based navigation interfaces with relevant sc…
/frameworks/base/docs/html/tools/building/
Dindex.jd62 …<li>The aidl tool converts any <code>.aidl</code> interfaces that you have into Java interfaces.</…
/frameworks/base/docs/html/tools/adk/
Daoa2.jd67 <p>AOA 2.0 includes new USB product IDs, one for each combination of USB interfaces available when
68 in accessory mode. The possible USB interfaces are:</p>
88 combinations of USB interfaces:</p>
/frameworks/base/docs/html/training/improving-layouts/
Dindex.jd33 lessons here, you will be able to implement smooth scrolling interfaces with a minimum memory
/frameworks/base/docs/html/guide/
Dindex.jd20 …tible with Android 1.6 or later can use fragments to create tablet-compatible user interfaces. </p>
/frameworks/base/docs/html/guide/components/
Dindex.jd20 …tible with Android 1.6 or later can use fragments to create tablet-compatible user interfaces. </p>
/frameworks/base/docs/html/training/graphics/opengl/
Dindex.jd35 graphical user interfaces. However, if you want more control of what your application draws on
/frameworks/compile/slang/
DRSCCOptions.td23 // Include the common option parsing interfaces.
/frameworks/base/docs/html/guide/webapps/
Dwebview.jd10 <li>You can create interfaces from your JavaScript to your client-side Android code</li>
116 also create interfaces between your application code and your JavaScript code.</p>
149 application, you can create interfaces between your JavaScript code and client-side Android code.

12345678