OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HardwareSensor
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/sensorservice/
SensorInterface.cpp
44
HardwareSensor
::
HardwareSensor
(const sensor_t& sensor):
48
HardwareSensor
::
HardwareSensor
(const sensor_t& sensor, const uint8_t (&uuid)[16]):
52
HardwareSensor
::~
HardwareSensor
() {
55
bool
HardwareSensor
::process(sensors_event_t* outEvent,
61
status_t
HardwareSensor
::activate(void* ident, bool enabled) {
65
status_t
HardwareSensor
::batch(void* ident, int /*handle*/, int flags,
71
status_t
HardwareSensor
::flush(void* ident, int handle)
[
all
...]
SensorInterface.h
75
class
HardwareSensor
: public BaseSensor {
77
explicit
HardwareSensor
(const sensor_t& sensor);
78
HardwareSensor
(const sensor_t& sensor, const uint8_t (&uuid)[16]);
80
virtual ~
HardwareSensor
();
SensorService.cpp
187
registerSensor( new
HardwareSensor
(list[i]) );
753
SensorInterface *si = new
HardwareSensor
(s, uuid);
[
all
...]
Completed in 2347 milliseconds