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()
27 Mutex SessionLibrary::sSingletonLock; member in clearkeydrm::SessionLibrary31 Mutex::Autolock lock(sSingletonLock); in get()
26 Mutex MockSessionLibrary::sSingletonLock; member in android::MockSessionLibrary30 Mutex::Autolock lock(sSingletonLock); in get()
56 static Mutex sSingletonLock;
29 Mutex ClearKeySessionLibrary::sSingletonLock; member in android::clearkeycas::ClearKeySessionLibrary41 Mutex::Autolock lock(sSingletonLock); in get()
84 static Mutex sSingletonLock;
46 static android::Mutex sSingletonLock; variable
43 static ::android::Mutex sSingletonLock;
127 private static final Object sSingletonLock = new Object(); field in JobStore166 synchronized (sSingletonLock) { in get()