Home
last modified time | relevance | path

Searched refs:fixed_sysfs_path_len (Results 1 – 2 of 2) sorted by relevance

/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.cpp190 strcpy(&fixed_sysfs_path[fixed_sysfs_path_len], "batch_enable"); in sync_time_thread_in_class()
439 fixed_sysfs_path_len = strlen(fixed_sysfs_path); in CwMcuSensor()
487 strcpy(&fixed_sysfs_path[fixed_sysfs_path_len], "calibrator_en"); in CwMcuSensor()
524 strcpy(&fixed_sysfs_path[fixed_sysfs_path_len], "calibrator_data_mag"); in CwMcuSensor()
534 strcpy(&fixed_sysfs_path[fixed_sysfs_path_len], "calibrator_data_acc"); in CwMcuSensor()
794 strcpy(&fixed_sysfs_path[fixed_sysfs_path_len], "enable"); in setEnable()
829 strcpy(&fixed_sysfs_path[fixed_sysfs_path_len], "calibrator_data_mag"); in setEnable()
927 strcpy(&fixed_sysfs_path[fixed_sysfs_path_len], "batch_enable"); in batch()
969 strcpy(&fixed_sysfs_path[fixed_sysfs_path_len], "flush"); in flush()
1015 strcpy(&fixed_sysfs_path[fixed_sysfs_path_len], "delay_ms"); in setDelay()
DCwMcuSensor.h95 int fixed_sysfs_path_len; variable