Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/support/
DKeymaster.cpp75 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/
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()
DQCamera2Factory.h53 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/
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/interfaces/keymaster/4.0/support/include/keymasterV4_0/
DKeymaster.h63 virtual const VersionResult& halVersion() const = 0;
DKeymaster3.h48 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/libhardware/include/hardware/
Dcamera_common.h1030 uint32_t halVersion, struct hw_device_t** device);
/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.cpp410 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()