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/native/services/sensorservice/
SensorService.h
75
class
SensorEventConnection
: public BnSensorEventConnection {
76
virtual ~
SensorEventConnection
();
106
SensorEventConnection
(const sp<SensorService>& service, uid_t uid);
121
SortedVector< wp<
SensorEventConnection
> > mConnections;
123
SensorRecord(const sp<
SensorEventConnection
>& connection);
124
bool addConnection(const sp<
SensorEventConnection
>& connection);
125
bool removeConnection(const wp<
SensorEventConnection
>& connection);
129
SortedVector< wp<
SensorEventConnection
> > getActiveConnections() const;
139
const sp<
SensorEventConnection
>& connection, int handle);
141
const sp<
SensorEventConnection
>& connection, int handle)
[
all
...]
SensorService.cpp
286
sp<
SensorEventConnection
> connection(mActiveConnections[i].promote());
297
void SensorService::cleanupAutoDisabledSensor(const sp<
SensorEventConnection
>& connection,
406
const SortedVector< wp<
SensorEventConnection
> > activeConnections(
410
sp<
SensorEventConnection
> connection(
458
SortedVector< wp<SensorService::
SensorEventConnection
> >
502
sp<
SensorEventConnection
> result(new
SensorEventConnection
(this, uid));
506
void SensorService::cleanupConnection(
SensorEventConnection
* c)
509
const wp<
SensorEventConnection
> connection(c);
542
status_t SensorService::enable(const sp<
SensorEventConnection
>& connection
[
all
...]
/frameworks/native/include/gui/
ISensorEventConnection.h
36
DECLARE_META_INTERFACE(
SensorEventConnection
);
/frameworks/native/libs/gui/
ISensorEventConnection.cpp
88
IMPLEMENT_META_INTERFACE(
SensorEventConnection
, "android.gui.
SensorEventConnection
");
Completed in 746 milliseconds