HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SYSFS_NAME_LEN (Results 1 - 19 of 19) sorted by null

  /hardware/invensense/60xx/libsensors_iio/
SensorBase.h 27 #define MAX_SYSFS_NAME_LEN (100)
CompassSensor.IIO.9150.cpp 335 char sysfs_path[MAX_SYSFS_NAME_LEN], iio_trigger_path[MAX_SYSFS_NAME_LEN], tbuf[2];
341 sizeof(char[COMPASS_MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
349 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
MPLSensor.cpp     [all...]
  /hardware/invensense/6515/libsensors_iio/
PressureSensor.IIO.secondary.cpp 185 pathP = (char*)malloc(sizeof(char[PRESSURE_MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
194 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
SensorBase.h 48 #define MAX_SYSFS_NAME_LEN (100)
CompassSensor.IIO.9150.cpp 372 char sysfs_path[MAX_SYSFS_NAME_LEN];
373 char iio_trigger_path[MAX_SYSFS_NAME_LEN], tbuf[2];
379 sizeof(char[COMPASS_MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
391 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
MPLSupport.cpp 267 char sysfs_path[MAX_SYSFS_NAME_LEN];
268 char dmp_path[MAX_SYSFS_NAME_LEN];
285 char full_path[MAX_SYSFS_NAME_LEN];
CompassSensor.IIO.primary.cpp 510 char sysfs_path[MAX_SYSFS_NAME_LEN], tbuf[2];
517 sizeof(char[COMPASS_MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
525 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
MPLSensor.h 407 char mSysfsPath[MAX_SYSFS_NAME_LEN];
MPLSensor.cpp     [all...]
  /hardware/invensense/65xx/libsensors_iio/
PressureSensor.IIO.secondary.cpp 185 pathP = (char*)malloc(sizeof(char[PRESSURE_MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
194 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
SensorBase.h 48 #define MAX_SYSFS_NAME_LEN (100)
CompassSensor.IIO.9150.cpp 350 char sysfs_path[MAX_SYSFS_NAME_LEN];
351 char iio_trigger_path[MAX_SYSFS_NAME_LEN], tbuf[2];
357 sizeof(char[COMPASS_MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
369 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
MPLSupport.cpp 267 char sysfs_path[MAX_SYSFS_NAME_LEN];
268 char dmp_path[MAX_SYSFS_NAME_LEN];
285 char full_path[MAX_SYSFS_NAME_LEN];
CompassSensor.IIO.primary.cpp 487 char sysfs_path[MAX_SYSFS_NAME_LEN], tbuf[2];
494 sizeof(char[COMPASS_MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
502 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
MPLSensor.h 428 char mSysfsPath[MAX_SYSFS_NAME_LEN];
MPLSensor.cpp     [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 38 #define MAX_SYSFS_NAME_LEN (100)
176 char sysfs_path[MAX_SYSFS_NAME_LEN];
181 (char*)malloc(sizeof(char[MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
187 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 34 #define MAX_SYSFS_NAME_LEN (100)
167 char sysfs_path[MAX_SYSFS_NAME_LEN];
172 (char*)malloc(sizeof(char[MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
178 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);

Completed in 352 milliseconds