Home
last modified time | relevance | path

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

123456789

/frameworks/base/core/java/android/hardware/usb/
DUsbConfiguration.java136 public void setInterfaces(Parcelable[] interfaces) { in setInterfaces() argument
137 mInterfaces = interfaces; in setInterfaces()
160 Parcelable[] interfaces = in.readParcelableArray(UsbInterface.class.getClassLoader());
162 configuration.setInterfaces(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/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DAbstractClassAdapter.java170 String superName, String[] interfaces) { in visit() argument
174 if (interfaces != null) { in visit()
175 for (int i = 0; i < interfaces.length; ++i) { in visit()
176 interfaces[i] = renameInternalType(interfaces[i]); in visit()
191 super.visit(version, access, name, signature, superName, interfaces); in visit()
DTransformClassAdapter.java64 String signature, String superName, String[] interfaces) { in visit() argument
75 super.visit(version, access, name, signature, superName, interfaces); in visit()
DClassHasNativeVisitor.java50 String superName, String[] interfaces) { in visit() argument
DDependencyFinder.java399 String signature, String superName, String[] interfaces) { in visit() argument
413 considerNames(interfaces); in visit()
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreProvider.java34 import java.security.interfaces.ECKey;
35 import java.security.interfaces.ECPublicKey;
36 import java.security.interfaces.RSAKey;
37 import java.security.interfaces.RSAPublicKey;
DAndroidKeyStoreRSAPrivateKey.java21 import java.security.interfaces.RSAKey;
DAndroidKeyStoreECPrivateKey.java20 import java.security.interfaces.ECKey;
DAndroidKeyStoreRSAPublicKey.java20 import java.security.interfaces.RSAPublicKey;
DAndroidKeyStoreECPublicKey.java19 import java.security.interfaces.ECPublicKey;
/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/wilhelm/doc/
DREADME.txt1 … project. This file contains unique interface IDs for all OpenSL-ES API interfaces. These IDs have
/frameworks/base/keystore/tests/src/android/security/keystore/
DAndroidKeyPairGeneratorTest.java36 import java.security.interfaces.ECKey;
37 import java.security.interfaces.ECPublicKey;
38 import java.security.interfaces.RSAKey;
39 import java.security.interfaces.RSAPublicKey;
/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.jd46 …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()
/frameworks/base/docs/html/tools/help/uiautomator/
Dindex.jd15 <li><a href="#interfaces">Interfaces</a></li>
103 …id-sdk&gt;/platforms/} directory. The API includes these key classes, interfaces, and exceptions …
144 <h3 id="interfaces">Interfaces</h3>
/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/design/tv/
Dprinciples.jd35 immersion. Avoid making users enter text whenever possible, and use voice interfaces when you
/frameworks/base/docs/html/sdk/installing/
Dstudio-build.jd68 …<li>The aidl tool converts any <code>.aidl</code> interfaces that you have into Java interfaces.</…
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DAsmGeneratorTest.java497 String superName, String[] interfaces) { in visit() argument
502 super.visit(version, access, name, signature, superName, interfaces); in visit()

123456789