Home
last modified time | relevance | path

Searched refs:LinkedCallback (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/health/aidl/default/
DLinkedCallback.cpp27 ::android::base::Result<LinkedCallback*> LinkedCallback::Make( in Make()
29 LinkedCallback* ret(new LinkedCallback()); in Make()
43 LinkedCallback::LinkedCallback() = default;
45 std::shared_ptr<Health> LinkedCallback::service() { in service()
51 void LinkedCallback::OnCallbackDied() { in OnCallbackDied()
DLinkedCallback.h32 class LinkedCallback {
37 static ::android::base::Result<LinkedCallback*> Make(
43 LinkedCallback();
44 DISALLOW_COPY_AND_ASSIGN(LinkedCallback);
DHealth.cpp36 LinkedCallback* linked = reinterpret_cast<LinkedCallback*>(cookie); in OnCallbackDiedWrapped()
41 LinkedCallback* linked = reinterpret_cast<LinkedCallback*>(cookie); in onCallbackUnlinked()
291 auto linked_callback_result = LinkedCallback::Make(ref<Health>(), callback); in registerCallback()
DAndroid.bp112 "LinkedCallback.cpp",
180 "LinkedCallback.cpp",
/hardware/interfaces/health/aidl/default/include/health-impl/
DHealth.h32 class LinkedCallback; variable
105 friend LinkedCallback; // for exposing death_recipient_
116 std::map<LinkedCallback*, std::shared_ptr<IHealthInfoCallback>> callbacks_;