Home
last modified time | relevance | path

Searched refs:LOCKED (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/keystore/java/android/security/
DKeyStore.java37 public static final int LOCKED = 2; field in KeyStore
55 public enum State { UNLOCKED, LOCKED, UNINITIALIZED }; enumConstant
94 case LOCKED: return State.LOCKED; in state()
/frameworks/base/core/java/android/text/method/
DMetaKeyKeyListener.java258 if (flag == LOCKED) { in getActive()
318 if (current == LOCKED) in resetLock()
351 content.setSpan(what, 0, 0, LOCKED); in press()
354 else if (state == LOCKED) in press()
658 private static final int LOCKED = field in MetaKeyKeyListener
/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.h82 LOCKED enumerator
DZslProcessor3.h89 LOCKED enumerator
DZslProcessor.cpp372 mState = LOCKED; in pushToReprocess()
383 if (mState == LOCKED) return OK; in clearZslQueue()
458 if (mState == LOCKED) { in processNewZslBuffer()
DZslProcessor3.cpp427 mState = LOCKED; in pushToReprocess()
436 if (mState == LOCKED) return OK; in clearZslQueue()
/frameworks/av/services/audioflinger/
DAudioResamplerDyn.h113 template<int CHANNELS, bool LOCKED, int STRIDE>
DAudioResamplerFirProcess.h336 template<int CHANNELS, bool LOCKED, int STRIDE, typename TC, typename TI, typename TO>
348 if (LOCKED) { in fir()
DAudioResamplerDyn.cpp487 template<int CHANNELS, bool LOCKED, int STRIDE>
574 fir<CHANNELS, LOCKED, STRIDE>( in resample()
/frameworks/opt/telephony/src/java/android/provider/
DTelephony.java240 public static final String LOCKED = "locked"; field
1644 public static final String LOCKED = "locked"; field
/frameworks/base/keystore/tests/src/android/security/
DKeyStoreTest.java328 assertEquals(KeyStore.State.LOCKED, mKeyStore.state()); in testLock()
/frameworks/base/api/
Dsystem-current.txt27159 field public static final java.lang.String LOCKED = "locked";
27380 field public static final java.lang.String LOCKED = "locked";
Dcurrent.txt25567 field public static final java.lang.String LOCKED = "locked";
25788 field public static final java.lang.String LOCKED = "locked";