Home
last modified time | relevance | path

Searched refs:sDeathRecipientLock (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/mediaresourcemanager/
H A DResourceObserverService.cpp56 std::mutex ResourceObserverService::sDeathRecipientLock; member in android::ResourceObserverService
86 std::scoped_lock lock{sDeathRecipientLock}; in BinderDiedCallback()
204 std::scoped_lock lock{sDeathRecipientLock}; in registerObserver()
267 std::scoped_lock lock{sDeathRecipientLock}; in unregisterObserver()
H A DResourceObserverService.h83 static std::mutex sDeathRecipientLock; variable
85 GUARDED_BY(sDeathRecipientLock);