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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRotationLockController.java63 public void setRotationLocked(boolean locked) { argument
65 RotationPolicy.setRotationLock(mContext, locked);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
H A DAutoFocusStateMachine.java42 * @param locked True if the lens has been locked from moving, false otherwise.
44 void onAutoFocusSuccess(CaptureResult result, boolean locked); argument
49 * @param locked False if the AF is still scanning, true if needs a restart.
51 void onAutoFocusFail(CaptureResult result, boolean locked); argument
158 mListener.onAutoFocusSuccess(result, /*locked*/true);
162 mListener.onAutoFocusFail(result, /*locked*/true);
166 mListener.onAutoFocusSuccess(result, /*locked*/false);
169 mListener.onAutoFocusFail(result, /*locked*/false);
209 * {@code locked
[all...]
/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.
157 * or locked meta key.
178 * or locked meta key.
197 * @return 0 if inactive, 1 if active, 2 if locked.
228 * @return 0 if inactive, 1 if active, 2 if locked.
305 * Call this if you are a method that ignores the locked met
560 press(long state, int what, long mask, long locked, long pressed, long released, long used) argument
[all...]
/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.
768 if (locked) mLock.unlock();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetFrame.java378 public void setWidgetLockedSmall(boolean locked) { argument
379 if (locked) {
382 mWidgetLockedSmall = locked;
H A DKeyguardViewMediator.java917 + " and the sim is not locked or missing");
1178 private void playSounds(boolean locked) { argument
1188 final int whichSound = locked
/frameworks/av/services/audioflinger/
H A DEffects.cpp816 bool locked = AudioFlinger::dumpTryLock(mLock); local
818 if (!locked) {
887 if (locked) {
1056 // Client destructor must run with AudioFlinger mutex locked
1184 bool locked = mCblk != NULL && AudioFlinger::dumpTryLock(mCblk->lock); local
1190 !locked,
1195 if (locked) {
1278 // Must be called with EffectChain::mLock locked
1284 // Must be called with EffectChain::mLock locked
1574 bool locked local
[all...]
H A DAudioPolicyService.cpp581 bool locked = false; local
584 locked = true;
589 return locked;
614 bool locked = tryLock(mLock); local
615 if (!locked) {
632 if (locked) mLock.unlock();
820 bool locked = tryLock(mLock); local
821 if (!locked) {
839 if (locked) mLock.unlock();
H A DAudioFlinger.cpp314 bool locked = false; local
317 locked = true;
322 return locked;
339 bool locked = dumpTryLock(mLock); local
342 if (!locked) {
373 if (locked) {
H A DThreads.cpp414 bool locked = AudioFlinger::dumpTryLock(mLock); local
415 if (!locked) {
416 snprintf(buffer, SIZE, "thread %p maybe dead locked\n", this);
458 if (locked) {
4152 // must be called with thread mutex locked
4163 // must be called with thread mutex locked
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1141 bool locked = false; local
1144 locked = true;
1149 return locked;
1161 bool locked = tryLock(mServiceLock); local
1163 if (!locked) {
1231 if (locked) mServiceLock.unlock();
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java982 * @return Whether the user is permanently locked out until they verify their
991 * Set the state of whether the device is permanently locked, meaning the user
994 * @param locked Whether the user is permanently locked out until they verify their
998 public void setPermanentlyLocked(boolean locked) { argument
999 setBoolean(LOCKOUT_PERMANENT_KEY, locked);
/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 3579 milliseconds