Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.h60 bool hasOneShotSensors() const;
DSensorEventConnection.cpp143 bool SensorService::SensorEventConnection::hasOneShotSensors() const { in hasOneShotSensors() function in android::SensorService::SensorEventConnection
DSensorService.cpp869 if (connection->hasOneShotSensors()) { in threadLoop()