OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sSensorList
(Results
1 - 9
of
9
) sorted by null
/hardware/invensense/60xx/libsensors_iio/
sensors_mpl.cpp
52
static struct sensor_t
sSensorList
[LOCAL_SENSORS];
53
static int sensors = (sizeof(
sSensorList
) / sizeof(sensor_t));
61
*list =
sSensorList
;
123
mplSensor->populateSensorList(
sSensorList
, sizeof(
sSensorList
));
MPLSensor.cpp
88
static struct sensor_t
sSensorList
[] =
[
all
...]
/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));
/hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp
53
static struct sensor_t
sSensorList
[LOCAL_SENSORS];
54
static int sensors = (sizeof(
sSensorList
) / sizeof(sensor_t));
62
*list =
sSensorList
;
136
mplSensor->populateSensorList(
sSensorList
, sizeof(
sSensorList
));
MPLSensor.cpp
116
static struct sensor_t
sSensorList
[] =
[
all
...]
/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));
/hardware/akm/AK8975_FS/libsensors/
sensors.cpp
63
static const struct sensor_t
sSensorList
[] = {
103
*list =
sSensorList
;
104
return ARRAY_SIZE(
sSensorList
);
/device/generic/goldfish/sensors/
sensors_qemu.c
480
* this table is used to build
sSensorList
declared below
544
static struct sensor_t
sSensorList
[MAX_NUM_SENSORS];
582
sSensorList
[count++] = sSensorListInit[nn];
585
*list =
sSensorList
;
/hardware/invensense/60xx/libsensors/
MPLSensor.cpp
73
static struct sensor_t
sSensorList
[] =
1124
memcpy(list,
sSensorList
, sizeof (struct sensor_t) * 7);
[
all
...]
Completed in 135 milliseconds