Searched refs:temperature (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/build/android/pylib/perf/
H A Dthermal_throttle.py13 'temperature')
116 temperature = self._detector.GetThrottlingTemperature(line)
117 if temperature is not None:
119 serial_number, temperature, degree_symbol)
122 # Print current temperature of CPU SoC.
123 temperature = self._detector.GetCurrentTemperature()
124 if temperature is not None:
125 logging.debug(u'Current SoC temperature of %s = %3.1f%sC',
126 serial_number, temperature, degree_symbol)
128 # Print temperature o
[all...]
/external/qemu/android/
H A Dhw-sensors.c117 Temperature temperature; member in union:__anon29149::__anon29150
155 * temperature:<celsius>
328 snprintf(buffer, sizeof buffer, "temperature:%g",
329 sensor->u.temperature.celsius);
544 qemu_put_float(f, s->u.temperature.celsius);
595 s->u.temperature.celsius = qemu_get_float(f);
/external/oprofile/events/x86-64/hammer/
H A Dunit_masks184 0x04 Number of clocks when die temperature is higher than the software high temperature threshold (RevF)
185 0x08 Number of clocks when high temperature threshold was exceeded (RevF)
/external/kernel-headers/original/uapi/linux/
H A Dnvme.h114 __u8 temperature[2]; member in struct:nvme_smart_log

Completed in 174 milliseconds