Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.cpp82 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::SensorDevice
316 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()
DSensorInterface.cpp33 mSensor(&sensor, mSensorDevice.getHalDeviceVersion()) in HardwareSensor()
DSensorDevice.h93 int getHalDeviceVersion() const;
DSensorService.cpp476 const int halVersion = device.getHalDeviceVersion(); in threadLoop()
1046 const int halVersion = dev.getHalDeviceVersion(); in flushSensor()