HomeSort by relevance Sort by last modified time
    Searched refs:getHalDeviceVersion (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/sensorservice/
SensorDevice.h 85 int getHalDeviceVersion() const;
SensorInterface.cpp 35 mSensor(&sensor, mSensorDevice.getHalDeviceVersion())
SensorDevice.cpp 160 const int halVersion = getHalDeviceVersion();
193 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_1 && info.batchParams.size() > 0) {
211 const int halVersion = getHalDeviceVersion();
306 int SensorDevice::getHalDeviceVersion() const {
313 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_1) {
SensorService.cpp 333 const int halVersion = device.getHalDeviceVersion();
732 if (device.getHalDeviceVersion() >= SENSORS_DEVICE_API_VERSION_1_1) {
    [all...]

Completed in 45 milliseconds