Home
last modified time | relevance | path

Searched defs:halVersion (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/native/libs/sensor/
H A DSensor.cpp44 Sensor::Sensor(struct sensor_t const* hwSensor, int halVersion) : in Sensor()
48 Sensor::Sensor(struct sensor_t const& hwSensor, const uuid_t& uuid, int halVersion) : in Sensor()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/
H A DQCamera2Factory.cpp323 const char* id, uint32_t halVersion, struct hw_device_t** device) in QCamera2Factory()
564 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) in QCamera2Factory()
/aosp12/hardware/st/secure_element/ese-spi-driver/
H A DStEseApi.cc34 const char* halVersion = "ST54-SE HAL1.0 Version 1.0.22"; variable
/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
H A DKeymaster3.h44 const VersionResult& halVersion() const override { in halVersion() function
H A DKeymaster4.h40 const VersionResult& halVersion() const override { in halVersion() function
/aosp12/hardware/st/nfc/1.0/
H A Dnfc_nci_st21nfc.c45 char* halVersion = "ST21NFC NCI Version 3.0.5"; variable
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_camera_hal.cpp201 uint32_t halVersion, in open_legacy()
/aosp12/hardware/st/nfc/1.1/
H A Dhal_st21nfc.cc46 const char* halVersion = "ST21NFC HAL1.1 Version 3.1.16"; variable
/aosp12/frameworks/av/services/audioflinger/
H A DDeviceEffectManager.cpp129 float halVersion = effectsFactory->getHalVersion(); in checkEffectCompatibility() local
/aosp12/hardware/st/nfc/1.2/
H A Dhal_st21nfc.cc52 const char* halVersion = "ST21NFC HAL1.2 Version 3.2.53"; variable
/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyUtils.cpp158 static Version convert(HalVersion halVersion) { in convert()
572 static int validateHalVersion(ANeuralNetworksOperationType opType, HalVersion halVersion, in validateHalVersion()
736 HalVersion halVersion, const SubgraphValidationHelper& helper) { in validateOperation()
H A DTypeUtils.cpp897 std::ostream& operator<<(std::ostream& os, const HalVersion& halVersion) { in operator <<()
H A DLegacyHalUtils.cpp192 static int validateHalVersion(ANeuralNetworksOperationType opType, HalVersion halVersion, in validateHalVersion()
206 const std::vector<Operand>& operands, HalVersion halVersion) { in validateOperation()
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DCameraModule.cpp400 const char* id, uint32_t halVersion, struct hw_device_t** device) { in openLegacy()
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DTestRandomGraph.cpp462 #define TEST_SINGLE_OPERATION(operation, halVersion, criteria) \ argument
/aosp12/frameworks/base/core/java/android/hardware/usb/
H A DUsbManager.java1410 String halVersion; in usbGadgetHalVersionToString() local
/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.cpp909 const int halVersion = device.getHalDeviceVersion(); in threadLoop() local
1896 const int halVersion = dev.getHalDeviceVersion(); in flushSensor() local
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java591 GnssConfiguration.HalInterfaceVersion halVersion = in handleRequestLocation() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMuxer.cpp302 const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device) in open_legacy()
/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp1303 auto halVersion = kmDevice->halVersion(); in enumerateKeymasterDevices() local
/aosp12/frameworks/base/core/java/android/hardware/
H A DCamera.java461 public static Camera openLegacy(int cameraId, int halVersion) { in openLegacy()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java459 public void setCompatVersion(int rilRequest, @NonNull HalVersion halVersion) { in setCompatVersion()