Searched refs:addPendingFlushConnection (Results 1 – 3 of 3) sorted by relevance
33 void addPendingFlushConnection(const sp<const SensorEventConnection>& connection);
58 void SensorService::SensorRecord::addPendingFlushConnection( in addPendingFlushConnection() function in android::SensorService::SensorRecord
1798 rec->addPendingFlushConnection(connection.get()); in enable()1933 if (rec != nullptr) rec->addPendingFlushConnection(connection); in flushSensor()