Home
last modified time | relevance | path

Searched refs:CallbackDeathRecipient (Results 1 – 2 of 2) sorted by relevance

/system/bt/service/ipc/binder/
Dremote_callback_list.h70 class CallbackDeathRecipient : public android::IBinder::DeathRecipient {
72 CallbackDeathRecipient(const android::sp<T>& callback,
88 android::sp<CallbackDeathRecipient>>;
123 sp<CallbackDeathRecipient> dr(new CallbackDeathRecipient(callback, this)); in Register()
161 sp<CallbackDeathRecipient> dr = iter->second; in UnregisterInternal()
180 RemoteCallbackList<T>::CallbackDeathRecipient::CallbackDeathRecipient( in CallbackDeathRecipient() function
188 void RemoteCallbackList<T>::CallbackDeathRecipient::binderDied( in binderDied()
Dremote_callback_map.h82 class CallbackDeathRecipient : public android::IBinder::DeathRecipient {
84 CallbackDeathRecipient(const K& key, const android::sp<V>& callback,
101 std::unordered_map<K, android::sp<CallbackDeathRecipient>>;
136 sp<CallbackDeathRecipient> dr( in Register()
137 new CallbackDeathRecipient(key, callback, this, delegate)); in Register()
197 sp<CallbackDeathRecipient> dr = iter->second; in UnregisterInternal()
216 RemoteCallbackMap<K, V>::CallbackDeathRecipient::CallbackDeathRecipient( in CallbackDeathRecipient() function
224 void RemoteCallbackMap<K, V>::CallbackDeathRecipient::binderDied( in binderDied()