Home
last modified time | relevance | path

Searched refs:current_index (Results 1 – 3 of 3) sorted by relevance

/device/huawei/angler/thermal/
Dthermal.c127 size_t current_index = 0; in get_temperatures() local
137 current_index += result; in get_temperatures()
140 if (current_index < size) { in get_temperatures()
144 &list[current_index]); in get_temperatures()
148 current_index++; in get_temperatures()
152 if (current_index < size) { in get_temperatures()
156 &list[current_index]); in get_temperatures()
160 current_index++; in get_temperatures()
164 if (current_index < size) { in get_temperatures()
168 &list[current_index]); in get_temperatures()
[all …]
/device/google/marlin/thermal/
Dthermal.c128 size_t current_index = 0; in get_temperatures() local
138 current_index += result; in get_temperatures()
141 if (current_index < size) { in get_temperatures()
145 &list[current_index]); in get_temperatures()
149 current_index++; in get_temperatures()
153 if (current_index < size) { in get_temperatures()
157 &list[current_index]); in get_temperatures()
161 current_index++; in get_temperatures()
165 if (current_index < size) { in get_temperatures()
169 &list[current_index]); in get_temperatures()
[all …]
/device/lge/bullhead/thermal/
Dthermal.c128 size_t current_index = 0; in get_temperatures() local
139 current_index += result; in get_temperatures()
142 if (current_index < size) { in get_temperatures()
146 UNKNOWN_TEMPERATURE, UNKNOWN_TEMPERATURE, &list[current_index]); in get_temperatures()
150 current_index++; in get_temperatures()
154 if (current_index < size) { in get_temperatures()
158 0.001, UNKNOWN_TEMPERATURE, BATTERY_SHUTDOWN_THRESHOLD, &list[current_index]); in get_temperatures()
162 current_index++; in get_temperatures()
166 if (current_index < size) { in get_temperatures()
170 UNKNOWN_TEMPERATURE, &list[current_index]); in get_temperatures()
[all …]