Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.cpp96 getHalDeviceVersion()); in dump()
187 const int halVersion = getHalDeviceVersion(); in activate()
225 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_1 && info.numActiveClients() > 0) { in activate()
243 const int halVersion = getHalDeviceVersion(); in batch()
324 int SensorDevice::getHalDeviceVersion() const { in getHalDeviceVersion() function in android::SensorDevice
330 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_1) { in flush()
350 const int halVersion = getHalDeviceVersion(); in enableAllSensors()
411 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_4) { in injectSensorData()
418 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_4) { in setMode()
DSensorInterface.cpp34 mSensor(&sensor, mSensorDevice.getHalDeviceVersion()) { in BaseSensor()
39 mSensor(sensor, Sensor::uuid_t(uuid), mSensorDevice.getHalDeviceVersion()) { in BaseSensor()
DSensorDevice.h41 int getHalDeviceVersion() const;
DSensorService.cpp491 const int halVersion = device.getHalDeviceVersion(); in threadLoop()
1197 const int halVersion = dev.getHalDeviceVersion(); in flushSensor()