/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 | 54 HalFormat format = HalFormat::HIDL;
|
/system/media/camera/docs/ |
D | camera_metadata_tags.mako | 80 …ated_type(entry) | ljust(12)} | ${entry.applied_visibility | ljust(12)} | HIDL v${entry.hal_major_… 83 …ated_type(entry) | ljust(12)} | ${entry.applied_visibility | ljust(12)} | HIDL v${entry.hal_major_… 102 …${entry.name | csym}_${val.name | pad(70)}, // HIDL v${val.hal_major_version}.${val.hal_minor_vers… 104 …${'%s_%s'%(csym(entry.name), val.name) | pad(70)} = ${val.id}, // HIDL v${val.hal_major_version}.$…
|
D | html.mako | 207 <th class="th_hal_version">HIDL HAL version</th> 231 <th class="th_hal_version">Initial HIDL HAL version</th>
|
/system/sepolicy/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/sepolicy/prebuilts/api/29.0/public/ |
D | system_suspend_server.te | 1 # Required to export a HIDL interface.
|
/system/libvintf/ |
D | ManifestInstance.cpp | 99 case HalFormat::HIDL: in getSimpleFqInstance() 116 case HalFormat::HIDL: in description()
|
D | MatrixInstance.cpp | 106 case HalFormat::HIDL: in interfaceDescription() 120 case HalFormat::HIDL: in description()
|
D | HalManifest.cpp | 172 case HalFormat::HIDL: in getHalNamesAndVersions() 190 forEachInstanceOfInterface(HalFormat::HIDL, package, v, interfaceName, [&](const auto& e) { in getHidlTransport() 293 if (manifestInstance.format() == HalFormat::HIDL) { in checkUnusedHals() 552 return getInstances(HalFormat::HIDL, package, version, interfaceName); in getHidlInstances() 563 return hasInstance(HalFormat::HIDL, package, version, interfaceName, instance); in hasHidlInstance()
|
D | parse_xml.cpp | 559 if (!parseOptionalAttr(root, "format", HalFormat::HIDL, &object->format, error) || in buildObject() 717 if (!parseOptionalAttr(root, "format", HalFormat::HIDL, &object->format, error) || in buildObject() 727 case HalFormat::HIDL: { in buildObject()
|
/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 | 53 // TODO(b/68433855): allow HIDL java to build in the PDK
|
/system/tools/hidl/metadata/ |
D | Android.bp | 1 // build time C++ available list of all HIDL interfaces in the tree
|
/system/security/keystore-engine/ |
D | Android.bp | 44 // This builds a variant of libkeystore-engine that uses a HIDL HAL
|
/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
|
D | architecture.md | 34 Socket IPC, DBUS, and so on, using languages such as HIDL. On Android, this 35 would be HAL processes that implement HIDL APIs such as
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 142 vm.add(ManifestHal{HalFormat::HIDL, in testDeviceManifest() 148 vm.add(ManifestHal{HalFormat::HIDL, in testDeviceManifest() 167 vm.add(ManifestHal{HalFormat::HIDL, in testFrameworkManfiest() 228 EXPECT_EQ(to_string(HalFormat::HIDL), "hidl"); in TEST_F() 246 expectedManifest.add(ManifestHal{HalFormat::HIDL, in TEST_F() 693 ManifestHal invalidHal{HalFormat::HIDL, in TEST_F() 724 EXPECT_TRUE(add(vm, ManifestHal{HalFormat::HIDL, in TEST_F() 730 EXPECT_TRUE(add(vm, ManifestHal{HalFormat::HIDL, in TEST_F() 736 EXPECT_TRUE(add(vm, ManifestHal{HalFormat::HIDL, in TEST_F() 742 ManifestHal{HalFormat::HIDL, in TEST_F() [all …]
|
/system/security/keystore/ |
D | Android.bp | 240 // Library for keystore clients using the WiFi HIDL interface
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | app_neverallows.te | 130 # 1. HwBinder servers do not perform client authentication because HIDL
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | app_neverallows.te | 125 # 1. HwBinder servers do not perform client authentication because HIDL
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | app_neverallows.te | 153 # 1. HwBinder servers do not perform client authentication because HIDL
|