Home
last modified time | relevance | path

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

1234

/frameworks/base/core/java/android/hardware/usb/
DUsbDevice.java55 int Class, int subClass, int protocol, Parcelable[] interfaces) { in UsbDevice() argument
62 mInterfaces = interfaces; in UsbDevice()
185 Parcelable[] interfaces = in.readParcelableArray(UsbInterface.class.getClassLoader());
186 return new UsbDevice(name, vendorId, productId, clasz, subClass, protocol, interfaces);
/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/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DTransformClassAdapter.java69 String signature, String superName, String[] interfaces) { in visit() argument
85 super.visit(version, access, name, signature, superName, interfaces); in visit()
DClassHasNativeVisitor.java46 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.java460 String signature, String superName, String[] interfaces) { in visit() argument
474 considerNames(interfaces); in visit()
/frameworks/base/tools/aidl/
DAST.cpp744 N = this->interfaces.size(); in GatherTypes()
746 types->insert(this->interfaces[i]); in GatherTypes()
784 N = this->interfaces.size(); in Write()
792 fprintf(to, " %s", this->interfaces[i]->QualifiedName().c_str()); in Write()
Dgenerate_java.cpp69 this->interfaces.push_back(interfaceType); in StubClass()
202 this->interfaces.push_back(interfaceType); in ProxyClass()
592 interface->interfaces.push_back(IINTERFACE_TYPE); in generate_interface_class()
DAST.h325 vector<Type*> interfaces; member
/frameworks/base/docs/html/guide/developing/building/
Dindex.jd62 …<li>The aidl tool converts any <code>.aidl</code> interfaces that you have into Java interfaces.</…
/frameworks/compile/slang/
DRSCCOptions.td23 // Include the common option parsing interfaces.
/frameworks/base/docs/html/guide/topics/testing/
Dindex.jd20 user interfaces.
/frameworks/base/docs/html/resources/dashboard/
Dscreens.jd41 you design your user interfaces for different screen configurations, Android divides the range of
/frameworks/base/docs/html/guide/topics/graphics/
Dindex.jd26 for a wide array of user interfaces. You can also extend these widgets to modify the way they
Dopengl.jd75 Kit (NDK). This topic focuses on the Android framework interfaces. For more information about the
143 1.0/1.1 classes and better performance than the javax.microedition.khronos package interfaces.
503 performance graphics interfaces for creating 3D games, visualizations and user interfaces. Graphics
/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.
/frameworks/base/docs/html/guide/basics/
Dbuilding-blocks.jd36 Android user interfaces are comprised of trees of Views. If you want to
/frameworks/base/docs/html/guide/topics/ui/
Dui-events.jd33 a collection of nested interfaces with callbacks that you can much more easily define. These interf…
49 <p>Included in the event listener interfaces are the following callback methods:</p>
/frameworks/base/docs/html/resources/articles/
Dlayout-tricks-reuse.jd8 complex and useful interfaces. However applications often need higher-level
Dlayout-tricks-efficiency.jd11 way to create user interfaces. A common example is the abuse of
/frameworks/base/docs/html/guide/topics/fundamentals/
Dloaders.jd59 <p>There are multiple classes and interfaces that may be involved in using
114 <p>The classes and interfaces in the above table are the essential components
120 classes and interfaces in an application.</p>
/frameworks/base/docs/html/guide/developing/tools/
Daidl.jd117 AIDL-generated interfaces.</p>
132 list or one of the other AIDL-generated interfaces or parcelables you've declared. A {@link
141 list or one of the other AIDL-generated interfaces or parcelables you've declared. Generic maps,
/frameworks/base/docs/html/guide/topics/usb/
Dhost.jd66 information, interfaces, and endpoints.</td>
73 device. A device can have one or more interfaces on which to communicate on.</td>
/frameworks/base/docs/html/guide/developing/debugging/
Dindex.jd97 <dd>Graphical programs that let you debug and profile user interfaces.</dd>
/frameworks/base/
Dpreloaded-classes1231 com.android.org.bouncycastle.jce.interfaces.BCKeyStore
1232 com.android.org.bouncycastle.jce.interfaces.ConfigurableProvider
1555 java.security.interfaces.DSAKey
1556 java.security.interfaces.DSAPublicKey
1557 java.security.interfaces.RSAKey
1558 java.security.interfaces.RSAPublicKey

1234