Searched refs:LOCKED (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/keystore/java/android/security/ |
D | KeyStore.java | 37 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/ |
D | MetaKeyKeyListener.java | 258 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/ |
D | ZslProcessor.h | 82 LOCKED enumerator
|
D | ZslProcessor3.h | 89 LOCKED enumerator
|
D | ZslProcessor.cpp | 372 mState = LOCKED; in pushToReprocess() 383 if (mState == LOCKED) return OK; in clearZslQueue() 458 if (mState == LOCKED) { in processNewZslBuffer()
|
D | ZslProcessor3.cpp | 427 mState = LOCKED; in pushToReprocess() 436 if (mState == LOCKED) return OK; in clearZslQueue()
|
/frameworks/av/services/audioflinger/ |
D | AudioResamplerDyn.h | 113 template<int CHANNELS, bool LOCKED, int STRIDE>
|
D | AudioResamplerFirProcess.h | 336 template<int CHANNELS, bool LOCKED, int STRIDE, typename TC, typename TI, typename TO> 348 if (LOCKED) { in fir()
|
D | AudioResamplerDyn.cpp | 487 template<int CHANNELS, bool LOCKED, int STRIDE> 574 fir<CHANNELS, LOCKED, STRIDE>( in resample()
|
/frameworks/opt/telephony/src/java/android/provider/ |
D | Telephony.java | 240 public static final String LOCKED = "locked"; field 1644 public static final String LOCKED = "locked"; field
|
/frameworks/base/keystore/tests/src/android/security/ |
D | KeyStoreTest.java | 328 assertEquals(KeyStore.State.LOCKED, mKeyStore.state()); in testLock()
|
/frameworks/base/api/ |
D | system-current.txt | 27159 field public static final java.lang.String LOCKED = "locked"; 27380 field public static final java.lang.String LOCKED = "locked";
|
D | current.txt | 25567 field public static final java.lang.String LOCKED = "locked"; 25788 field public static final java.lang.String LOCKED = "locked";
|