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

/frameworks/native/services/sensorservice/
H A DSensorRecord.h26 class SensorService::SensorRecord { class in class:android::SensorService
28 SensorRecord(const sp<const SensorEventConnection>& connection);
H A DSensorRecord.cpp17 #include "SensorRecord.h"
23 SensorService::SensorRecord::SensorRecord( function in class:android::SensorService::SensorRecord
29 bool SensorService::SensorRecord::addConnection(
39 bool SensorService::SensorRecord::removeConnection(
58 void SensorService::SensorRecord::addPendingFlushConnection(
63 void SensorService::SensorRecord::removeFirstPendingFlushConnection() {
70 SensorService::SensorRecord::getFirstPendingFlushConnection() {
77 void SensorService::SensorRecord::clearAllPendingFlushConnections() {

Completed in 1440 milliseconds