HomeSort by relevance Sort by last modified time
    Searched refs:CallbackDeathRecipient (Results 1 - 2 of 2) sorted by null

  /system/bt/service/ipc/binder/
remote_callback_list.h 70 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));
161 sp<CallbackDeathRecipient> dr = iter->second;
180 RemoteCallbackList<T>::CallbackDeathRecipient::CallbackDeathRecipient(
188 void RemoteCallbackList<T>::CallbackDeathRecipient::binderDied(
remote_callback_map.h 82 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(
137 new CallbackDeathRecipient(key, callback, this, delegate));
197 sp<CallbackDeathRecipient> dr = iter->second;
216 RemoteCallbackMap<K, V>::CallbackDeathRecipient::CallbackDeathRecipient(
224 void RemoteCallbackMap<K, V>::CallbackDeathRecipient::binderDied(

Completed in 100 milliseconds