Home
last modified time | relevance | path

Searched refs:HIDL (Results 1 – 25 of 33) sorted by relevance

12

/system/libvintf/include/vintf/
DHalGroup.h77 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()
DHalFormat.h29 HIDL = 0, enumerator
DMatrixInstance.h78 HalFormat mFormat = HalFormat::HIDL;
DMatrixHal.h41 HalFormat format = HalFormat::HIDL;
DManifestHal.h54 HalFormat format = HalFormat::HIDL;
/system/media/camera/docs/
Dcamera_metadata_tags.mako80 …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}.$…
Dhtml.mako207 <th class="th_hal_version">HIDL HAL version</th>
231 <th class="th_hal_version">Initial HIDL HAL version</th>
/system/sepolicy/public/
Dsystem_suspend_server.te1 # Required to export a HIDL interface.
/system/sepolicy/prebuilts/api/30.0/public/
Dsystem_suspend_server.te1 # Required to export a HIDL interface.
/system/sepolicy/prebuilts/api/29.0/public/
Dsystem_suspend_server.te1 # Required to export a HIDL interface.
/system/libvintf/
DManifestInstance.cpp99 case HalFormat::HIDL: in getSimpleFqInstance()
116 case HalFormat::HIDL: in description()
DMatrixInstance.cpp106 case HalFormat::HIDL: in interfaceDescription()
120 case HalFormat::HIDL: in description()
DHalManifest.cpp172 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()
Dparse_xml.cpp559 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/
DREADME.md6 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).
DAndroid.bp53 // TODO(b/68433855): allow HIDL java to build in the PDK
/system/tools/hidl/metadata/
DAndroid.bp1 // build time C++ available list of all HIDL interfaces in the tree
/system/security/keystore-engine/
DAndroid.bp44 // This builds a variant of libkeystore-engine that uses a HIDL HAL
/system/bt/gd/docs/architecture/
Dstyle_guide.md71 * 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
Darchitecture.md34 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/
DLibVintfTest.cpp142 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/
DAndroid.bp240 // Library for keystore clients using the WiFi HIDL interface
/system/sepolicy/prebuilts/api/27.0/private/
Dapp_neverallows.te130 # 1. HwBinder servers do not perform client authentication because HIDL
/system/sepolicy/prebuilts/api/26.0/private/
Dapp_neverallows.te125 # 1. HwBinder servers do not perform client authentication because HIDL
/system/sepolicy/prebuilts/api/28.0/private/
Dapp_neverallows.te153 # 1. HwBinder servers do not perform client authentication because HIDL

12