Lines Matching refs:SensorEventConnection
86 class SensorEventConnection; variable
172 void cleanupConnection(SensorEventConnection* connection);
180 status_t enable(const sp<SensorEventConnection>& connection, int handle,
184 status_t disable(const sp<SensorEventConnection>& connection, int handle);
186 status_t setEventRate(const sp<SensorEventConnection>& connection, int handle, nsecs_t ns,
189 status_t flushSensor(const sp<SensorEventConnection>& connection,
229 const std::vector<sp<SensorEventConnection>>& getActiveConnections();
243 std::vector<std::vector<sp<SensorEventConnection>>> mReferencedActiveConnections;
258 void addEventConnectionIfNotPresent(const sp<SensorEventConnection>& connection);
259 void removeEventConnection(const wp<SensorEventConnection>& connection);
270 SortedVector< wp<SensorEventConnection> > mActiveConnections;
425 status_t cleanupWithoutDisable(const sp<SensorEventConnection>& connection, int handle);
426 status_t cleanupWithoutDisableLocked(const sp<SensorEventConnection>& connection, int handle);
427 void cleanupAutoDisabledSensorLocked(const sp<SensorEventConnection>& connection,
459 void sendEventsFromCache(const sp<SensorEventConnection>& connection);
463 const std::vector<sp<SensorEventConnection>>& activeConnections,
535 const std::vector<sp<SensorEventConnection>>& activeConnections);
569 wp<const SensorEventConnection> * mMapFlushEventsToConnections;