Searched refs:sSingletonLock (Results 1 – 3 of 3) sorted by relevance
32 Mutex SessionLibrary::sSingletonLock; member in clearkeydrm::SessionLibrary36 Mutex::Autolock lock(sSingletonLock); in get()
46 static android::Mutex sSingletonLock; variable
75 private static final Object sSingletonLock = new Object(); field in JobStore83 synchronized (sSingletonLock) { in initAndGet()