Searched defs:locked (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodButton.java172 public void setScreenLocked(boolean locked) { argument
173 mScreenLocked = locked;
/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java51 * When key modifiers are toggled into a latched or locked state, the state
53 * meta state integer managed by the client. These latched or locked modifiers
91 * Flag that indicates that the SHIFT key is locked in CAPS mode.
95 * Flag that indicates that the ALT key is locked.
99 * Flag that indicates that the SYM key is locked.
154 * or locked meta key.
169 * @return 0 if inactive, 1 if active, 2 if locked.
246 * Call this if you are a method that ignores the locked meta state
370 * Call this if you are a method that ignores the locked meta state
396 * or locked met
501 press(long state, int what, long mask, long locked, long pressed, long released, long used) argument
[all...]
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp651 bool locked = false; local
663 locked = true;
669 if (locked) mLock.unlock(); // release the lock when done.
746 if (locked) mLock.unlock();
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp395 ALOGW("attempt to use a locked camera from a different process"
456 ALOGW("Tried to connect to a locked camera (old pid %d, new pid %d)",
1284 bool locked = false; local
1287 locked = true;
1292 return locked;
1309 bool locked = tryLock(mServiceLock); local
1311 if (!locked) {
1334 if (locked) mServiceLock.unlock();
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java938 * @return Whether the user is permanently locked out until they verify their
947 * Set the state of whether the device is permanently locked, meaning the user
950 * @param locked Whether the user is permanently locked out until they verify their
954 public void setPermanentlyLocked(boolean locked) { argument
955 setBoolean(LOCKOUT_PERMANENT_KEY, locked);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewMediator.java632 + " and the sim is not locked or missing");
1106 private void playSounds(boolean locked) { argument
1116 final int whichSound = locked
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp532 bool locked = false; local
535 locked = true;
540 return locked;
565 bool locked = tryLock(mLock); local
566 if (!locked) {
583 if (locked) mLock.unlock();
748 bool locked = tryLock(mLock); local
749 if (!locked) {
767 if (locked) mLock.unlock();
H A DAudioFlinger.cpp366 bool locked = false; local
369 locked = true;
374 return locked;
391 bool locked = tryLock(mLock); local
394 if (!locked) {
417 if (locked) mLock.unlock();
1235 bool locked = tryLock(mLock); local
1236 if (!locked) {
1237 snprintf(buffer, SIZE, "thread %p maybe dead locked\n", this);
1283 if (locked) {
8661 bool locked = tryLock(mLock); local
8986 bool locked = mCblk != NULL && tryLock(mCblk->lock); local
9362 bool locked = tryLock(mLock); local
[all...]
/frameworks/native/opengl/libagl/
H A Dcontext.h143 uint8_t locked; member in struct:android::gl::vertex_t
153 flags = index = locked = mru = 0;

Completed in 234 milliseconds