Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/sensorservice/
H A DSensorRecord.h33 void addPendingFlushConnection(const sp<const SensorEventConnection>& connection);
H A DSensorRecord.cpp58 void SensorService::SensorRecord::addPendingFlushConnection( in addPendingFlushConnection() function in android::SensorService::SensorRecord
H A DSensorService.cpp1790 rec->addPendingFlushConnection(connection.get()); in enable()
1925 if (rec != nullptr) rec->addPendingFlushConnection(connection); in flushSensor()