Searched refs:OnClientBinderDiedContext (Results 1 – 2 of 2) sorted by relevance
425 std::unique_ptr<OnClientBinderDiedContext> context = in registerPowerPolicyChangeCallback()426 std::make_unique<OnClientBinderDiedContext>( in registerPowerPolicyChangeCallback()427 OnClientBinderDiedContext{.server = this, .clientId = clientId}); in registerPowerPolicyChangeCallback()851 OnClientBinderDiedContext* context = static_cast<OnClientBinderDiedContext*>(cookie); in onClientBinderDied()
270 struct OnClientBinderDiedContext { struct374 std::unordered_map<const AIBinder*, std::unique_ptr<OnClientBinderDiedContext>>