Home
last modified time | relevance | path

Searched defs:HalHealthLoop (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/interfaces/health/aidl/default/include/health-impl/
H A DHalHealthLoop.h27 class HalHealthLoop; variable
48 HalHealthLoop(std::shared_ptr<IHealth> service, std::shared_ptr<HalHealthLoopCallback> callback) in HalHealthLoop() function
/aosp_15_r20/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
H A DHalHealthLoop.h35 HalHealthLoop(const std::string& name, const sp<IHealth>& service) in HalHealthLoop() function
/aosp_15_r20/system/core/healthd/
H A Dhealthd_mode_charger_hidl.h29 using HalHealthLoop = ::android::hardware::health::V2_1::implementation::HalHealthLoop; variable
/aosp_15_r20/hardware/interfaces/health/aidl/default/
H A DChargerUtils.cpp76 void OnInit(HalHealthLoop*, struct healthd_config* config) override { in OnInit() argument