OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_sysfs_path_len
(Results
1 - 6
of
6
) sorted by null
/device/samsung/crespo/libsensors/
LightSensor.h
39
int
input_sysfs_path_len
;
member in class:LightSensor
ProximitySensor.h
39
int
input_sysfs_path_len
;
member in class:ProximitySensor
GyroSensor.h
39
int
input_sysfs_path_len
;
member in class:GyroSensor
LightSensor.cpp
45
input_sysfs_path_len
= strlen(input_sysfs_path);
59
strcpy(&input_sysfs_path[
input_sysfs_path_len
], "poll_delay");
76
strcpy(&input_sysfs_path[
input_sysfs_path_len
], "enable");
GyroSensor.cpp
48
input_sysfs_path_len
= strlen(input_sysfs_path);
82
strcpy(&input_sysfs_path[
input_sysfs_path_len
], "enable");
112
strcpy(&input_sysfs_path[
input_sysfs_path_len
], "poll_delay");
ProximitySensor.cpp
46
input_sysfs_path_len
= strlen(input_sysfs_path);
71
strcpy(&input_sysfs_path[
input_sysfs_path_len
], "enable");
Completed in 26 milliseconds