OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SensorService
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/sensorservice/
SensorService.h
51
class
SensorService
:
52
public BinderService<
SensorService
>,
56
friend class BinderService<
SensorService
>;
60
static char const* getServiceName() ANDROID_API { return "
sensorservice
"; }
61
SensorService
() ANDROID_API;
62
virtual ~
SensorService
();
88
sp<
SensorService
> const mService;
102
// protected by
SensorService
::mLock. Key for this vector is the sensor handle.
106
SensorEventConnection(const sp<
SensorService
>& service, uid_t uid);
SensorService.cpp
50
#include "
SensorService
.h"
64
const char*
SensorService
::WAKE_LOCK_NAME = "
SensorService
";
66
SensorService
::
SensorService
()
71
void
SensorService
::onFirstRef()
166
run("
SensorService
", PRIORITY_URGENT_DISPLAY);
172
Sensor
SensorService
::registerSensor(SensorInterface* s)
188
Sensor
SensorService
::registerVirtualSensor(SensorInterface* s)
195
SensorService
::~SensorService(
[
all
...]
Completed in 87 milliseconds