Searched defs:locked (Results 1 - 11 of 11) 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/av/services/camera/libcameraservice/
H A DCameraService.cpp452 bool locked = false; local
455 locked = true;
460 return locked;
472 bool locked = tryLock(mServiceLock); local
474 if (!locked) {
542 if (locked) mServiceLock.unlock();
/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.cpp663 bool locked = false; local
675 locked = true;
681 if (locked) mLock.unlock(); // release the lock when done.
758 if (locked) mLock.unlock();
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java980 * @return Whether the user is permanently locked out until they verify their
989 * Set the state of whether the device is permanently locked, meaning the user
992 * @param locked Whether the user is permanently locked out until they verify their
996 public void setPermanentlyLocked(boolean locked) { argument
997 setBoolean(LOCKOUT_PERMANENT_KEY, locked);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewMediator.java882 + " and the sim is not locked or missing");
1186 private void playSounds(boolean locked) { argument
1196 final int whichSound = locked
H A DKeyguardWidgetFrame.java388 public void setWidgetLockedSmall(boolean locked) { argument
389 if (locked) {
392 mWidgetLockedSmall = locked;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewMediator.java702 + " and the sim is not locked or missing");
1075 private void playSounds(boolean locked) { argument
1085 final int whichSound = locked
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp542 bool locked = false; local
545 locked = true;
550 return locked;
575 bool locked = tryLock(mLock); local
576 if (!locked) {
593 if (locked) mLock.unlock();
758 bool locked = tryLock(mLock); local
759 if (!locked) {
777 if (locked) mLock.unlock();
H A DAudioFlinger.cpp369 bool locked = false; local
372 locked = true;
377 return locked;
394 bool locked = tryLock(mLock); local
397 if (!locked) {
420 if (locked) mLock.unlock();
1273 bool locked = tryLock(mLock); local
1274 if (!locked) {
1275 snprintf(buffer, SIZE, "thread %p maybe dead locked\n", this);
1319 if (locked) {
8834 bool locked = tryLock(mLock); local
9163 bool locked = mCblk != NULL && tryLock(mCblk->lock); local
9548 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 7375 milliseconds