Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.h59 bool hasOneShotSensors() const;
DSensorEventConnection.cpp135 bool SensorService::SensorEventConnection::hasOneShotSensors() const { in hasOneShotSensors() function in android::SensorService::SensorEventConnection
DSensorService.cpp792 if (activeConnections[i]->hasOneShotSensors()) { in threadLoop()