Home
last modified time | relevance | path

Searched refs:power (Results 1 – 25 of 87) sorted by relevance

1234

/system/extras/tests/workloads/
Dpwrsummary.sh149 powerfile=${workload}-power.out
167 power=$(echo $2 $baselinePower | awk '{ printf "%.2f", $1-$2; }')
194 …perfPerWatt=$(echo $aveperf $power | awk '{ if ($2) { val=$1*1000/$2; printf "%.3f\n", val; } else…
196 …,%s,%f,%f,%f,%f,%f,%f," $testdir "$build" $minperf $aveperf $maxperf $current $baselinePower $power
199 … %12.2f %12.2f %12.2f " $testdir "$build" $minperf $aveperf $maxperf $current $baselinePower $power
Dpwrtest.sh158 collectOutput=${testName}-power-raw.out
159 powerOutput=${testName}-power.out
178 echo power data for $testName copied to $collectOutput
261 echo Test 1 : measure idle power for $idleTime minutes
264 echo Restarting for power baseline in airplane mode...
/system/bt/doc/
Dpower_management.md27 The PM code makes calls into the BTM module to set various power
35 Overall power states are managed *per device*, not per connection, but the power
36 policy is determined by the greatest allowable power action defined across all
40 states it wants ACTIVE, the power management code will change to ACTIVE.
44 The tables that determine which power levels are acceptable for which profiles
52 power modes are acceptable and what actions to take for each event.
63 from `bta_dm_conn_srvcs` and no longer be considered for power management
71 - `BTA_DM_PM_ACTIVE` is full-on power.
73 timeout is possible to be set, which effectively allows a power operation to
79 `bta_dm_pm_cback` with the bta sys module for incoming power management events,
[all …]
/system/nativepower/
DREADME1 This directory contains a C++ implementation of power management for use by
5 daemon/ - nativepowerman, a daemon that performs power management
/system/core/rootdir/
Dinit.zygote32.rc5 onrestart write /sys/power/state on
Dinit.zygote64.rc5 onrestart write /sys/power/state on
Dinit.zygote64_32.rc5 onrestart write /sys/power/state on
Dinit.zygote32_64.rc5 onrestart write /sys/power/state on
Dinit.rc231 # property when the power button is held.
492 chown system system /sys/power/autosleep
493 chown system system /sys/power/state
494 chown system system /sys/power/wakeup_count
495 chown radio wakelock /sys/power/wake_lock
496 chown radio wakelock /sys/power/wake_unlock
497 chmod 0660 /sys/power/state
498 chmod 0660 /sys/power/wake_lock
499 chmod 0660 /sys/power/wake_unlock
Dinit.usb.rc131 # USB power role changes
/system/sepolicy/
Dperfprofd.te33 # perfprofd inspects /sys/power/wake_unlock
Dte_macros212 # Access /sys/power/wake_lock and /sys/power/wake_unlock
Dfile_contexts370 /sys/devices/platform/nfc-power/nfc_power -- u:object_r:sysfs_nfc_power_writable:s0
375 /sys/power/wake_lock -- u:object_r:sysfs_wake_lock:s0
376 /sys/power/wake_unlock -- u:object_r:sysfs_wake_lock:s0
Dservice_contexts103 power u:object_r:power_service:s0
/system/core/healthd/
DBatteryMonitor.cpp304 double power = ((double)ChargingCurrent / MILLION) * in update() local
306 if (MaxPower < power) { in update()
309 MaxPower = power; in update()
/system/core/metricsd/
DREADME.md115 memory usage, power) as well as aggregated event counts.
/system/update_engine/
Dpayload_state.cc499 int power = min(GetFullPayloadAttemptNumber() - 1, kMaxShifts); in UpdateBackoffExpiryTime() local
503 num_days = min(num_days << power, kMaxBackoffDays); in UpdateBackoffExpiryTime()
/system/extras/memory_replay/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
/system/tpm/attestation/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
/system/extras/pagecache/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
/system/core/libnetutils/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
/system/extras/showslab/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
/system/core/debuggerd/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
/system/tools/aidl/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
/system/extras/kexec_tools/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the

1234