/hardware/akm/AK8975_FS/libsensors/ |
AkmSensor.cpp | 62 input_sysfs_path_len = strlen(input_sysfs_path); 65 input_sysfs_path_len = 0; 84 strcpy(&input_sysfs_path[input_sysfs_path_len], "enable_acc"); 87 strcpy(&input_sysfs_path[input_sysfs_path_len], "enable_mag"); 90 strcpy(&input_sysfs_path[input_sysfs_path_len], "enable_ori"); 112 &input_sysfs_path[input_sysfs_path_len], buffer); 148 strcpy(&input_sysfs_path[input_sysfs_path_len], "delay_acc"); 151 strcpy(&input_sysfs_path[input_sysfs_path_len], "delay_mag"); 154 strcpy(&input_sysfs_path[input_sysfs_path_len], "delay_ori"); 167 &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 | 51 input_sysfs_path_len = strlen(input_sysfs_path); 55 input_sysfs_path_len = 0; 105 strcpy(&input_sysfs_path[input_sysfs_path_len], "disable"); 155 strcpy(&input_sysfs_path[input_sysfs_path_len], "rate");
|
AkmSensor.h | 60 int input_sysfs_path_len; member in class:AkmSensor
|
/device/lge/hammerhead/libsensors/ |
LightSensor.h | 40 int input_sysfs_path_len; member in class:LightSensor
|