Home
last modified time | relevance | path

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

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