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
48
class
SensorService
:
49
public BinderService<
SensorService
>,
53
friend class BinderService<
SensorService
>;
57
SensorService
();
58
virtual ~
SensorService
();
78
sp<
SensorService
> const mService;
83
// protected by
SensorService
::mLock
87
SensorEventConnection(const sp<
SensorService
>& service, uid_t uid);
135
static char const* getServiceName() { return "
sensorservice
"; }
SensorService.cpp
49
#include "
SensorService
.h"
63
SensorService
::
SensorService
()
68
void
SensorService
::onFirstRef()
157
run("
SensorService
", PRIORITY_URGENT_DISPLAY);
163
void
SensorService
::registerSensor(SensorInterface* s)
177
void
SensorService
::registerVirtualSensor(SensorInterface* s)
183
SensorService
::~
SensorService
()
191
status_t
SensorService
::dump(int fd, const Vector<String16>& args
[
all
...]
Completed in 106 milliseconds