HomeSort by relevance Sort by last modified time
    Searched refs:sysfs_set_input_attr_by_int (Results 1 - 2 of 2) sorted by null

  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.h 114 int sysfs_set_input_attr_by_int(const char *attr, int value);
CwMcuSensor.cpp 97 int CwMcuSensor::sysfs_set_input_attr_by_int(const char *attr, int value) { function in class:CwMcuSensor
446 if (sysfs_set_input_attr_by_int("buffer/enable", 0) < 0) {
456 if (sysfs_set_input_attr_by_int("buffer/enable", 0) < 0) {
471 if (sysfs_set_input_attr_by_int("buffer/length", iio_buf_size) < 0) {
475 if (sysfs_set_input_attr_by_int("buffer/enable", 1) < 0) {
811 if (sysfs_set_input_attr_by_int("buffer/enable", 0) < 0) {
910 if (sysfs_set_input_attr_by_int("buffer/length", iio_buf_size) < 0) {
914 if (sysfs_set_input_attr_by_int("buffer/enable", 1) < 0) {
    [all...]

Completed in 2162 milliseconds