Searched refs:getHalDeviceVersion (Results 1 – 4 of 4) sorted by relevance
82 result.appendFormat("halVersion 0x%08x\n", getHalDeviceVersion()); in dump()172 const int halVersion = getHalDeviceVersion(); in activate()210 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_1 && info.numActiveClients() > 0) { in activate()228 const int halVersion = getHalDeviceVersion(); in batch()310 int SensorDevice::getHalDeviceVersion() const { in getHalDeviceVersion() function in android::SensorDevice316 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_1) { in flush()336 const int halVersion = getHalDeviceVersion(); in enableAllSensors()397 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_4) { in injectSensorData()404 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_4) { in setMode()
33 mSensor(&sensor, mSensorDevice.getHalDeviceVersion()) in HardwareSensor()
93 int getHalDeviceVersion() const;
476 const int halVersion = device.getHalDeviceVersion(); in threadLoop()1046 const int halVersion = dev.getHalDeviceVersion(); in flushSensor()