OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HardwareSensor
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/sensorservice/
SensorInterface.cpp
33
HardwareSensor
::
HardwareSensor
(const sensor_t& sensor)
40
HardwareSensor
::~
HardwareSensor
() {
43
bool
HardwareSensor
::process(sensors_event_t* outEvent,
49
status_t
HardwareSensor
::activate(void* ident, bool enabled) {
53
status_t
HardwareSensor
::setDelay(void* ident, int handle, int64_t ns) {
57
void
HardwareSensor
::autoDisable(void *ident, int handle) {
61
Sensor
HardwareSensor
::getSensor() const {
SensorInterface.h
48
class
HardwareSensor
: public SensorInterface
54
HardwareSensor
(const sensor_t& sensor);
56
virtual ~
HardwareSensor
();
Completed in 67 milliseconds