Searched refs:getSensorName (Results 1 - 6 of 6) sorted by relevance

/system/chre/core/include/chre/core/
H A Dsensor.h79 const char *getSensorName() const;
/system/chre/platform/include/chre/platform/
H A Dplatform_sensor.h108 const char *getSensorName() const;
/system/chre/platform/linux/
H A Dplatform_sensor.cc59 const char *PlatformSensor::getSensorName() const { function in class:chre::PlatformSensor
/system/chre/core/
H A Dsensor.cc66 const char *Sensor::getSensorName() const { function in class:chre::Sensor
67 return isValid() ? mPlatformSensor->getSensorName() : kInvalidSensorName;
H A Dsensor_request_manager.cc211 info->sensorName = sensor.getSensorName();
/system/chre/platform/slpi/
H A Dplatform_sensor.cc980 const char *PlatformSensor::getSensorName() const { function in class:chre::PlatformSensor

Completed in 2737 milliseconds