/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/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.6/ |
D | IRadioIndication.hal | 110 * An empty configs list shall be returned when the radio is in idle mode (i.e. RRC idle).
|
/hardware/interfaces/radio/1.2/ |
D | IRadioIndication.hal | 60 * An empty configs list indicates that the radio is in idle mode.
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 4410 StateDag::Node idle = d->makeNode( in makeBurstCommands() local 4414 d->makeNode(State::STANDBY, kStartCommand, idle); in makeBurstCommands() 4418 StateDag::Node idle = d->makeNode(State::IDLE, kBurstCommand, active); in makeBurstCommands() local 4422 idle.children().push_back(d->makeNode(State::TRANSFERRING, kTransferReadyEvent, active)); in makeBurstCommands() 4423 d->makeNode(State::STANDBY, kStartCommand, idle); in makeBurstCommands() 4452 StateDag::Node idle = in makeAsyncDrainCommands() local 4458 idle.children().push_back(d->makeFinalNode(State::ACTIVE)); in makeAsyncDrainCommands() 4459 d->makeNode(State::STANDBY, kStartCommand, idle); in makeAsyncDrainCommands() 4479 StateDag::Node idle = d->makeNode(State::IDLE, kBurstCommand, active); in makeDrainOutCommands() local 4481 idle.children().push_back(d->makeNode(State::TRANSFERRING, kTransferReadyEvent, active)); in makeDrainOutCommands() [all …]
|
/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/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_swapchain_maintenance1.adoc | 166 using CPU time that may otherwise have gone idle waiting for the GPU.
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_x11.c | 1249 xcb_present_idle_notify_event_t *idle = (void *) event; in x11_handle_dri3_present_event() local 1252 if (chain->images[i].pixmap == idle->pixmap) { in x11_handle_dri3_present_event()
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 1320 * A Value of F2FS smart idle maintenance feature enabled 1324 /* Smart idle maint is enabled */
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 1163 // is expected, for example, when the device is idle
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 3736 * AP sends this message repeatedly while cleanup and idle tasks execute. 3769 * AP is preparing to shut down. In this state, Garage Mode is active and idle
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | synchronization.adoc | 7510 [[synchronization-wait-idle]] 7513 [open,refpage='vkQueueWaitIdle',desc='Wait for a queue to become idle',type='protos'] 7535 [open,refpage='vkDeviceWaitIdle',desc='Wait for a device to become idle',type='protos'] 7544 * pname:device is the logical device to idle.
|
D | fundamentals.adoc | 455 retrieved from them are idle, and all objects created from them have
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 12250 ** Moved device idle and queue wait idle to synchronization chapter in
|