Home
last modified time | relevance | path

Searched refs:mSysfsPath (Results 1 – 8 of 8) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DPressureSensor.IIO.secondary.cpp56 mSysfsPath = sysfs_path; in PressureSensor()
57 LOGV_IF(ENG_VERBOSE, "pressuresensor path: %s", mSysfsPath); in PressureSensor()
191 if (mSysfsPath == NULL) in inv_init_sysfs_attributes()
201 sprintf(pressureSysFs.pressure_enable, "%s%s", mSysfsPath, "/pressure_enable"); in inv_init_sysfs_attributes()
202 sprintf(pressureSysFs.pressure_rate, "%s%s", mSysfsPath, "/pressure_rate"); in inv_init_sysfs_attributes()
DPressureSensor.IIO.secondary.h69 const char* mSysfsPath; variable
DMPLSensor.h428 char mSysfsPath[MAX_SYSFS_NAME_LEN]; variable
DMPLSensor.cpp286 if (strcmp(mSysfsPath, "") != 0) { in MPLSensor()
287 mPressureSensor = new PressureSensor((const char*)mSysfsPath); in MPLSensor()
5027 memcpy(mSysfsPath, sysfs_path, sizeof(sysfs_path)); in inv_init_sysfs_attributes()
/hardware/invensense/6515/libsensors_iio/
DPressureSensor.IIO.secondary.cpp55 mSysfsPath = sysfs_path; in PressureSensor()
56 LOGV_IF(ENG_VERBOSE, "pressuresensor path: %s", mSysfsPath); in PressureSensor()
197 sprintf(pressureSysFs.pressure_enable, "%s%s", mSysfsPath, "/pressure_enable"); in inv_init_sysfs_attributes()
198 sprintf(pressureSysFs.pressure_rate, "%s%s", mSysfsPath, "/pressure_rate"); in inv_init_sysfs_attributes()
DPressureSensor.IIO.secondary.h69 const char* mSysfsPath; variable
DMPLSensor.h413 char mSysfsPath[MAX_SYSFS_NAME_LEN]; variable
DMPLSensor.cpp198 mPressureSensor = new PressureSensor((const char*)mSysfsPath); in MPLSensor()
5388 memcpy(mSysfsPath, sysfs_path, sizeof(sysfs_path));