OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSysfsPath
(Results
1 - 4
of
4
) sorted by null
/hardware/invensense/65xx/libsensors_iio/
PressureSensor.IIO.secondary.cpp
67
mSysfsPath
= sysfs_path;
68
LOGI("pressuresensor path: %s",
mSysfsPath
);
207
if (
mSysfsPath
== NULL)
210
sprintf(pressureSysFs.pressure_enable, "%s%s",
mSysfsPath
, "/pressure_enable");
211
sprintf(pressureSysFs.pressure_rate, "%s%s",
mSysfsPath
, "/pressure_rate");
PressureSensor.IIO.secondary.h
68
const char*
mSysfsPath
;
MPLSensor.h
418
char
mSysfsPath
[MAX_SYSFS_NAME_LEN];
MPLSensor.cpp
282
if (strcmp(
mSysfsPath
, "") != 0) {
283
mPressureSensor = new PressureSensor((const char*)
mSysfsPath
);
[
all
...]
Completed in 32 milliseconds