HomeSort by relevance Sort by last modified time
    Searched defs:PressureSensor (Results 1 - 4 of 4) sorted by null

  /hardware/invensense/6515/libsensors_iio/
PressureSensor.IIO.secondary.cpp 29 #include "PressureSensor.IIO.secondary.h"
49 PressureSensor::PressureSensor(const char *sysfs_path)
56 LOGV_IF(ENG_VERBOSE, "pressuresensor path: %s", mSysfsPath);
65 PressureSensor::~PressureSensor()
73 int PressureSensor::getFd() const
88 int PressureSensor::enable(int32_t handle, int en)
101 int PressureSensor::setDelay(int32_t handle, int64_t ns)
130 int PressureSensor::getEnable(int32_t handle
    [all...]
PressureSensor.IIO.secondary.h 37 class PressureSensor : public SensorBase {
40 PressureSensor(const char *sysfs_path);
41 virtual ~PressureSensor();
  /hardware/invensense/65xx/libsensors_iio/
PressureSensor.IIO.secondary.cpp 29 #include "PressureSensor.IIO.secondary.h"
50 PressureSensor::PressureSensor(const char *sysfs_path)
57 LOGV_IF(ENG_VERBOSE, "pressuresensor path: %s", mSysfsPath);
66 PressureSensor::~PressureSensor()
74 int PressureSensor::getFd() const
89 int PressureSensor::enable(int32_t handle, int en)
102 int PressureSensor::setDelay(int32_t handle, int64_t ns)
131 int PressureSensor::getEnable(int32_t handle
    [all...]
PressureSensor.IIO.secondary.h 37 class PressureSensor : public SensorBase {
40 PressureSensor(const char *sysfs_path);
41 virtual ~PressureSensor();

Completed in 896 milliseconds