Searched refs:sSingletonLock (Results 1 – 7 of 7) sorted by relevance
32 Mutex SessionLibrary::sSingletonLock; member in clearkeydrm::SessionLibrary36 Mutex::Autolock lock(sSingletonLock); in get()
46 static android::Mutex sSingletonLock; variable
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()
85 static Mutex sSingletonLock;
88 private static final Object sSingletonLock = new Object(); field in JobStore98 synchronized (sSingletonLock) { in initAndGet()