OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sensorentry
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/
sensors-port.c
67
typedef struct
SensorEntry
{
73
}
SensorEntry
;
116
_sensor_entry_is_terminator(const
SensorEntry
* entry)
125
static const
SensorEntry
*
126
_sensor_entry_next(const
SensorEntry
* entry)
131
entry = (const
SensorEntry
*)(entry->sensor_name + strlen(entry->sensor_name) + 1);
141
_sensor_entry_list_size(const
SensorEntry
* entry) {
185
_sensors_port_save_sensors(AndroidSensorsPort* asp, const
SensorEntry
* list)
195
const
SensorEntry
* entry = _sensor_entry_is_terminator(list) ? NULL : list;
290
/* Parse query response which is a flat list of
SensorEntry
entries. *
[
all
...]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryStatsHelper.java
505
for (Map.Entry<Integer, ? extends BatteryStats.Uid.Sensor>
sensorEntry
507
Uid.Sensor sensor =
sensorEntry
.getValue();
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
[
all
...]
Completed in 352 milliseconds