Searched defs:isDebug (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorService.cpp281 const Sensor& SensorService::registerSensor(SensorInterface* s, bool isDebug, bool isVirtual) { argument
284 if (mSensors.add(handle, s, isDebug, isVirtual)){
292 const Sensor& SensorService::registerDynamicSensorLocked(SensorInterface* s, bool isDebug) { argument
293 return registerSensor(s, isDebug);
307 const Sensor& SensorService::registerVirtualSensor(SensorInterface* s, bool isDebug) { argument
308 return registerSensor(s, isDebug, true);

Completed in 17 milliseconds