Searched refs:hc (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/lz4diff/ |
D | lz4diff_compress.cc | 41 auto hc = LZ4_createStreamHC(); in TryCompressBlob() local 43 if (hc) { in TryCompressBlob() 44 LZ4_freeStreamHC(hc); in TryCompressBlob() 45 hc = nullptr; in TryCompressBlob() 75 hc, in TryCompressBlob()
|
/system/nfc/src/rust/nci/ |
D | nci.rs | 43 let hc = nfc_hal::init().await; in init() localVariable 51 let hal_events = hc.hal_events.clone(); in init() 56 sender: hc.out_data_tx.clone(), in init() 59 tokio::spawn(dispatch(notifications, connections.clone(), hc, cmd_rx)); in init() 319 mut hc: Hal, in dispatch() 331 Some(cmd) = hc.in_cmd_rx.recv() => { in dispatch() 375 if let Err(e) = hc.out_cmd_tx.send(queued.pending.cmd.clone().into()) { in dispatch() 388 Some(data) = hc.in_data_rx.recv() => lcons.send_callback(data).await, in dispatch()
|
/system/core/healthd/ |
D | BatteryMonitor_v1.cpp | 594 void BatteryMonitor::init(struct healthd_config *hc) { in init() argument 598 mHealthdConfig = hc; in init() 612 find(hc->ignorePowerSupplyNames.begin(), hc->ignorePowerSupplyNames.end(), in init() 614 if (itIgnoreName != hc->ignorePowerSupplyNames.end()) in init() 775 hc->periodic_chores_interval_fast = -1; in init() 776 hc->periodic_chores_interval_slow = -1; in init()
|
D | BatteryMonitor.cpp | 756 void BatteryMonitor::init(struct healthd_config *hc) { in init() argument 760 mHealthdConfig = hc; in init() 774 find(hc->ignorePowerSupplyNames.begin(), hc->ignorePowerSupplyNames.end(), in init() 776 if (itIgnoreName != hc->ignorePowerSupplyNames.end()) in init() 985 hc->periodic_chores_interval_fast = -1; in init() 986 hc->periodic_chores_interval_slow = -1; in init()
|
/system/core/healthd/include/healthd/ |
D | BatteryMonitor_v1.h | 61 void init(struct healthd_config *hc);
|
D | BatteryMonitor.h | 72 void init(struct healthd_config *hc);
|
/system/extras/simpleperf/scripts/inferno/ |
D | inferno.b64 | 1 …hc/RRuaxtACpEGkDQASGgSfdoowdhZ44JHnLsrZ/zZOIYOP8YJBmtca+7C22FUCa/0vUQCiIQTFUwUCv/EKKQBxGsKu6qwa4ok…
|