HomeSort by relevance Sort by last modified time
    Searched refs:PressureSensor (Results 1 - 10 of 10) 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();
MPLSensor.h 46 class PressureSensor;
237 PressureSensor *mPressureSensor;
Android.mk 71 LOCAL_SRC_FILES += PressureSensor.IIO.secondary.cpp
MPLSensor.cpp 43 #include "PressureSensor.IIO.secondary.h"
198 mPressureSensor = new PressureSensor((const char*)mSysfsPath);
    [all...]
  /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();
MPLSensor.h 46 class PressureSensor;
258 PressureSensor *mPressureSensor;
Android.mk 59 LOCAL_SRC_FILES += PressureSensor.IIO.secondary.cpp
MPLSensor.cpp 42 #include "PressureSensor.IIO.secondary.h"
287 mPressureSensor = new PressureSensor((const char*)mSysfsPath);
    [all...]

Completed in 447 milliseconds