Home
last modified time | relevance | path

Searched refs:CwMcuSensor (Results 1 – 4 of 4) sorted by relevance

/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.cpp71 int CwMcuSensor::sysfs_set_input_attr(const char *attr, char *value, size_t len) { in sysfs_set_input_attr()
97 int CwMcuSensor::sysfs_set_input_attr_by_int(const char *attr, int value) { in sysfs_set_input_attr_by_int()
178 void CwMcuSensor::sync_time_thread_in_class(void) { in sync_time_thread_in_class()
249 CwMcuSensor *myClass = (CwMcuSensor *)context; in sync_time_thread_run()
260 CwMcuSensor::CwMcuSensor() in CwMcuSensor() function in CwMcuSensor
548 CwMcuSensor::~CwMcuSensor() { in ~CwMcuSensor()
554 float CwMcuSensor::indexToValue(size_t index) const { in indexToValue()
568 int CwMcuSensor::find_handle(int32_t sensors_id) { in find_handle()
635 bool CwMcuSensor::is_batch_wake_sensor(int32_t handle) { in is_batch_wake_sensor()
657 int CwMcuSensor::find_sensor(int32_t handle) { in find_sensor()
[all …]
DCwMcuSensor.h87 class CwMcuSensor : public SensorBase {
116 CwMcuSensor();
117 virtual ~CwMcuSensor();
DAndroid.mk36 CwMcuSensor.cpp \
Dsensors.cpp653 mSensors[cwmcu] = new CwMcuSensor(); in sensors_poll_context_t()