Home
last modified time | relevance | path

Searched refs:deathNotifier (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/mediaresourcemanager/
DResourceManagerServiceUtils.cpp187 .deathNotifier = nullptr, in getResourceInfoForEdit()
280 std::shared_ptr<DeathNotifier> deathNotifier = nullptr; in Create() local
282 deathNotifier = std::make_shared<OverrideProcessInfoDeathNotifier>( in Create()
285 deathNotifier = std::make_shared<DeathNotifier>(client, service, clientInfo); in Create()
288 if (deathNotifier) { in Create()
289 deathNotifier->link(); in Create()
292 return deathNotifier; in Create()
DResourceTracker.cpp129 if (info.deathNotifier == nullptr && client != nullptr) { in addResource()
130 info.deathNotifier = DeathNotifier::Create(client, mService, clientInfo); in addResource()
376 std::shared_ptr<DeathNotifier> deathNotifier = in overrideProcessInfo() local
379 mProcessInfoOverrideMap.emplace(pid, ProcessInfoOverride{deathNotifier, client}); in overrideProcessInfo()
DResourceTracker.h235 std::shared_ptr<DeathNotifier> deathNotifier = nullptr; member
DResourceManagerServiceUtils.h160 std::shared_ptr<DeathNotifier> deathNotifier = nullptr; member
DResourceManagerService.cpp343 if (info.deathNotifier == nullptr && client != nullptr) { in addResource()
344 info.deathNotifier = DeathNotifier::Create( in addResource()
774 auto deathNotifier = DeathNotifier::Create( in overrideProcessInfo_l() local
777 mProcessInfoOverrideMap.emplace(pid, ProcessInfoOverride{deathNotifier, client}); in overrideProcessInfo_l()
DResourceManagerService.h256 std::shared_ptr<DeathNotifier> deathNotifier = nullptr; member