HomeSort by relevance Sort by last modified time
    Searched refs:isUnlocked (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 44 bool isUnlocked() const { return K == Unlocked; }
203 if (LState->isUnlocked()) {
258 if (!LState || LState->isUnlocked()) {
  /external/swiftshader/src/Renderer/
Surface.hpp 297 inline bool isUnlocked() const; // Only reliable after sync().
612 bool Surface::isUnlocked() const
Surface.cpp     [all...]
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 121 if (!mKeyStore.isUnlocked()) {
164 if (!mKeyStore.isUnlocked()) {
KeyChainActivity.java 118 if (!mKeyStore.isUnlocked()) {
417 if (mKeyStore.isUnlocked()) {
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfigDialogFragment.java 93 if (!KeyStore.getInstance().isUnlocked()) {
  /frameworks/base/keystore/java/android/security/
KeyStore.java 164 public boolean isUnlocked() {
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstaller.java 141 && !mKeyStore.isUnlocked());
  /external/swiftshader/src/OpenGL/common/
Image.cpp     [all...]

Completed in 421 milliseconds