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

  /frameworks/native/services/sensorservice/
SensorInterface.cpp 34 mSensor(&sensor, mSensorDevice.getHalDeviceVersion()) {
39 mSensor(sensor, Sensor::uuid_t(uuid), mSensorDevice.getHalDeviceVersion()) {
SensorDevice.cpp 96 getHalDeviceVersion());
187 const int halVersion = getHalDeviceVersion();
225 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_1 && info.numActiveClients() > 0) {
243 const int halVersion = getHalDeviceVersion();
324 int SensorDevice::getHalDeviceVersion() const {
330 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_1) {
350 const int halVersion = getHalDeviceVersion();
411 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_4) {
418 if (getHalDeviceVersion() < SENSORS_DEVICE_API_VERSION_1_4) {
SensorDevice.h 41 int getHalDeviceVersion() const;
SensorService.cpp 505 const int halVersion = device.getHalDeviceVersion();
    [all...]

Completed in 448 milliseconds