Home
last modified time | relevance | path

Searched refs:BinderHealth (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/health/utils/libhealth2impl/
DBinderHealth.cpp45 BinderHealth::BinderHealth(const std::string& name, const sp<IHealth>& impl) in BinderHealth() function in android::hardware::health::V2_1::implementation::BinderHealth
55 Return<Result> BinderHealth::registerCallback(const sp<V2_0::IHealthInfoCallback>& callback) { in registerCallback()
95 bool BinderHealth::unregisterCallbackInternal(const sp<IBase>& callback) { in unregisterCallbackInternal()
114 Return<Result> BinderHealth::update() { in update()
127 Return<Result> BinderHealth::unregisterCallback(const sp<V2_0::IHealthInfoCallback>& callback) { in unregisterCallback()
131 void BinderHealth::OnHealthInfoChanged(const HealthInfo& health_info) { in OnHealthInfoChanged()
148 void BinderHealth::serviceDied(uint64_t /* cookie */, const wp<IBase>& who) { in serviceDied()
152 void BinderHealth::BinderEvent(uint32_t /*epevents*/) { in BinderEvent()
158 void BinderHealth::Init(struct healthd_config* config) { in Init()
168 static_cast<BinderHealth*>(health_loop)->BinderEvent(epevents); in Init()
[all …]
DAndroid.bp22 "BinderHealth.cpp",
/hardware/interfaces/health/2.1/default/
Dservice.cpp24 using ::android::hardware::health::V2_1::implementation::BinderHealth;
35 sp<BinderHealth> binder = new BinderHealth(gInstanceName, passthrough); in main()
/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DBinderHealth.h33 class BinderHealth : public HalHealthLoop, public IHealth, public hidl_death_recipient {
36 BinderHealth(const std::string& name, const sp<IHealth>& impl);