HomeSort by relevance Sort by last modified time
    Searched refs:HIDL (Results 1 - 12 of 12) sorted by null

  /system/libvintf/include/vintf/
HalFormat.h 29 HIDL = 0,
35 "hidl",
ManifestHal.h 26 #include <hidl-util/FqInstance.h>
53 HalFormat format = HalFormat::HIDL;
MatrixHal.h 41 HalFormat format = HalFormat::HIDL;
  /hardware/interfaces/camera/provider/
README.md 28 First HIDL version of the camera provider HAL, closely matching the feature set
29 and operation of the pre-HIDL camera HAL module v2.4.
35 First HIDL version of the camara provider HAL callback interface, closely
36 matching the feature set and operation of the pre-HIDL camera HAL module
  /hardware/interfaces/camera/metadata/
README.md 16 HIDL version of the baseline camera metadata interface, required by
  /hardware/interfaces/camera/device/
README.md 23 HIDL version of the legacy camera device HAL. Intended as a shim for devices
24 needing to use the deprecated pre-HIDL camera device HAL v1.0.
26 May be used in HIDL passthrough mode for devices upgrading to the Android O
52 HIDL version of the baseline camera device HAL, required for LIMITED or FULL
73 Closely matches the features and operation of the pre-HIDL camera device HAL
  /system/media/camera/docs/
camera_metadata_tags.mako 80 ${entry.name + " = " | csym,ljust(50)}// ${annotated_type(entry) | ljust(12)} | ${entry.applied_visibility | ljust(12)} | HIDL v${entry.hal_major_version}.${entry.hal_minor_version}
83 ${entry.name + "," | csym,ljust(50)}// ${annotated_type(entry) | ljust(12)} | ${entry.applied_visibility | ljust(12)} | HIDL v${entry.hal_major_version}.${entry.hal_minor_version}
102 ${entry.name | csym}_${val.name | pad(70)}, // HIDL v${val.hal_major_version}.${val.hal_minor_version}
104 ${'%s_%s'%(csym(entry.name), val.name) | pad(70)} = ${val.id}, // HIDL v${val.hal_major_version}.${val.hal_minor_version}
html.mako 207 <th class="th_hal_version">HIDL HAL version</th>
231 <th class="th_hal_version">Initial HIDL HAL version</th>
  /system/security/keystore-engine/
Android.mk 44 # This builds a variant of libkeystore-engine that uses a HIDL HAL
46 LOCAL_MODULE := libkeystore-engine-wifi-hidl
  /system/libvintf/test/
LibVintfTest.cpp 130 vm.add(ManifestHal{HalFormat::HIDL,
136 vm.add(ManifestHal{HalFormat::HIDL,
155 vm.add(ManifestHal{HalFormat::HIDL,
156 "android.hidl.manager",
208 EXPECT_EQ(dump(vm), "hidl/android.hardware.camera/hwbinder/2.0:"
209 "hidl/android.hardware.nfc/passthrough32+64/1.0");
211 EXPECT_EQ(to_string(HalFormat::HIDL), "hidl");
229 expectedManifest.add(ManifestHal{HalFormat::HIDL,
238 " <hal format=\"hidl\" attribuet_might_be_added=\"value\">\n
    [all...]
  /system/libvintf/
parse_xml.cpp 527 if (!parseOptionalAttr(root, "format", HalFormat::HIDL, &object->format, error) ||
652 if (!parseOptionalAttr(root, "format", HalFormat::HIDL, &object->format, error) ||
662 case HalFormat::HIDL: {
664 *error = "HIDL HAL '" + object->name + "' should have <transport> defined.";
    [all...]
  /frameworks/native/cmds/lshal/
ListCommand.cpp 30 #include <android/hidl/manager/1.0/IServiceManager.h>
31 #include <hidl-hash/Hash.h>
32 #include <hidl-util/FQName.h>
46 using ::android::hidl::base::V1_0::DebugInfo;
47 using ::android::hidl::base::V1_0::IBase;
48 using ::android::hidl::manager::V1_0::IServiceManager;
112 fqName.inPackage("android.hidl")) {
190 // and HIDL default code doesn't use it.
392 vintf::HalFormat::HIDL,
421 static Architecture fromBaseArchitecture(::android::hidl::base::V1_0::DebugInfo::Architecture a)
    [all...]

Completed in 130 milliseconds