OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SensorContext
(Results
1 - 12
of
12
) sorted by null
/device/google/contexthub/sensorhal/
sensors.cpp
34
SensorContext
::
SensorContext
(const struct hw_module_t *module)
52
int
SensorContext
::close() {
60
int
SensorContext
::activate(int handle, int enabled) {
68
int
SensorContext
::setDelay(int handle, int64_t delayNs) {
95
int
SensorContext
::poll(sensors_event_t *data, int count) {
107
int
SensorContext
::batch(
137
int
SensorContext
::flush(int handle) {
145
int
SensorContext
::CloseWrapper(struct hw_device_t *dev) {
146
return reinterpret_cast<
SensorContext
*>(dev)->close()
[
all
...]
sensors.h
27
struct
SensorContext
{
30
explicit
SensorContext
(const struct hw_module_t *module);
68
DISALLOW_EVIL_CONSTRUCTORS(
SensorContext
);
/hardware/bsp/intel/peripheral/sensors/mraa/
SensorsHAL.cpp
24
Sensor * (*
SensorContext
::sensorFactoryFuncs[MAX_DEVICES])(int);
25
struct sensor_t
SensorContext
::sensorDescs[MAX_DEVICES];
26
int
SensorContext
::sensorsNum = 0;
27
android::Mutex
SensorContext
::mutex;
29
SensorContext
::
SensorContext
(const hw_module_t *module) {
51
SensorContext
::~
SensorContext
() {
67
int
SensorContext
::addSensorModule(struct sensor_t *sensorDesc,
89
int
SensorContext
::OpenWrapper(const struct hw_module_t *module
[
all
...]
SensorsHAL.hpp
31
*
SensorContext
represents the HAL entry class
33
* The
SensorContext
class is responsible for initializing
37
class
SensorContext
{
45
*
SensorContext
constructor
47
SensorContext
(const hw_module_t* module);
50
*
SensorContext
destructor
52
~
SensorContext
();
89
* the
SensorContext
.
/hardware/bsp/intel/peripheral/sensors/mraa/sensors/
GroveLight.cpp
45
SensorContext
::addSensorModule(&sensorDescription, createSensor);
GroveTemperature.cpp
45
SensorContext
::addSensorModule(&sensorDescription, createSensor);
ProximityGPIO.cpp
66
SensorContext
::addSensorModule(&sensorDescription, createSensor);
LSM303dAccelerometer.cpp
46
SensorContext
::addSensorModule(&sensorDescription, createSensor);
LSM303dOrientation.cpp
46
SensorContext
::addSensorModule(&sensorDescription, createSensor);
LSM9DS0Accelerometer.cpp
49
SensorContext
::addSensorModule(&sensorDescription, createSensor);
MMA7660Accelerometer.cpp
49
SensorContext
::addSensorModule(&sensorDescription, createSensor);
MPU9150Accelerometer.cpp
49
SensorContext
::addSensorModule(&sensorDescription, createSensor);
Completed in 237 milliseconds