OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_cpu_temperatures
(Results
1 - 4
of
4
) sorted by null
/device/google/marlin/thermal/
thermal.c
108
static ssize_t
get_cpu_temperatures
(temperature_t *list, size_t size) {
function
134
result =
get_cpu_temperatures
(list, size);
/device/huawei/angler/thermal/
thermal.c
107
static ssize_t
get_cpu_temperatures
(temperature_t *list, size_t size) {
function
133
result =
get_cpu_temperatures
(list, size);
/device/lge/bullhead/thermal/
thermal.c
105
static ssize_t
get_cpu_temperatures
(temperature_t *list, size_t size) {
function
135
result =
get_cpu_temperatures
(list, size);
/device/moto/shamu/thermal/
thermal.c
103
static ssize_t
get_cpu_temperatures
(temperature_t *list, size_t size) {
function
128
result =
get_cpu_temperatures
(list, size);
Completed in 144 milliseconds