Searched refs:owner_ (Results 1 – 2 of 2) sorted by relevance
82 RemoteCallbackList<T>* owner_; // weak variable184 owner_(owner) { in CallbackDeathRecipient()186 CHECK(owner_); in CallbackDeathRecipient()198 std::lock_guard<std::mutex> lock(owner_->map_lock_); in binderDied()199 auto iter = owner_->callbacks_.find(binder.get()); in binderDied()200 CHECK(iter != owner_->callbacks_.end()); in binderDied()201 owner_->callbacks_.erase(iter); in binderDied()
99 RemoteCallbackMap<K, V>* owner_; // weak variable231 owner_(owner), in CallbackDeathRecipient()246 lock_guard<mutex> lock(owner_->map_lock_); in binderDied()247 auto iter = owner_->map_.find(key_); in binderDied()248 CHECK(iter != owner_->map_.end()); in binderDied()249 owner_->map_.erase(iter); in binderDied()