Searched refs:sSingletonLock (Results 1 – 9 of 9) sorted by relevance
32 Mutex SessionLibrary::sSingletonLock; member in clearkeydrm::SessionLibrary36 Mutex::Autolock lock(sSingletonLock); in get()
26 Mutex MockSessionLibrary::sSingletonLock; member in android::MockSessionLibrary30 Mutex::Autolock lock(sSingletonLock); in get()
56 static Mutex sSingletonLock;
34 Mutex SessionLibrary::sSingletonLock; member in android::hardware::drm::V1_2::clearkey::SessionLibrary38 Mutex::Autolock lock(sSingletonLock); in get()
29 Mutex ClearKeySessionLibrary::sSingletonLock; member in android::clearkeycas::ClearKeySessionLibrary41 Mutex::Autolock lock(sSingletonLock); in get()
85 static Mutex sSingletonLock;
46 static android::Mutex sSingletonLock; variable
52 static Mutex sSingletonLock; variable
106 private static final Object sSingletonLock = new Object(); field in JobStore116 synchronized (sSingletonLock) { in initAndGet()