Home | History | Annotate | Download | only in sensorservice

Lines Matching refs:SensorEventConnection

71     class SensorEventConnection : public BnSensorEventConnection {
72 virtual ~SensorEventConnection();
86 SensorEventConnection(const sp<SensorService>& service);
97 SortedVector< wp<SensorEventConnection> > mConnections;
99 SensorRecord(const sp<SensorEventConnection>& connection);
100 bool addConnection(const sp<SensorEventConnection>& connection);
101 bool removeConnection(const wp<SensorEventConnection>& connection);
105 SortedVector< wp<SensorEventConnection> > getActiveConnections() const;
125 SortedVector< wp<SensorEventConnection> > mActiveConnections;
133 void cleanupConnection(SensorEventConnection* connection);
134 status_t enable(const sp<SensorEventConnection>& connection, int handle);
135 status_t disable(const sp<SensorEventConnection>& connection, int handle);
136 status_t setEventRate(const sp<SensorEventConnection>& connection, int handle, nsecs_t ns);