Searched refs:drmHostDeathRecipientMap (Results 1 – 2 of 2) sorted by relevance
461 if (remote != nullptr && drmHostDeathRecipientMap[drmHostServieProxy] != nullptr) { in ReleaseSevices()462 remote->RemoveDeathRecipient(drmHostDeathRecipientMap[drmHostServieProxy]); in ReleaseSevices()463 drmHostDeathRecipientMap[drmHostServieProxy] = nullptr; in ReleaseSevices()465 drmHostDeathRecipientMap.erase(drmHostServieProxy); in ReleaseSevices()543 drmHostDeathRecipientMap[drmHostServieProxy] = new DrmHostDeathRecipient(this, name); in ProcessLazyLoadInfomation()545 if (remote != nullptr && drmHostDeathRecipientMap[drmHostServieProxy] != nullptr) { in ProcessLazyLoadInfomation()546 bool result = remote->AddDeathRecipient(drmHostDeathRecipientMap[drmHostServieProxy]); in ProcessLazyLoadInfomation()548 drmHostDeathRecipientMap[drmHostServieProxy] = nullptr; in ProcessLazyLoadInfomation()
149 std::map<sptr<IMediaKeySystemFactory>, sptr<DrmHostDeathRecipient>> drmHostDeathRecipientMap; variable