Home
last modified time | relevance | path

Searched refs:AIDL (Results 1 – 25 of 38) sorted by relevance

12

/system/tools/aidl/build/
Dmessage_check_equality.txt2 # ERROR: AIDL API change detected #
4 Above AIDL file(s) has changed. Run `m %s-update-api` to reflect the changes
Dmessage_check_integrity.txt2 # ERROR: Modification detected of stable AIDL API file #
4 Above AIDL file(s) has changed, resulting in a different hash. Hash values may
Dmessage_check_equality_release.txt2 # 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
Dmessage_check_compatibility.txt2 # 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/
DManifestInstance.cpp112 case HalFormat::AIDL: { in getSimpleFqInstance()
130 case HalFormat::AIDL: { in description()
144 case HalFormat::AIDL: { in descriptionWithoutPackage()
DMatrixInstance.cpp111 case HalFormat::AIDL: { in interfaceDescription()
126 case HalFormat::AIDL: { in description()
Dutils.cpp38 if (format == HalFormat::AIDL) { in canConvertToFqInstance()
DHalManifest.cpp62 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/
DHalFormat.h31 AIDL, enumerator
/system/libvintf/test/
DVintfFmTest.cpp235 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/
Dhals_for_release.py181 AIDL = 2 variable in HalFormat
197 return HalFormat.HIDL if "::" in instance else HalFormat.AIDL
219 elif format == HalFormat.AIDL:
/system/tools/aidl/metadata/
DAndroid.bp1 // build time C++ available list of all AIDL interfaces in the tree
/system/tools/aidl/tests/lazy_test/
DREADME52 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/
Didmap.te28 # Allow the idmap2d binary to register as a service and communicate via AIDL
Dhal_neuralnetworks.te35 # Define sepolicy for NN AIDL HAL service
/system/sepolicy/prebuilts/api/30.0/public/
Didmap.te28 # Allow the idmap2d binary to register as a service and communicate via AIDL
/system/sepolicy/public/
Didmap.te28 # Allow the idmap2d binary to register as a service and communicate via AIDL
Dhal_neuralnetworks.te35 # Define sepolicy for NN AIDL HAL service
/system/sepolicy/prebuilts/api/29.0/public/
Didmap.te28 # Allow the idmap2d binary to register as a service and communicate via AIDL
/system/libsysprop/srcs/android/sysprop/
DPowerProperties.sysprop19 # power mode as described in the Power HAL AIDL description
/system/netd/server/
DAndroid.bp59 // 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/
DAndroid.bp64 // Header only lib to share type between HIDL and AIDL MQDescriptor
/system/vold/
DIdleMaint.cpp315 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/
DAndroid.bp17 // Stable AIDL interface between update_engine and other APEXes
/system/core/storaged/
DAndroid.bp115 // AIDL interface between storaged and framework.jar

12