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