Lines Matching refs:BinderHealth
45 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()
181 int BinderHealth::PrepareToWait(void) { in PrepareToWait()