Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/sensorservice/
H A DSensorEventConnection.h60 bool hasOneShotSensors() const;
H A DSensorEventConnection.cpp201 bool SensorService::SensorEventConnection::hasOneShotSensors() const { in hasOneShotSensors() function in android::SensorService::SensorEventConnection
H A DSensorService.cpp1072 if (connection->hasOneShotSensors()) { in threadLoop()