/system/tools/aidl/build/ |
D | message_check_equality.txt | 2 # ERROR: AIDL API change detected # 4 Above AIDL file(s) has changed. Run `m %s-update-api` to reflect the changes
|
D | message_check_integrity.txt | 2 # ERROR: Modification detected of stable AIDL API file # 4 Above AIDL file(s) has changed, resulting in a different hash. Hash values may
|
D | message_check_equality_release.txt | 2 # ERROR: AIDL API change detected on a released platform # 4 Above AIDL file(s) has changed and this is NEVER allowed on a release platform
|
D | message_check_compatibility.txt | 2 # ERROR: Backward incompatible change detected on AIDL API # 4 Above AIDL file(s) has changed in a backward-incompatible way, e.g. removing
|
/system/libvintf/ |
D | ManifestInstance.cpp | 112 case HalFormat::AIDL: { in getSimpleFqInstance() 130 case HalFormat::AIDL: { in description() 144 case HalFormat::AIDL: { in descriptionWithoutPackage()
|
D | MatrixInstance.cpp | 111 case HalFormat::AIDL: { in interfaceDescription() 126 case HalFormat::AIDL: { in description()
|
D | utils.cpp | 38 if (format == HalFormat::AIDL) { in canConvertToFqInstance()
|
D | HalManifest.cpp | 62 if (hal.format == HalFormat::AIDL) { in addingConflictingMajorVersion() 186 case HalFormat::AIDL: in getHalNamesAndVersions() 586 return getInstances(HalFormat::AIDL, package, {details::kFakeAidlMajorVersion, version}, in getAidlInstances() 603 return hasInstance(HalFormat::AIDL, package, {details::kFakeAidlMajorVersion, version}, in hasAidlInstance()
|
/system/libvintf/include/vintf/ |
D | HalFormat.h | 31 AIDL, enumerator
|
/system/libvintf/test/ |
D | VintfFmTest.cpp | 235 if (format != HalFormat::AIDL) { in createMatrixHal() 238 auto interface = format == HalFormat::AIDL ? "IAidl" : "IHidl"; in createMatrixHal() 287 createMatrixHal(HalFormat::AIDL, "android.frameworks.no_level"); in SetUpFiles() 289 createMatrixHal(HalFormat::AIDL, "android.frameworks.level2"); in SetUpFiles() 291 createMatrixHal(HalFormat::AIDL, "android.frameworks.level1"); in SetUpFiles()
|
/system/libvintf/analyze_matrix/ |
D | hals_for_release.py | 181 AIDL = 2 variable in HalFormat 197 return HalFormat.HIDL if "::" in instance else HalFormat.AIDL 219 elif format == HalFormat.AIDL:
|
/system/tools/aidl/metadata/ |
D | Android.bp | 1 // build time C++ available list of all AIDL interfaces in the tree
|
/system/tools/aidl/tests/lazy_test/ |
D | README | 52 The AIDL interface for the service, this will generate code that clients can use to interact with 65 static_libs - The AIDL interface
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | idmap.te | 28 # Allow the idmap2d binary to register as a service and communicate via AIDL
|
D | hal_neuralnetworks.te | 35 # Define sepolicy for NN AIDL HAL service
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | idmap.te | 28 # Allow the idmap2d binary to register as a service and communicate via AIDL
|
/system/sepolicy/public/ |
D | idmap.te | 28 # Allow the idmap2d binary to register as a service and communicate via AIDL
|
D | hal_neuralnetworks.te | 35 # Define sepolicy for NN AIDL HAL service
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | idmap.te | 28 # Allow the idmap2d binary to register as a service and communicate via AIDL
|
/system/libsysprop/srcs/android/sysprop/ |
D | PowerProperties.sysprop | 19 # power mode as described in the Power HAL AIDL description
|
/system/netd/server/ |
D | Android.bp | 59 // AIDL interface that callers can implement to receive networking events from netd. 71 // Add new AIDL classes in android.net.netd.aidl to consist with other network modules. 80 // either outside the system server or use jarjar to rename the generated AIDL classes.
|
/system/libfmq/ |
D | Android.bp | 64 // Header only lib to share type between HIDL and AIDL MQDescriptor
|
/system/vold/ |
D | IdleMaint.cpp | 315 enum class IDL { HIDL, AIDL }; enumerator 353 public GcCallbackImpl<IDL::AIDL, AResult> { 386 runDevGcOnHal<IDL::AIDL>(aidl_service, ndk::SharedRefBase::make<AGcCallbackImpl>(), in runDevGc()
|
/system/update_engine/stable/ |
D | Android.bp | 17 // Stable AIDL interface between update_engine and other APEXes
|
/system/core/storaged/ |
D | Android.bp | 115 // AIDL interface between storaged and framework.jar
|