Home
last modified time | relevance | path

Searched refs:hc (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/hardware/interfaces/health/1.0/default/
H A Dconvert.cpp48 hc->batteryStatusPath = in convertFromHealthConfig()
52 hc->batteryHealthPath = in convertFromHealthConfig()
56 hc->batteryPresentPath = in convertFromHealthConfig()
60 hc->batteryCapacityPath = in convertFromHealthConfig()
64 hc->batteryVoltagePath = in convertFromHealthConfig()
68 hc->batteryTemperaturePath = in convertFromHealthConfig()
72 hc->batteryTechnologyPath = in convertFromHealthConfig()
76 hc->batteryCurrentNowPath = in convertFromHealthConfig()
80 hc->batteryCurrentAvgPath = in convertFromHealthConfig()
88 hc->batteryFullChargePath = in convertFromHealthConfig()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DWatchdog.java473 for (HandlerChecker hc : mHandlerCheckers) { in pauseWatchingCurrentThread()
475 hc.pauseLocked(reason); in pauseWatchingCurrentThread()
495 for (HandlerChecker hc : mHandlerCheckers) { in resumeWatchingCurrentThread()
497 hc.resumeLocked(reason); in resumeWatchingCurrentThread()
518 HandlerChecker hc = mHandlerCheckers.get(i); in evaluateCheckerCompletionLocked() local
519 state = Math.max(state, hc.getCompletionStateLocked()); in evaluateCheckerCompletionLocked()
527 HandlerChecker hc = mHandlerCheckers.get(i); in getBlockedCheckersLocked() local
528 if (hc.isOverdueLocked()) { in getBlockedCheckersLocked()
529 checkers.add(hc); in getBlockedCheckersLocked()
609 HandlerChecker hc = mHandlerCheckers.get(i); in run() local
[all …]
/aosp12/hardware/interfaces/health/1.0/default/include/
H A Dhal_conversion.h29 void convertToHealthConfig(const struct healthd_config *hc,
31 void convertFromHealthConfig(const HealthConfig& c, struct healthd_config *hc);
/aosp12/system/core/healthd/
H A DBatteryMonitor.cpp527 void BatteryMonitor::init(struct healthd_config *hc) { in init() argument
531 mHealthdConfig = hc; in init()
545 itIgnoreName = find(hc->ignorePowerSupplyNames.begin(), in init()
546 hc->ignorePowerSupplyNames.end(), String8(name)); in init()
547 if (itIgnoreName != hc->ignorePowerSupplyNames.end()) in init()
701 hc->periodic_chores_interval_fast = -1; in init()
702 hc->periodic_chores_interval_slow = -1; in init()
/aosp12/system/core/healthd/include/healthd/
H A DBatteryMonitor.h56 void init(struct healthd_config *hc);
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoControlsService.kt65 val hc = String.format("0x%08x", control.hashCode()) regex
66 return ("Control($hc id=${control.controlId}, type=${control.deviceType}, " +
/aosp12/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c1192 hci_command_hdr hc; in hci_send_cmd() local
1196 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
1197 hc.plen= plen; in hci_send_cmd()
1201 iv[1].iov_base = &hc; in hci_send_cmd()
/aosp12/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A Dhw_ar3k.c1196 hci_command_hdr hc; in hci_send_cmd() local
1200 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
1201 hc.plen= plen; in hci_send_cmd()
1205 iv[1].iov_base = &hc; in hci_send_cmd()
/aosp12/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c1192 hci_command_hdr hc; in hci_send_cmd() local
1196 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
1197 hc.plen= plen; in hci_send_cmd()
1201 iv[1].iov_base = &hc; in hci_send_cmd()
/aosp12/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c1198 hci_command_hdr hc; in hci_send_cmd() local
1202 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
1203 hc.plen= plen; in hci_send_cmd()
1207 iv[1].iov_base = &hc; in hci_send_cmd()
/aosp12/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhw_ar3k.c1200 hci_command_hdr hc; in hci_send_cmd() local
1204 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
1205 hc.plen= plen; in hci_send_cmd()
1209 iv[1].iov_base = &hc; in hci_send_cmd()
/aosp12/hardware/qcom/sdm845/bt/libbt-vendor/src/
H A Dhw_ar3k.c1198 hci_command_hdr hc; in hci_send_cmd() local
1202 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
1203 hc.plen= plen; in hci_send_cmd()
1207 iv[1].iov_base = &hc; in hci_send_cmd()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
H A DAppEventProducer.java312 private static String getHotseatContainerString(HotseatContainer hc) { in getHotseatContainerString() argument
313 return String.format(Locale.ENGLISH, "hotseat/%1$d/[%1$d,0]/[1,1]", hc.getIndex()); in getHotseatContainerString()
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dprettify.js5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="… variable
18 …ha){var b=document.createElement(gc);b.appendChild(document.createTextNode(hc));ha=!/</.test(b.inn…
/aosp12/art/runtime/
H A Dmonitor.cc161 int32_t hc = hash_code_.load(std::memory_order_relaxed); in GetHashCode() local
166 hc = hash_code_.load(std::memory_order_relaxed); in GetHashCode()
169 return hc; in GetHashCode()
/aosp12/hardware/interfaces/neuralnetworks/1.0/
H A Dtypes.hal839 * g(W_{xc}x_t+W_{hc}h_{t-1}+b_c),\ t_{cell}) & \\
866 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix,
948 * * 7: The recurrent-to-cell weights (\f$W_{hc}\f$).
/aosp12/hardware/interfaces/neuralnetworks/1.2/
H A Dtypes.hal1108 * g(W_{xc}x_t+W_{hc}h_{t-1}+b_c),\ t_{cell}) & \\
1135 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix,
1234 * * 7: The recurrent-to-cell weights (\f$W_{hc}\f$).
4503 * * 7: The recurrent-to-cell weights (\f$W_{hc}\f$).
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A Dtypes.spec1535 * g(W_{xc}x_t+W_{hc}h_{t-1}+b_c),\ t_{cell}) & \\
1562 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix,
1669 * * 7: The recurrent-to-cell weights (\f$W_{hc}\f$).
/aosp12/hardware/interfaces/neuralnetworks/1.3/
H A Dtypes.hal1107 * g(W_{xc}x_t+W_{hc}h_{t-1}+b_c),\ t_{cell}) & \\
1134 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix,
1233 * * 7: The recurrent-to-cell weights (\f$W_{hc}\f$).
4765 * * 7: The recurrent-to-cell weights (\f$W_{hc}\f$).
/aosp12/system/extras/simpleperf/scripts/inferno/
H A Dinferno.b641hc/RRuaxtACpEGkDQASGgSfdoowdhZ44JHnLsrZ/zZOIYOP8YJBmtca+7C22FUCa/0vUQCiIQTFUwUCv/EKKQBxGsKu6qwa4ok…
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/packages/apps/TV/tuner/tests/assets/
H A Dcapture_kqed.ts Error!