Searched refs:BinderHealth (Results 1 – 4 of 4) sorted by relevance
45 BinderHealth::BinderHealth(const std::string& name, const sp<IHealth>& impl) in BinderHealth() function in android::hardware::health::V2_1::implementation::BinderHealth55 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 …]
22 "BinderHealth.cpp",
24 using ::android::hardware::health::V2_1::implementation::BinderHealth;35 sp<BinderHealth> binder = new BinderHealth(gInstanceName, passthrough); in main()
33 class BinderHealth : public HalHealthLoop, public IHealth, public hidl_death_recipient {36 BinderHealth(const std::string& name, const sp<IHealth>& impl);