Searched refs:mSysfsPath (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | PressureSensor.IIO.secondary.cpp | 67 mSysfsPath = sysfs_path; in PressureSensor() 68 LOGI("pressuresensor path: %s", mSysfsPath); in PressureSensor() 207 if (mSysfsPath == NULL) in inv_init_sysfs_attributes() 210 sprintf(pressureSysFs.pressure_enable, "%s%s", mSysfsPath, "/pressure_enable"); in inv_init_sysfs_attributes() 211 sprintf(pressureSysFs.pressure_rate, "%s%s", mSysfsPath, "/pressure_rate"); in inv_init_sysfs_attributes()
|
D | PressureSensor.IIO.secondary.h | 68 const char* mSysfsPath; variable
|
D | MPLSensor.h | 418 char mSysfsPath[MAX_SYSFS_NAME_LEN]; variable
|
D | MPLSensor.cpp | 282 if (strcmp(mSysfsPath, "") != 0) { in MPLSensor() 283 mPressureSensor = new PressureSensor((const char*)mSysfsPath); in MPLSensor() 4741 memcpy(mSysfsPath, sysfs_path, sizeof(sysfs_path)); in inv_init_sysfs_attributes()
|