OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SensorEventConnection
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/sensorservice/
SensorService.h
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)
[
all
...]
SensorService.cpp
277
const SortedVector< wp<
SensorEventConnection
> > activeConnections(
281
sp<
SensorEventConnection
> connection(
324
SortedVector< wp<SensorService::
SensorEventConnection
> >
357
sp<
SensorEventConnection
> result(new
SensorEventConnection
(this));
361
void SensorService::cleanupConnection(
SensorEventConnection
* c)
364
const wp<
SensorEventConnection
> connection(c);
396
status_t SensorService::enable(const sp<
SensorEventConnection
>& connection,
442
status_t SensorService::disable(const sp<
SensorEventConnection
>& connection,
469
status_t SensorService::setEventRate(const sp<
SensorEventConnection
>& connection
[
all
...]
/frameworks/base/include/gui/
ISensorEventConnection.h
36
DECLARE_META_INTERFACE(
SensorEventConnection
);
/frameworks/base/libs/gui/
ISensorEventConnection.cpp
76
IMPLEMENT_META_INTERFACE(
SensorEventConnection
, "android.gui.
SensorEventConnection
");
Completed in 244 milliseconds