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

/frameworks/native/services/sensorservice/
H A DSensorService.h71 class SensorEventConnection : public BnSensorEventConnection { class in class:android::SensorService
72 virtual ~SensorEventConnection();
87 SensorEventConnection(const sp<SensorService>& service, uid_t uid);
100 SortedVector< wp<SensorEventConnection> > mConnections;
102 SensorRecord(const sp<SensorEventConnection>& connection);
103 bool addConnection(const sp<SensorEventConnection>& connection);
104 bool removeConnection(const wp<SensorEventConnection>& connection);
108 SortedVector< wp<SensorEventConnection> > getActiveConnections() const;
129 SortedVector< wp<SensorEventConnection> > mActiveConnections;
137 void cleanupConnection(SensorEventConnection* connectio
[all...]
H A DSensorService.cpp302 const SortedVector< wp<SensorEventConnection> > activeConnections(
306 sp<SensorEventConnection> connection(
349 SortedVector< wp<SensorService::SensorEventConnection> >
388 sp<SensorEventConnection> result(new SensorEventConnection(this, uid));
392 void SensorService::cleanupConnection(SensorEventConnection* c)
395 const wp<SensorEventConnection> connection(c);
428 status_t SensorService::enable(const sp<SensorEventConnection>& connection,
478 status_t SensorService::disable(const sp<SensorEventConnection>& connection,
507 status_t SensorService::setEventRate(const sp<SensorEventConnection>
561 SensorService::SensorEventConnection::SensorEventConnection( function in class:android::SensorService::SensorEventConnection
[all...]
/frameworks/native/include/gui/
H A DISensorEventConnection.h36 DECLARE_META_INTERFACE(SensorEventConnection);
/frameworks/native/libs/gui/
H A DISensorEventConnection.cpp76 IMPLEMENT_META_INTERFACE(SensorEventConnection, "android.gui.SensorEventConnection");

Completed in 596 milliseconds