OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CwMcuSensor
(Results
1 - 4
of
4
) sorted by null
/device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.h
32
// Must match driver copy of .../linux/include/linux/
CwMcuSensor
.h file
87
class
CwMcuSensor
: public SensorBase {
116
CwMcuSensor
();
117
virtual ~
CwMcuSensor
();
CwMcuSensor.cpp
29
#define LOG_TAG "
CwMcuSensor
"
33
#include "
CwMcuSensor
.h"
71
int
CwMcuSensor
::sysfs_set_input_attr(const char *attr, char *value, size_t len) {
97
int
CwMcuSensor
::sysfs_set_input_attr_by_int(const char *attr, int value) {
178
void
CwMcuSensor
::sync_time_thread_in_class(void) {
249
CwMcuSensor
*myClass = (
CwMcuSensor
*)context;
260
CwMcuSensor
::
CwMcuSensor
()
261
: SensorBase(NULL, "
CwMcuSensor
")
[
all
...]
Android.mk
36
CwMcuSensor
.cpp \
sensors.cpp
34
#include "
CwMcuSensor
.h"
653
mSensors[cwmcu] = new
CwMcuSensor
();
Completed in 73 milliseconds