Home
last modified time | relevance | path

Searched refs:mPlayPolicyLock (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DDrmPlugin.cpp112 android::Mutex::Autolock lock(mPlayPolicyLock); in setPlayPolicy()
210 android::Mutex::Autolock lock(mPlayPolicyLock); in queryKeyStatus()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DDrmPlugin.h265 mutable android::Mutex mPlayPolicyLock; variable
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDrmPlugin.cpp309 android::Mutex::Autolock lock(mPlayPolicyLock); in setPlayPolicy()
594 mPlayPolicyLock.lock(); in queryKeyStatus()
601 mPlayPolicyLock.unlock(); in queryKeyStatus()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DDrmPlugin.h425 android::Mutex mPlayPolicyLock; member