Home
last modified time | relevance | path

Searched refs:getHalDeviceVersion (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/sensors/1.0/default/
H A DSensors.cpp98 CHECK_GE(getHalDeviceVersion(), SENSORS_DEVICE_API_VERSION_1_3); in Sensors()
100 if (getHalDeviceVersion() == SENSORS_DEVICE_API_VERSION_1_4) { in Sensors()
135 int Sensors::getHalDeviceVersion() const { in getHalDeviceVersion() function in android::hardware::sensors::V1_0::implementation::Sensors
144 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_4 in setOperationMode()
252 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_4 in injectSensorData()
H A DSensors.h72 int getHalDeviceVersion() const;
/aosp12/frameworks/native/services/sensorservice/
H A DSensorInterface.cpp35 mSensor(&sensor, mSensorDevice.getHalDeviceVersion()) { in BaseSensor()
40 mSensor(sensor, Sensor::uuid_t(uuid), mSensorDevice.getHalDeviceVersion()) { in BaseSensor()
H A DSensorDevice.h88 int getHalDeviceVersion() const;
H A DSensorService.cpp909 const int halVersion = device.getHalDeviceVersion(); in threadLoop()
1896 const int halVersion = dev.getHalDeviceVersion(); in flushSensor()
H A DSensorDevice.cpp848 int SensorDevice::getHalDeviceVersion() const { in getHalDeviceVersion() function in android::SensorDevice