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/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/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.java901 + " and the sim is not locked or missing");
1205 private void playSounds(boolean locked) { argument
1215 final int whichSound = locked
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp670 bool locked = false; local
682 locked = true;
688 if (locked) mLock.unlock(); // release the lock when done.
765 if (locked) mLock.unlock();
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp987 bool locked = false; local
990 locked = true;
995 return locked;
1007 bool locked = tryLock(mServiceLock); local
1009 if (!locked) {
1077 if (locked) mServiceLock.unlock();
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp552 bool locked = false; local
555 locked = true;
560 return locked;
585 bool locked = tryLock(mLock); local
586 if (!locked) {
603 if (locked) mLock.unlock();
768 bool locked = tryLock(mLock); local
769 if (!locked) {
787 if (locked) mLock.unlock();
H A DEffects.cpp777 bool locked = AudioFlinger::dumpTryLock(mLock); local
779 if (!locked) {
848 if (locked) {
995 // Client destructor must run with AudioFlinger mutex locked
1123 bool locked = mCblk != NULL && AudioFlinger::dumpTryLock(mCblk->lock); local
1129 !locked,
1134 if (locked) {
1217 // Must be called with EffectChain::mLock locked
1225 // Must be called with EffectChain::mLock locked
1514 bool locked local
[all...]
H A DAudioFlinger.cpp303 bool locked = false; local
306 locked = true;
311 return locked;
328 bool locked = dumpTryLock(mLock); local
331 if (!locked) {
362 if (locked) {
H A DThreads.cpp407 bool locked = AudioFlinger::dumpTryLock(mLock); local
408 if (!locked) {
409 snprintf(buffer, SIZE, "thread %p maybe dead locked\n", this);
453 if (locked) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java690 boolean locked = RotationPolicy.isRotationLocked(mContext);
691 mRotationLockState.enabled = locked;
692 mRotationLockState.iconId = locked
695 mRotationLockState.label = locked
H A DQuickSettings.java475 boolean locked = RotationPolicy.isRotationLocked(mContext);
476 RotationPolicy.setRotationLock(mContext, !locked);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1000 * @return Whether the user is permanently locked out until they verify their
1009 * Set the state of whether the device is permanently locked, meaning the user
1012 * @param locked Whether the user is permanently locked out until they verify their
1016 public void setPermanentlyLocked(boolean locked) { argument
1017 setBoolean(LOCKOUT_PERMANENT_KEY, locked);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2165 const bool locked(retry >= 0);
2166 if (!locked) {
2203 if (locked) {

Completed in 650 milliseconds