Searched refs:CodecDeathRecipient (Results 1 – 2 of 2) sorted by relevance
34 class CodecDeathRecipient : public IRemoteObject::DeathRecipient {36 … explicit CodecDeathRecipient(const wptr<CodecComponentManagerService> &service) : mgr(service) {}; in CodecDeathRecipient() function37 virtual ~CodecDeathRecipient() = default;
28 static std::map<IRemoteObject *, sptr<CodecDeathRecipient>> g_deathReciMap;67 const sptr<CodecDeathRecipient> deathCallBack(new CodecDeathRecipient(service)); in RegisterDeathRecipientService()