Searched refs:getHalDeviceVersion (Results 1 – 4 of 4) sorted by relevance
96 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::SensorDevice330 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()
34 mSensor(&sensor, mSensorDevice.getHalDeviceVersion()) { in BaseSensor()39 mSensor(sensor, Sensor::uuid_t(uuid), mSensorDevice.getHalDeviceVersion()) { in BaseSensor()
41 int getHalDeviceVersion() const;
491 const int halVersion = device.getHalDeviceVersion(); in threadLoop()1197 const int halVersion = dev.getHalDeviceVersion(); in flushSensor()