/system/libvintf/include/vintf/ |
D | HalGroup.h | 77 return forEachInstance(HalFormat::HIDL, func); in forEachHidlInstance() 105 return forEachInstanceOfPackage(HalFormat::HIDL, package, func); in forEachHidlInstanceOfPackage() 140 return forEachInstanceOfVersion(HalFormat::HIDL, package, expectVersion, func); in forEachHidlInstanceOfVersion() 149 return forEachInstanceOfInterface(HalFormat::HIDL, package, expectVersion, interface, func); in forEachHidlInstanceOfInterface()
|
D | HalFormat.h | 29 HIDL = 0, enumerator
|
D | MatrixInstance.h | 78 HalFormat mFormat = HalFormat::HIDL;
|
D | MatrixHal.h | 41 HalFormat format = HalFormat::HIDL;
|
D | ManifestHal.h | 56 HalFormat format = HalFormat::HIDL;
|
/system/libvintf/ |
D | ManifestInstance.cpp | 116 case HalFormat::HIDL: in getSimpleFqInstance() 134 case HalFormat::HIDL: in description() 148 case HalFormat::HIDL: in descriptionWithoutPackage()
|
D | MatrixInstance.cpp | 106 case HalFormat::HIDL: in interfaceDescription() 121 case HalFormat::HIDL: in description()
|
D | HalManifest.cpp | 181 case HalFormat::HIDL: in getHalNamesAndVersions() 199 forEachInstanceOfInterface(HalFormat::HIDL, package, v, interfaceName, [&](const auto& e) { in getHidlTransport() 302 if (manifestInstance.format() == HalFormat::HIDL) { in checkUnusedHals() 576 return getInstances(HalFormat::HIDL, package, version, interfaceName); in getHidlInstances() 593 return hasInstance(HalFormat::HIDL, package, version, interfaceName, instance); in hasHidlInstance()
|
D | VintfObject.cpp | 916 HalFormat::HIDL, package, version, interface, in checkDeprecation() 1125 case HalFormat::HIDL: { in checkMissingHalsInMatrices() 1196 case HalFormat::HIDL: { in checkMatrixHalsHasDefinition()
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | system_suspend_server.te | 1 # Required to export a HIDL interface.
|
/system/sepolicy/public/ |
D | system_suspend_server.te | 1 # Required to export a HIDL interface.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | system_suspend_server.te | 1 # Required to export a HIDL interface.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | system_suspend_server.te | 1 # Required to export a HIDL interface.
|
/system/tools/hidl/ |
D | README.md | 6 hidl-gen is a compiler for the HIDL (HAL Interface Design Language) which generates 42 of how to generate HIDL makefiles (using the -Landroidbp option).
|
D | Android.bp | 70 // TODO(b/68433855): allow HIDL java to build in the PDK
|
/system/libvintf/analyze_matrix/ |
D | hals_for_release.py | 180 HIDL = 0 variable in HalFormat 197 return HalFormat.HIDL if "::" in instance else HalFormat.AIDL 215 if format == HalFormat.HIDL:
|
/system/libvintf/test/ |
D | VintfFmTest.cpp | 286 auto xml3 = createMatrixHal(HalFormat::HIDL, "android.frameworks.no_level") + in SetUpFiles() 288 auto xml2 = xml3 + createMatrixHal(HalFormat::HIDL, "android.frameworks.level2") + in SetUpFiles() 290 auto xml1 = xml2 + createMatrixHal(HalFormat::HIDL, "android.frameworks.level1") + in SetUpFiles()
|
D | LibVintfTest.cpp | 150 vm.add(ManifestHal{HalFormat::HIDL, in testDeviceManifest() 156 vm.add(ManifestHal{HalFormat::HIDL, in testDeviceManifest() 175 vm.add(ManifestHal{HalFormat::HIDL, in testFrameworkManfiest() 236 EXPECT_EQ(to_string(HalFormat::HIDL), "hidl"); in TEST_F() 254 expectedManifest.add(ManifestHal{HalFormat::HIDL, in TEST_F() 700 ManifestHal invalidHal{HalFormat::HIDL, in TEST_F() 731 EXPECT_TRUE(add(vm, ManifestHal{HalFormat::HIDL, in TEST_F() 737 EXPECT_TRUE(add(vm, ManifestHal{HalFormat::HIDL, in TEST_F() 743 EXPECT_TRUE(add(vm, ManifestHal{HalFormat::HIDL, in TEST_F() 749 ManifestHal{HalFormat::HIDL, in TEST_F() [all …]
|
/system/vold/ |
D | IdleMaint.cpp | 315 enum class IDL { HIDL, AIDL }; enumerator 317 return os << (idl == IDL::HIDL ? "HIDL" : "AIDL"); in operator <<() 360 class HGcCallbackImpl : public HGarbageCollectCallback, public GcCallbackImpl<IDL::HIDL, HResult> { 397 runDevGcOnHal<IDL::HIDL>(hidl_service, sp<HGcCallbackImpl>(new HGcCallbackImpl()), in runDevGc()
|
/system/tools/hidl/metadata/ |
D | Android.bp | 1 // build time C++ available list of all HIDL interfaces in the tree
|
/system/tools/hidl/hidl2aidl/test/1.3/ |
D | IFoo.hal | 22 * The types in this package are not supported in the Java backend of HIDL
|
/system/security/keystore/ |
D | Android.bp | 89 // Library for keystore clients using the WiFi HIDL interface
|
/system/libfmq/ |
D | Android.bp | 64 // Header only lib to share type between HIDL and AIDL MQDescriptor
|
/system/security/keystore-engine/ |
D | Android.bp | 51 // It used to use a HIDL interface to connect to keystore through wificond.
|
/system/bt/gd/docs/architecture/ |
D | style_guide.md | 71 * All Android devices that use HIDL 113 * hci_hal_android_hidl.cc: implementation of hci_hal.h using Android HIDL 114 * hci_hal_android_hidl_test.cc: unit tests for the Android HIDL
|