OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IioSensorBase
(Results
1 - 7
of
7
) sorted by null
/device/samsung/manta/libsensors/
IioSensorBase.h
32
class
IioSensorBase
:public SensorBase {
52
IioSensorBase
(const char* dev_name,
58
virtual ~
IioSensorBase
();
LightSensor.h
26
#include "
IioSensorBase
.h"
33
class LightSensor:public
IioSensorBase
{
PressureSensor.h
26
#include "
IioSensorBase
.h"
33
class PressureSensor:public
IioSensorBase
{
LightSensor.cpp
23
:
IioSensorBase
(NULL, "lightsensor-level",
PressureSensor.cpp
29
:
IioSensorBase
(NULL, "barometer",
IioSensorBase.cpp
24
#include "
IioSensorBase
.h"
26
char *
IioSensorBase
::makeSysfsName(const char *input_name,
38
void
IioSensorBase
::handleData(int value) {
41
IioSensorBase
::
IioSensorBase
(const char *dev_name,
92
IioSensorBase
::~
IioSensorBase
() {
104
bool
IioSensorBase
::readValue(int *value) {
119
int
IioSensorBase
::enable(int32_t handle, int en)
146
int
IioSensorBase
::setDelay(int32_t handle, int64_t ns
[
all
...]
Android.mk
34
IioSensorBase
.cpp \
Completed in 80 milliseconds