OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_usage_t
(Results
1 - 8
of
8
) sorted by null
/hardware/libhardware/include/hardware/
thermal.h
132
}
cpu_usage_t
;
typedef in typeref:struct:__anon32270
166
* should allocate a
cpu_usage_t
array with that number of elements.
167
* Caller is responsible for allocating
cpu_usage_t
array |list| of
177
ssize_t (*getCpuUsages)(struct thermal_module *module,
cpu_usage_t
*list);
/hardware/libhardware/modules/thermal/
thermal.c
86
static ssize_t get_cpu_usages(thermal_module_t *module,
cpu_usage_t
*list) {
145
list[size] = (
cpu_usage_t
) {
/frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp
158
cpu_usage_t
*list = (
cpu_usage_t
*) malloc(size * sizeof(
cpu_usage_t
));
/device/google/marlin/thermal/
thermal.c
178
static ssize_t get_cpu_usages(thermal_module_t *module,
cpu_usage_t
*list) {
247
list[size] = (
cpu_usage_t
) {
/device/htc/flounder/thermal/
thermal.c
143
static ssize_t get_cpu_usages(thermal_module_t *module,
cpu_usage_t
*list) {
212
list[size] = (
cpu_usage_t
) {
/device/huawei/angler/thermal/
thermal.c
177
static ssize_t get_cpu_usages(thermal_module_t *module,
cpu_usage_t
*list) {
246
list[size] = (
cpu_usage_t
) {
/device/lge/bullhead/thermal/
thermal.c
179
static ssize_t get_cpu_usages(thermal_module_t *module,
cpu_usage_t
*list) {
248
list[size] = (
cpu_usage_t
) {
/device/moto/shamu/thermal/
thermal.c
169
static ssize_t get_cpu_usages(thermal_module_t *module,
cpu_usage_t
*list) {
238
list[size] = (
cpu_usage_t
) {
Completed in 473 milliseconds