/hardware/interfaces/keymaster/4.1/support/ |
D | Keymaster.cpp | 77 auto& version = keymaster.halVersion(); in operator <<() 113 const auto& versionInfo = halVersion(); in logIfKeymasterVendorError() 135 [](auto& a, auto& b) { return a->halVersion() > b->halVersion(); }); in enumerateAvailableDevices() 149 if (keymaster->halVersion().majorVersion < 4) continue; in getHmacParameters() 171 if (keymaster->halVersion().majorVersion < 4) continue; in computeHmac()
|
/hardware/qcom/camera/msm8998/QCamera2/ |
D | QCamera2Factory.cpp | 323 const char* id, uint32_t halVersion, struct hw_device_t** device) in QCamera2Factory() argument 337 rc = gQCameraMuxer->open_legacy(module, id, halVersion, device); in QCamera2Factory() 340 rc = gQCamera2Factory->openLegacy(atoi(id), halVersion, device); in QCamera2Factory() 564 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) in QCamera2Factory() argument 568 LOGI("openLegacy halVersion: %d cameraId = %d", halVersion, cameraId); in QCamera2Factory() 573 switch(halVersion) in QCamera2Factory() 594 halVersion, cameraId); in QCamera2Factory()
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_camera_hal.h | 48 uint32_t halVersion,
|
D | v4l2_camera_hal.cpp | 201 uint32_t halVersion, in open_legacy() argument 203 return gCameraHAL.openLegacy(module, id, halVersion, device); in open_legacy()
|
/hardware/st/secure_element/ese-spi-driver/ |
D | StEseApi.cc | 34 const char* halVersion = "ST54-SE HAL1.0 Version 1.0.22"; variable 73 STLOG_HAL_D("%s : SteSE_open Enter halVersion = %s ", __func__, halVersion); in StEse_init()
|
/hardware/st/nfc/1.0/ |
D | nfc_nci_st21nfc.c | 45 char* halVersion = "ST21NFC NCI Version 3.0.5"; variable 68 STLOG_HAL_D("NFC-NCI HAL: %s %s", __func__, halVersion); in hal_open()
|
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/ |
D | Keymaster.h | 65 virtual const VersionResult& halVersion() const = 0;
|
D | Keymaster3.h | 44 const VersionResult& halVersion() const override { in halVersion() function
|
D | Keymaster4.h | 40 const VersionResult& halVersion() const override { in halVersion() function
|
/hardware/interfaces/camera/common/1.0/default/include/ |
D | CameraModule.h | 57 int openLegacy(const char* id, uint32_t halVersion, struct hw_device_t** device);
|
/hardware/st/nfc/1.1/ |
D | hal_st21nfc.cc | 46 const char* halVersion = "ST21NFC HAL1.1 Version 3.1.16"; variable 278 STLOG_HAL_D("HAL st21nfc: %s %s", __func__, halVersion); in StNfc_hal_open()
|
/hardware/st/nfc/1.2/ |
D | hal_st21nfc.cc | 52 const char* halVersion = "ST21NFC HAL1.2 Version 3.2.53"; variable 285 STLOG_HAL_D("HAL st21nfc: %s %s", __func__, halVersion); in StNfc_hal_open()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMuxer.h | 149 const char* id, uint32_t halVersion, struct hw_device_t** device);
|
D | QCameraMuxer.cpp | 302 const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device) in open_legacy() argument
|
/hardware/interfaces/camera/common/1.0/default/ |
D | CameraModule.cpp | 400 const char* id, uint32_t halVersion, struct hw_device_t** device) { in openLegacy() argument 403 res = mModule->open_legacy(&mModule->common, id, halVersion, device); in openLegacy()
|