Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DPressureSensor.IIO.secondary.cpp67 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()
DPressureSensor.IIO.secondary.h68 const char* mSysfsPath; variable
DMPLSensor.h418 char mSysfsPath[MAX_SYSFS_NAME_LEN]; variable
DMPLSensor.cpp282 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()