Home
last modified time | relevance | path

Searched refs:halVersion (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/keymaster/4.1/support/
DKeymaster.cpp77 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/
DQCamera2Factory.cpp323 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/
Dv4l2_camera_hal.h48 uint32_t halVersion,
Dv4l2_camera_hal.cpp201 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/
DStEseApi.cc34 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/
Dnfc_nci_st21nfc.c45 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/
DKeymaster.h65 virtual const VersionResult& halVersion() const = 0;
DKeymaster3.h44 const VersionResult& halVersion() const override { in halVersion() function
DKeymaster4.h40 const VersionResult& halVersion() const override { in halVersion() function
/hardware/interfaces/camera/common/1.0/default/include/
DCameraModule.h57 int openLegacy(const char* id, uint32_t halVersion, struct hw_device_t** device);
/hardware/st/nfc/1.1/
Dhal_st21nfc.cc46 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/
Dhal_st21nfc.cc52 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/
DQCameraMuxer.h149 const char* id, uint32_t halVersion, struct hw_device_t** device);
DQCameraMuxer.cpp302 const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device) in open_legacy() argument
/hardware/interfaces/camera/common/1.0/default/
DCameraModule.cpp400 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()