Searched refs:locked (Results 1 - 17 of 17) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DGDBJITRegistrar.cpp115 llvm::MutexGuard locked(JITDebugLock);
135 llvm::MutexGuard locked(JITDebugLock);
204 llvm::MutexGuard locked(JITDebugLock);
/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/native/opengl/libagl/
H A Darray.cpp458 if (ggl_unlikely(v->locked)) {
459 // we're just looking for an entry in the cache that is not locked.
460 // and we know that there cannot be more than 2 locked entries
464 // it's not locked.
465 // We compute directly the index of a "free" entry from the locked
468 v += v[0].locked | (v[1].locked<<1);
472 v->locked = 1;
487 v->locked = 1;
499 v[0].locked
[all...]
H A Dcontext.h143 uint8_t locked; member in struct:android::gl::vertex_t
153 flags = index = locked = mru = 0;
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java84 * and toggled / locked shift and alt keys.
133 * into latched or locked states when pressed independently.
649 * its own again, then it toggles into a locked state. When locked, the modifier will
/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/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetFrame.java388 public void setWidgetLockedSmall(boolean locked) { argument
389 if (locked) {
392 mWidgetLockedSmall = locked;
H A DKeyguardViewMediator.java880 + " and the sim is not locked or missing");
1184 private void playSounds(boolean locked) { argument
1194 final int whichSound = locked
/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/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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java649 boolean locked = RotationPolicy.isRotationLocked(mContext);
650 mRotationLockState.enabled = locked;
651 mRotationLockState.iconId = locked
654 mRotationLockState.label = locked
H A DQuickSettings.java465 boolean locked = RotationPolicy.isRotationLocked(mContext);
466 RotationPolicy.setRotationLock(mContext, !locked);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java993 * @return Whether the user is permanently locked out until they verify their
1002 * Set the state of whether the device is permanently locked, meaning the user
1005 * @param locked Whether the user is permanently locked out until they verify their
1009 public void setPermanentlyLocked(boolean locked) { argument
1010 setBoolean(LOCKOUT_PERMANENT_KEY, 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/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2142 const bool locked(retry >= 0);
2143 if (!locked) {
2180 if (locked) {

Completed in 1619 milliseconds