Searched refs:hc (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/health/1.0/default/ |
D | convert.cpp | 25 void convertToHealthConfig(const struct healthd_config *hc, HealthConfig& config) { in convertToHealthConfig() argument 26 config.periodicChoresIntervalFast = hc->periodic_chores_interval_fast; in convertToHealthConfig() 27 config.periodicChoresIntervalSlow = hc->periodic_chores_interval_slow; in convertToHealthConfig() 29 config.batteryStatusPath = hc->batteryStatusPath.string(); in convertToHealthConfig() 30 config.batteryHealthPath = hc->batteryHealthPath.string(); in convertToHealthConfig() 31 config.batteryPresentPath = hc->batteryPresentPath.string(); in convertToHealthConfig() 32 config.batteryCapacityPath = hc->batteryCapacityPath.string(); in convertToHealthConfig() 33 config.batteryVoltagePath = hc->batteryVoltagePath.string(); in convertToHealthConfig() 34 config.batteryTemperaturePath = hc->batteryTemperaturePath.string(); in convertToHealthConfig() 35 config.batteryTechnologyPath = hc->batteryTechnologyPath.string(); in convertToHealthConfig() [all …]
|
/hardware/interfaces/health/1.0/default/include/ |
D | hal_conversion.h | 29 void convertToHealthConfig(const struct healthd_config *hc, 31 void convertFromHealthConfig(const HealthConfig& c, struct healthd_config *hc);
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_ar3k.c | 1196 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()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_ar3k.c | 1192 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()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 1198 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()
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | hw_ar3k.c | 1198 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()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_ar3k.c | 1192 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()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_ar3k.c | 1200 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()
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 838 * g(W_{xc}x_t+W_{hc}h_{t-1}+b_c),\ t_{cell}) & \\ 865 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix, 947 * * 7: The recurrent-to-cell weights (\f$W_{hc}\f$).
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 1106 * g(W_{xc}x_t+W_{hc}h_{t-1}+b_c),\ t_{cell}) & \\ 1133 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix, 1232 * * 7: The recurrent-to-cell weights (\f$W_{hc}\f$). 4501 * * 7: The recurrent-to-cell weights (\f$W_{hc}\f$).
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 1103 * g(W_{xc}x_t+W_{hc}h_{t-1}+b_c),\ t_{cell}) & \\ 1130 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix, 1229 * * 7: The recurrent-to-cell weights (\f$W_{hc}\f$). 4759 * * 7: The recurrent-to-cell weights (\f$W_{hc}\f$).
|