Home
last modified time | relevance | path

Searched refs:HIDL (Results 1 – 25 of 38) 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.h56 HalFormat format = HalFormat::HIDL;
/system/libvintf/
DManifestInstance.cpp116 case HalFormat::HIDL: in getSimpleFqInstance()
134 case HalFormat::HIDL: in description()
148 case HalFormat::HIDL: in descriptionWithoutPackage()
DMatrixInstance.cpp106 case HalFormat::HIDL: in interfaceDescription()
121 case HalFormat::HIDL: in description()
DHalManifest.cpp181 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()
DVintfObject.cpp916 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/
Dsystem_suspend_server.te1 # Required to export a HIDL interface.
/system/sepolicy/public/
Dsystem_suspend_server.te1 # Required to export a HIDL interface.
/system/sepolicy/prebuilts/api/31.0/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/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.bp70 // TODO(b/68433855): allow HIDL java to build in the PDK
/system/libvintf/analyze_matrix/
Dhals_for_release.py180 HIDL = 0 variable in HalFormat
197 return HalFormat.HIDL if "::" in instance else HalFormat.AIDL
215 if format == HalFormat.HIDL:
/system/libvintf/test/
DVintfFmTest.cpp286 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()
DLibVintfTest.cpp150 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/
DIdleMaint.cpp315 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/
DAndroid.bp1 // build time C++ available list of all HIDL interfaces in the tree
/system/tools/hidl/hidl2aidl/test/1.3/
DIFoo.hal22 * The types in this package are not supported in the Java backend of HIDL
/system/security/keystore/
DAndroid.bp89 // Library for keystore clients using the WiFi HIDL interface
/system/libfmq/
DAndroid.bp64 // Header only lib to share type between HIDL and AIDL MQDescriptor
/system/security/keystore-engine/
DAndroid.bp51 // It used to use a HIDL interface to connect to keystore through wificond.
/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

12