/hardware/libhardware/modules/thermal/ |
D | thermal.c | 89 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local 111 &nice, &system, &idle); in get_cpu_usages() 124 total = active + idle; in get_cpu_usages()
|
/hardware/qcom/sdm845/thermal/ |
D | thermal.c | 83 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local 114 &nice, &system, &idle); in get_cpu_usages() 132 total = active + idle; in get_cpu_usages()
|
/hardware/qcom/sm8150/thermal/ |
D | thermal.c | 83 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local 114 &nice, &system, &idle); in get_cpu_usages() 132 total = active + idle; in get_cpu_usages()
|
/hardware/google/pixel/perfstatsd/ |
D | cpu_usage.cpp | 171 uint64_t idle = 0; in getOverallUsage() local 184 !base::ParseUint(fields[base + 3], &idle) || in getOverallUsage() 193 uint64_t cpuTime = user + nice + system + idle + iowait + irq + softirq + steal; in getOverallUsage() 194 uint64_t cpuUsage = cpuTime - idle - iowait; in getOverallUsage()
|
/hardware/interfaces/radio/1.2/ |
D | IRadioIndication.hal | 60 * An empty configs list indicates that the radio is in idle mode.
|
/hardware/google/pixel/thermal/ |
D | thermal-helper.cpp | 89 uint64_t cpu_num, user, nice, system, idle; in parseCpuUsagesFileAndAssignUsages() local 110 idle = std::stoi(words[4]); in parseCpuUsagesFileAndAssignUsages() 125 (*cpu_usages)[cpu_num].total = user + nice + system + idle; in parseCpuUsagesFileAndAssignUsages()
|
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFace.hal | 53 * returning to the idle state. Calling this method with the same userId 119 * expected to be used to limit power usage if the device becomes idle 236 * authentication, where the device is idle to conserve power while
|
/hardware/interfaces/radio/1.4/ |
D | IRadioIndication.hal | 71 * An empty configs list indicates that the radio is in idle mode.
|
D | types.hal | 1021 * control (RRC) connection must be released and the UE must return to idle.
|
/hardware/interfaces/media/bufferpool/2.0/ |
D | IAccessor.hal | 56 * client processes are idle. Buffer invalidation caused by
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprint.hal | 96 * to all running clients. Switches the HAL state machine back to the idle
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantP2pIface.hal | 114 * Set the Maximum idle time in seconds for P2P groups. 341 * If the P2P module is not idle at the time the Extended Listen Timing
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 217 uint8 idle; /* avail in pool */ member
|
D | wlioctl.h | 1104 uint32 idle; /* time since data pkt rx'd from sta */ member
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 2560 * AP remains in SHUTDOWN_PREPARE state as idle and cleanup tasks execute. 2585 * AP has transitions to SHUTDOWN_PREPARE state. In this state, Garage Mode will execute idle
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 1159 // is expected, for example, when the device is idle
|