Searched refs:power (Results 1 – 25 of 87) sorted by relevance
1234
/system/extras/tests/workloads/ |
D | pwrsummary.sh | 149 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
|
D | pwrtest.sh | 158 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/ |
D | power_management.md | 27 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/ |
D | README | 1 This directory contains a C++ implementation of power management for use by 5 daemon/ - nativepowerman, a daemon that performs power management
|
/system/core/rootdir/ |
D | init.zygote32.rc | 5 onrestart write /sys/power/state on
|
D | init.zygote64.rc | 5 onrestart write /sys/power/state on
|
D | init.zygote64_32.rc | 5 onrestart write /sys/power/state on
|
D | init.zygote32_64.rc | 5 onrestart write /sys/power/state on
|
D | init.rc | 231 # 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
|
D | init.usb.rc | 131 # USB power role changes
|
/system/sepolicy/ |
D | perfprofd.te | 33 # perfprofd inspects /sys/power/wake_unlock
|
D | te_macros | 212 # Access /sys/power/wake_lock and /sys/power/wake_unlock
|
D | file_contexts | 370 /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
|
D | service_contexts | 103 power u:object_r:power_service:s0
|
/system/core/healthd/ |
D | BatteryMonitor.cpp | 304 double power = ((double)ChargingCurrent / MILLION) * in update() local 306 if (MaxPower < power) { in update() 309 MaxPower = power; in update()
|
/system/core/metricsd/ |
D | README.md | 115 memory usage, power) as well as aggregated event counts.
|
/system/update_engine/ |
D | payload_state.cc | 499 int power = min(GetFullPayloadAttemptNumber() - 1, kMaxShifts); in UpdateBackoffExpiryTime() local 503 num_days = min(num_days << power, kMaxBackoffDays); in UpdateBackoffExpiryTime()
|
/system/extras/memory_replay/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the
|
/system/tpm/attestation/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the
|
/system/extras/pagecache/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the
|
/system/core/libnetutils/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the
|
/system/extras/showslab/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the
|
/system/core/debuggerd/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the
|
/system/tools/aidl/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the
|
/system/extras/kexec_tools/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the
|
1234