Searched refs:tbuf (Results 1 - 4 of 4) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
H A DCompassSensor.IIO.9150.cpp405 char tbuf[2]; local
409 tbuf[0] = num + 0x30;
410 tbuf[1] = 0;
411 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);
H A DCompassSensor.IIO.primary.cpp521 char sysfs_path[MAX_SYSFS_NAME_LEN], tbuf[2]; local
545 tbuf[0] = num + 0x30;
546 tbuf[1] = 0;
547 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.IIO.9150.cpp376 char tbuf[2]; local
380 tbuf[0] = num + 0x30;
381 tbuf[1] = 0;
382 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);
H A DCompassSensor.IIO.primary.cpp487 char sysfs_path[MAX_SYSFS_NAME_LEN], tbuf[2]; local
511 tbuf[0] = num + 0x30;
512 tbuf[1] = 0;
513 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);

Completed in 422 milliseconds