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

  /device/samsung/manta/libsensors/
IioSensorBase.cpp 24 #include "IioSensorBase.h"
26 char *IioSensorBase::makeSysfsName(const char *input_name,
38 void IioSensorBase::handleData(int value) {
41 IioSensorBase::IioSensorBase(const char *dev_name,
92 IioSensorBase::~IioSensorBase() {
104 bool IioSensorBase::readValue(int *value) {
119 int IioSensorBase::enable(int32_t handle, int en)
146 int IioSensorBase::setDelay(int32_t handle, int64_t ns
    [all...]
IioSensorBase.h 32 class IioSensorBase:public SensorBase {
52 IioSensorBase(const char* dev_name,
58 virtual ~IioSensorBase();

Completed in 350 milliseconds