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

  /hardware/invensense/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/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 31 #define MAX_SYSFS_NAME_LEN (100)
141 char sysfs_path[MAX_SYSFS_NAME_LEN];
146 (char*)malloc(sizeof(char[MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
152 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
  /hardware/invensense/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 33 #define MAX_SYSFS_NAME_LEN (100)
144 char sysfs_path[MAX_SYSFS_NAME_LEN];
149 (char*)malloc(sizeof(char[MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
155 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);

Completed in 173 milliseconds