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

  /device/samsung/manta/libsensors/
PressureSensor.h 33 class PressureSensor:public IioSensorBase {
37 PressureSensor();
PressureSensor.cpp 20 #include "PressureSensor.h"
28 PressureSensor::PressureSensor()
37 void PressureSensor::handleData(int value) {
38 ALOGV("PressureSensor::handleData value %d", value);
  /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"
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();

Completed in 529 milliseconds