/frameworks/base/core/java/android/hardware/usb/ |
D | UsbDevice.java | 61 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/ |
D | README.txt | 10 android/ Android platform-specific code, other than interfaces 13 itf/ OpenSL ES and OpenMAX AL interfaces, including Android-specific extensions
|
D | sles.c | 159 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/ |
D | UsbHostManager.java | 118 Parcelable[] interfaces = new UsbInterface[numInterfaces]; in usbDeviceAdded() local 143 interfaces[intf] = new UsbInterface(interfaceId, interfaceClass, in usbDeviceAdded() 154 deviceClass, deviceSubclass, deviceProtocol, interfaces); in usbDeviceAdded()
|
/frameworks/wilhelm/tools/hashgen/ |
D | Makefile | 56 part5gen : part5gen.o OpenSLES_IID.o interfaces.o 57 gcc -o $@ $(CFLAGS) part5gen.o OpenSLES_IID.o interfaces.o
|
/frameworks/wilhelm/doc/ |
D | README.txt | 1 … project. This file contains unique interface IDs for all OpenSL-ES API interfaces. These IDs have
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | TransformClassAdapter.java | 68 String signature, String superName, String[] interfaces) { in visit() argument 84 super.visit(version, access, name, signature, superName, interfaces); in visit()
|
D | ClassHasNativeVisitor.java | 50 String superName, String[] interfaces) { in visit() argument
|
D | RenameClassAdapter.java | 232 String superName, String[] interfaces) { in visit() argument 237 super.visit(version, access, name, signature, superName, interfaces); in visit()
|
D | DependencyFinder.java | 399 String signature, String superName, String[] interfaces) { in visit() argument 413 considerNames(interfaces); in visit()
|
D | AsmAnalyzer.java | 462 String signature, String superName, String[] interfaces) { in visit() argument 476 considerNames(interfaces); in visit()
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | abstracting.jd | 45 … 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.…
|
D | index.jd | 46 …ion needs. Learn how to define application-specific, intermediary Java interfaces that abstract th…
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | index.jd | 3 …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/ |
D | AST.cpp | 802 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()
|
D | generate_java_binder.cpp | 32 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()
|
D | AST.h | 347 vector<Type*> interfaces; member
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | index.jd | 15 <li><a href="#interfaces">Interfaces</a></li> 92 …id-sdk>/platforms/} directory. The API includes these key classes, interfaces, and exceptions … 128 <h3 id="interfaces">Interfaces</h3>
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 77 <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/ |
D | index.jd | 62 …<li>The aidl tool converts any <code>.aidl</code> interfaces that you have into Java interfaces.</…
|
/frameworks/base/docs/html/guide/components/ |
D | index.jd | 20 …tible with Android 1.6 or later can use fragments to create tablet-compatible user interfaces. </p>
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | index.jd | 34 lessons here, you will be able to implement smooth scrolling interfaces with a minimum memory
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | index.jd | 34 graphical user interfaces. However, if you want more control of what your application draws on
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 23 // Include the common option parsing interfaces.
|
/frameworks/base/docs/html/guide/webapps/ |
D | webview.jd | 10 <li>You can create interfaces from your JavaScript to your client-side Android code</li> 111 also create interfaces between your application code and your JavaScript code.</p> 144 application, you can create interfaces between your JavaScript code and client-side Android code.
|