Home
last modified time | relevance | path

Searched refs:SensorEventConnection (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/sensorservice/
DSensorService.h71 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);
[all …]
DSensorService.cpp277 const SortedVector< wp<SensorEventConnection> > activeConnections( in threadLoop()
281 sp<SensorEventConnection> connection( in threadLoop()
323 SortedVector< wp<SensorService::SensorEventConnection> >
356 sp<SensorEventConnection> result(new SensorEventConnection(this)); in createSensorEventConnection()
360 void SensorService::cleanupConnection(SensorEventConnection* c) in cleanupConnection()
363 const wp<SensorEventConnection> connection(c); in cleanupConnection()
395 status_t SensorService::enable(const sp<SensorEventConnection>& connection, in enable()
441 status_t SensorService::disable(const sp<SensorEventConnection>& connection, in disable()
468 status_t SensorService::setEventRate(const sp<SensorEventConnection>& connection, in setEventRate()
488 const sp<SensorEventConnection>& connection) in SensorRecord()
[all …]
/frameworks/base/include/gui/
DISensorEventConnection.h36 DECLARE_META_INTERFACE(SensorEventConnection);
/frameworks/base/libs/gui/
DISensorEventConnection.cpp76 IMPLEMENT_META_INTERFACE(SensorEventConnection, "android.gui.SensorEventConnection");