/aosp14/frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/ |
H A D | AncestorCollector.kt | 22 data class Ancestors(val superName: String?, val interfaces: List<String>?) 34 superName: String?, interfaces: Array<out String>?) { 37 val old = _ancestors.put(name, Ancestors(superName, interfaces?.toList())) 42 super.visit(version, access, name, signature, superName, interfaces)
|
H A D | ParcelableDetector.kt | 61 val seq = (cAncestors.interfaces?.asSequence() ?: emptySequence()) +
|
/aosp14/frameworks/base/core/java/android/hardware/usb/ |
H A D | UsbConfiguration.java | 151 public void setInterfaces(@NonNull Parcelable[] interfaces) { in setInterfaces() argument 152 mInterfaces = Preconditions.checkArrayElementsNotNull(interfaces, "interfaces"); in setInterfaces() 175 Parcelable[] interfaces = in.readParcelableArray( 178 configuration.setInterfaces(interfaces);
|
/aosp14/system/core/init/ |
H A D | interface_utils.cpp | 63 Result<void> CheckInterfaceInheritanceHierarchy(const std::set<FQName>& interfaces, in CheckInterfaceInheritanceHierarchy() argument 66 for (const FQName& intf : interfaces) { in CheckInterfaceInheritanceHierarchy() 77 interfaces.begin(), interfaces.end(), in CheckInterfaceInheritanceHierarchy()
|
H A D | interface_utils.h | 37 Result<void> CheckInterfaceInheritanceHierarchy(const std::set<android::FQName>& interfaces,
|
H A D | service_list.h | 72 if (svc->interfaces().count(interface_name) > 0) { in FindInterface()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
H A D | sysui.md | 13 defined interfaces to SysUI. 26 3) SysUI explicitly passes interfaces provided from the `WMComponent` to `SysUIComponent` via 30 interfaces provided by the Shell and the rest of SystemUI. 31 5) SysUI can inject the interfaces into its own components 41 As a result, we enforce explicit interfaces between SysUI and Shell components, and the 42 implementations of the interfaces on each side need to post to the right thread before it calls
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/ |
H A D | ImtConflictPerfTestGen.py | 111 interfaces = ", ".join(["I{}".format(j) for j in range(i+1)]) variable 112 print(" static class C{} implements {} {{}}".format(i, interfaces))
|
/aosp14/frameworks/base/tools/sdkparcelables/tests/com/android/sdkparcelables/ |
H A D | ParcelableDetectorTest.kt | 71 private fun testAncestors(name: String, superName: String?, vararg interfaces: String): Pair<String… 72 return Pair(name, Ancestors(superName, interfaces.toList()))
|
/aosp14/frameworks/base/services/core/java/com/android/server/health/ |
H A D | OWNERS | 1 file:platform/hardware/interfaces:/health/aidl/OWNERS
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/health/ |
H A D | OWNERS | 1 file:platform/hardware/interfaces:/health/aidl/OWNERS
|
/aosp14/system/core/init/test_utils/ |
H A D | service_utils.cpp | 50 result[service->name()] = service->interfaces(); in GetOnDeviceServiceInterfacesMap()
|
/aosp14/frameworks/base/ |
H A D | Android.bp | 342 "hardware/interfaces/biometrics/common/aidl", 343 "hardware/interfaces/biometrics/fingerprint/aidl", 344 "hardware/interfaces/graphics/common/aidl", 345 "hardware/interfaces/keymaster/aidl", 346 "system/hardware/interfaces/media/aidl", 631 "hardware/interfaces/biometrics/common/aidl", 632 "hardware/interfaces/biometrics/fingerprint/aidl", 633 "hardware/interfaces/graphics/common/aidl", 634 "hardware/interfaces/keymaster/aidl", 635 "system/hardware/interfaces/media/aidl",
|
/aosp14/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreEdECPrivateKey.java | 25 import java.security.interfaces.EdECKey;
|
H A D | AndroidKeyStoreXDHPrivateKey.java | 25 import java.security.interfaces.XECPrivateKey;
|
H A D | AndroidKeyStoreECPrivateKey.java | 26 import java.security.interfaces.ECKey;
|
H A D | AndroidKeyStoreRSAPrivateKey.java | 27 import java.security.interfaces.RSAKey;
|
H A D | AndroidKeyStoreRSAPublicKey.java | 26 import java.security.interfaces.RSAPublicKey;
|
H A D | AndroidKeyStoreXDHPublicKey.java | 25 import java.security.interfaces.XECPublicKey;
|
H A D | AndroidKeyStoreECPublicKey.java | 27 import java.security.interfaces.ECPublicKey;
|
H A D | AndroidKeyStoreEdECPublicKey.java | 25 import java.security.interfaces.EdECPublicKey;
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/ |
H A D | OWNERS | 7 per-file BatteryServiceTest.java = file:platform/hardware/interfaces:/health/aidl/OWNERS
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | plugins.md | 4 …avior of SystemUI at runtime. This is done by creating a basic set of interfaces that the plugins… 16 All interfaces need to be independent and not reference classes from SysUI. They should be placed … 19 The most important part of interfaces is the version included in them. Every time the interface ch… 178 …rimental directory. However if you recently changed one of the plugin interfaces, you might want … 188 …s are compiled against a set of relatively stable (and version tagged) interfaces, that the implem… 220 …ementations of the interfaces allows them to be more stable. Some version changes can be avoided …
|
/aosp14/frameworks/base/core/java/android/net/vcn/persistablebundleutils/ |
H A D | CertUtils.java | 26 import java.security.interfaces.RSAPrivateKey;
|
/aosp14/frameworks/base/native/webview/loader/ |
H A D | Android.bp | 16 // This package provides the system interfaces required to load WebView.
|