Searched refs:mSysfsPath (Results 1 – 8 of 8) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | PressureSensor.IIO.secondary.cpp | 56 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()
|
D | PressureSensor.IIO.secondary.h | 69 const char* mSysfsPath; variable
|
D | MPLSensor.h | 428 char mSysfsPath[MAX_SYSFS_NAME_LEN]; variable
|
D | MPLSensor.cpp | 286 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/ |
D | PressureSensor.IIO.secondary.cpp | 55 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()
|
D | PressureSensor.IIO.secondary.h | 69 const char* mSysfsPath; variable
|
D | MPLSensor.h | 413 char mSysfsPath[MAX_SYSFS_NAME_LEN]; variable
|
D | MPLSensor.cpp | 198 mPressureSensor = new PressureSensor((const char*)mSysfsPath); in MPLSensor() 5388 memcpy(mSysfsPath, sysfs_path, sizeof(sysfs_path));
|