Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 22 of 22) sorted by relevance

/hardware/libhardware/modules/thermal/
Dthermal.c89 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/
Dthermal.c83 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/
Dcpu_usage.cpp171 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/
DIRadioIndication.hal110 * An empty configs list shall be returned when the radio is in idle mode (i.e. RRC idle).
/hardware/interfaces/radio/1.2/
DIRadioIndication.hal60 * An empty configs list indicates that the radio is in idle mode.
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp4410 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/
DIBiometricsFace.hal53 * 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/
DIRadioIndication.hal71 * An empty configs list indicates that the radio is in idle mode.
Dtypes.hal1021 * control (RRC) connection must be released and the UE must return to idle.
/hardware/interfaces/media/bufferpool/2.0/
DIAccessor.hal56 * client processes are idle. Buffer invalidation caused by
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprint.hal96 * to all running clients. Switches the HAL state machine back to the idle
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantP2pIface.hal114 * 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/
Dbcmutils.h217 uint8 idle; /* avail in pool */ member
Dwlioctl.h1104 uint32 idle; /* time since data pkt rx'd from sta */ member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_swapchain_maintenance1.adoc166 using CPU time that may otherwise have gone idle waiting for the GPU.
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c1249 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/
Dpixelatoms.proto1320 * A Value of F2FS smart idle maintenance feature enabled
1324 /* Smart idle maint is enabled */
/hardware/interfaces/radio/1.0/
Dtypes.hal1163 // is expected, for example, when the device is idle
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal3736 * 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/
Dsynchronization.adoc7510 [[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.
Dfundamentals.adoc455 retrieved from them are idle, and all objects created from them have
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc12250 ** Moved device idle and queue wait idle to synchronization chapter in