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

  /hardware/invensense/6515/libsensors_iio/
PressureSensor.IIO.secondary.cpp 186 sizeof(char[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 381 char sysfs_path[MAX_SYSFS_NAME_LEN];
382 char iio_trigger_path[MAX_SYSFS_NAME_LEN];
385 sizeof(char[MAX_SYSFS_NAME_LEN]));
396 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 521 char sysfs_path[MAX_SYSFS_NAME_LEN], tbuf[2];
528 sizeof(char[COMPASS_MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
536 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
MPLSensor.h 413 char mSysfsPath[MAX_SYSFS_NAME_LEN];
MPLSensor.cpp     [all...]
  /hardware/invensense/65xx/libsensors_iio/
PressureSensor.IIO.secondary.cpp 187 sizeof(char[MAX_SYSFS_NAME_LEN]));
198 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
SensorBase.h 48 #define MAX_SYSFS_NAME_LEN (100)
CompassSensor.IIO.9150.cpp 349 char sysfs_path[MAX_SYSFS_NAME_LEN];
350 char iio_trigger_path[MAX_SYSFS_NAME_LEN];
353 sizeof(char[MAX_SYSFS_NAME_LEN]));
364 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
MPLSupport.cpp 264 char sysfs_path[MAX_SYSFS_NAME_LEN];
265 char dmp_path[MAX_SYSFS_NAME_LEN];
282 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 2103 milliseconds