Searched refs:halVersion (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/keymaster/4.0/support/ |
D | Keymaster.cpp | 75 auto& version = keymaster.halVersion(); in operator <<() 112 const auto& versionInfo = halVersion(); in logIfKeymasterVendorError() 134 [](auto& a, auto& b) { return a->halVersion() > b->halVersion(); }); in enumerateAvailableDevices() 148 if (keymaster->halVersion().majorVersion < 4) continue; in getHmacParameters() 170 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()
|
D | QCamera2Factory.h | 53 const char* id, uint32_t halVersion, struct hw_device_t** device); 71 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
|
/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/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | Keymaster.h | 63 virtual const VersionResult& halVersion() const = 0;
|
D | Keymaster3.h | 48 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/libhardware/include/hardware/ |
D | camera_common.h | 1030 uint32_t halVersion, struct hw_device_t** device);
|
/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 | 410 const char* id, uint32_t halVersion, struct hw_device_t** device) { in openLegacy() argument 413 res = mModule->open_legacy(&mModule->common, id, halVersion, device); in openLegacy()
|