OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SensorBase
(Results
1 - 8
of
8
) sorted by null
/hardware/invensense/libsensors/
SensorBase.cpp
29
#include "
SensorBase
.h"
33
SensorBase
::
SensorBase
(
44
SensorBase
::~
SensorBase
() {
53
int
SensorBase
::open_device() {
61
int
SensorBase
::close_device() {
69
int
SensorBase
::getFd() const {
76
int
SensorBase
::setDelay(int32_t handle, int64_t ns) {
80
bool
SensorBase
::hasPendingEvents() const
[
all
...]
SensorBase.h
30
class
SensorBase
{
50
SensorBase
(
54
virtual ~
SensorBase
();
MPLSensor.h
29
#include "
SensorBase
.h"
37
class MPLSensor: public
SensorBase
Android.mk
29
LOCAL_SRC_FILES :=
SensorBase
.cpp MPLSensor.cpp
MPLSensor.cpp
144
SensorBase
(NULL, NULL),
[
all
...]
/device/samsung/tuna/libsensors/
SamsungSensorBase.h
26
#include "
SensorBase
.h"
32
class SamsungSensorBase:public
SensorBase
{
SamsungSensorBase.cpp
60
:
SensorBase
(dev_name, data_name),
sensors.cpp
151
SensorBase
* mSensors[numSensorDrivers];
275
SensorBase
* const sensor(mSensors[i]);
Completed in 767 milliseconds