Home
last modified time | relevance | path

Searched refs:getUserDebugSensors (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorList.h60 const Vector<Sensor> getUserDebugSensors() const;
DSensorList.cpp90 const Vector<Sensor> SensorList::getUserDebugSensors() const { in getUserDebugSensors() function in android::SensorServiceUtil::SensorList
DSensorService.cpp1269 mSensors.getUserDebugSensors() : mSensors.getUserSensors(); in getSensorList()