/hardware/akm/AK8975_FS/libsensors/ |
AkmSensor.cpp | 63 input_sysfs_path_len = strlen(input_sysfs_path); 66 input_sysfs_path_len = 0; 85 strcpy(&input_sysfs_path[input_sysfs_path_len], "enable_acc"); 88 strcpy(&input_sysfs_path[input_sysfs_path_len], "enable_mag"); 91 strcpy(&input_sysfs_path[input_sysfs_path_len], "enable_ori"); 113 &input_sysfs_path[input_sysfs_path_len], buffer); 149 strcpy(&input_sysfs_path[input_sysfs_path_len], "delay_acc"); 152 strcpy(&input_sysfs_path[input_sysfs_path_len], "delay_mag"); 155 strcpy(&input_sysfs_path[input_sysfs_path_len], "delay_ori"); 168 &input_sysfs_path[input_sysfs_path_len], ns/1000000.0f) [all...] |
AdxlSensor.h | 40 int input_sysfs_path_len; member in class:AdxlSensor
|
KionixSensor.h | 40 int input_sysfs_path_len; member in class:KionixSensor
|
AdxlSensor.cpp | 52 input_sysfs_path_len = strlen(input_sysfs_path); 56 input_sysfs_path_len = 0; 106 strcpy(&input_sysfs_path[input_sysfs_path_len], "disable"); 156 strcpy(&input_sysfs_path[input_sysfs_path_len], "rate");
|
AkmSensor.h | 60 int input_sysfs_path_len; member in class:AkmSensor
|