OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SensorEventConnection
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/sensorservice/
SensorService.h
72
class
SensorEventConnection
: public BnSensorEventConnection {
73
virtual ~
SensorEventConnection
();
88
SensorEventConnection
(const sp<SensorService>& service, uid_t uid);
101
SortedVector< wp<
SensorEventConnection
> > mConnections;
103
SensorRecord(const sp<
SensorEventConnection
>& connection);
104
bool addConnection(const sp<
SensorEventConnection
>& connection);
105
bool removeConnection(const wp<
SensorEventConnection
>& connection);
109
SortedVector< wp<
SensorEventConnection
> > getActiveConnections() const;
119
const sp<
SensorEventConnection
>& connection, int handle);
121
const sp<
SensorEventConnection
>& connection, int handle)
[
all
...]
SensorService.cpp
243
void SensorService::cleanupAutoDisabledSensor(const sp<
SensorEventConnection
>& connection,
347
const SortedVector< wp<
SensorEventConnection
> > activeConnections(
351
sp<
SensorEventConnection
> connection(
400
SortedVector< wp<SensorService::
SensorEventConnection
> >
451
sp<
SensorEventConnection
> result(new
SensorEventConnection
(this, uid));
455
void SensorService::cleanupConnection(
SensorEventConnection
* c)
458
const wp<
SensorEventConnection
> connection(c);
491
status_t SensorService::enable(const sp<
SensorEventConnection
>& connection,
547
status_t SensorService::disable(const sp<
SensorEventConnection
>& connection
[
all
...]
Completed in 846 milliseconds