OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sSensorList
(Results
1 - 4
of
4
) sorted by null
/device/samsung/manta/libsensors/
sensors.cpp
63
static struct sensor_t
sSensorList
[LOCAL_SENSORS + MPLSensor::numSensors] = {
82
*list =
sSensorList
;
177
p_mplsen->populateSensorList(
sSensorList
+ LOCAL_SENSORS,
178
sizeof(
sSensorList
[0]) * (ARRAY_SIZE(
sSensorList
) - LOCAL_SENSORS));
/device/lge/hammerhead/libsensors/
sensors.cpp
50
static struct sensor_t
sSensorList
[GLOBAL_SENSORS + LOCAL_SENSORS] = {
76
static int sensors = (sizeof(
sSensorList
) / sizeof(sensor_t));
84
*list =
sSensorList
;
186
mplSensor->populateSensorList(
sSensorList
+ LOCAL_SENSORS,
187
sizeof(
sSensorList
[0]) * (ARRAY_SIZE(
sSensorList
) - LOCAL_SENSORS));
/device/generic/goldfish/sensors/
sensors_qemu.c
485
* this table is used to build
sSensorList
declared below
549
static struct sensor_t
sSensorList
[MAX_NUM_SENSORS];
587
sSensorList
[count++] = sSensorListInit[nn];
590
*list =
sSensorList
;
/device/htc/flounder/sensor_hub/libsensors/
sensors.cpp
43
static const struct sensor_t
sSensorList
[] = {
564
*list =
sSensorList
;
565
return ARRAY_SIZE(
sSensorList
);
Completed in 74 milliseconds