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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRotationLockController.java23 void setRotationLocked(boolean locked); argument
H A DRotationLockControllerImpl.java62 public void setRotationLocked(boolean locked) { argument
63 RotationPolicy.setRotationLock(mContext, locked);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraSettings.java160 * @param locked Whether to prevent changes to these fields.
165 /*package*/ void setSizesLocked(boolean locked) { argument
166 mSizesLocked = locked;
234 Log.w(TAG, "Attempt to change preview size while locked");
275 Log.w(TAG, "Attempt to change photo size while locked");
353 public void setAutoExposureLock(boolean locked) { argument
354 mAutoExposureLocked = locked;
436 public void setAutoWhiteBalanceLock(boolean locked) { argument
437 mAutoWhiteBalanceLocked = locked;
/frameworks/native/opengl/libagl/
H A Darray.cpp462 if (ggl_unlikely(v->locked)) {
463 // we're just looking for an entry in the cache that is not locked.
464 // and we know that there cannot be more than 2 locked entries
468 // it's not locked.
469 // We compute directly the index of a "free" entry from the locked
472 v += v[0].locked | (v[1].locked<<1);
476 v->locked = 1;
491 v->locked = 1;
503 v[0].locked
[all...]
H A Dcontext.h143 uint8_t locked; member in struct:android::gl::vertex_t
157 flags = index = locked = mru = 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DRotationLockTile.java119 * @param locked Whether or not rotation is locked.
120 * @param idWhenPortrait The id which should be used when locked in portrait.
121 * @param idWhenLandscape The id which should be used when locked in landscape.
125 private String getAccessibilityString(boolean locked, int idWhenPortrait, int idWhenLandscape, argument
128 if (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/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp313 bool locked = false; local
316 locked = true;
321 return locked;
350 bool locked = tryLock(mLock); local
351 if (!locked) {
374 if (locked) mLock.unlock();
616 bool locked = tryLock(mLock); local
617 if (!locked) {
639 if (locked) mLock.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.
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/services/audioflinger/
H A DAudioResamplerDyn.cpp400 // check if locked phase (works only if mPhaseIncrement has no "fractional phase bits")
401 int locked = (mPhaseIncrement << (sizeof(mPhaseIncrement)*8 - c.mShift)) == 0; local
402 if (locked) {
417 if (locked) {
474 mChannelCount, locked ? "locked" : "interpolated",
H A DEffects.cpp953 bool locked = AudioFlinger::dumpTryLock(mLock); local
955 if (!locked) {
1025 if (locked) {
1196 // Client destructor must run with AudioFlinger client mutex locked
1324 bool locked = mCblk != NULL && AudioFlinger::dumpTryLock(mCblk->lock); local
1330 locked ? "yes" : "no",
1335 if (locked) {
1418 // Must be called with EffectChain::mLock locked
1430 // Must be called with EffectChain::mLock locked
1734 bool locked local
[all...]
H A DAudioFlinger.cpp369 bool locked = false; local
372 locked = true;
377 return locked;
394 bool locked = dumpTryLock(mLock); local
397 if (!locked) {
447 if (locked) {
H A DThreads.cpp819 bool locked = AudioFlinger::dumpTryLock(mLock); local
820 if (!locked) {
852 if (locked) {
4766 // must be called with thread mutex locked
5230 // must be called with thread mutex locked
5354 // Then triple buffer because Threads do not run synchronously and may not be clock locked.
5765 // thread mutex is not locked, but effect chain is locked
/frameworks/av/services/radio/
H A DRadioService.cpp160 bool locked = false; local
163 locked = true;
168 return locked;
177 bool locked = tryLock(mServiceLock); local
179 if (!locked) {
184 if (locked) mServiceLock.unlock();
694 ALOGV("%s locked", __FUNCTION__);
701 ALOGV("%s locked", __FUNCTION__);
711 ALOGV("%s locked", __FUNCTION__);
726 ALOGV("%s locked", __FUNCTION_
[all...]
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp179 bool locked = false; local
182 locked = true;
187 return locked;
196 bool locked = tryLock(mServiceLock); local
198 if (!locked) {
203 if (locked) mServiceLock.unlock();
402 // clear now to execute with mServiceLock locked
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp806 bool locked = false; local
818 locked = true;
824 if (locked) mLock.unlock(); // release the lock when done.
907 if (locked) mLock.unlock();
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp2194 bool locked = false; local
2197 locked = true;
2202 return locked;
2214 bool locked = tryLock(mServiceLock); local
2216 if (!locked) {
2229 if (locked) mServiceLock.unlock();
2341 if (locked) mServiceLock.unlock();
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1053 + " and the sim is not locked or missing");
1347 private void playSounds(boolean locked) { argument
1348 playSound(locked ? mLockSoundId : mUnlockSoundId);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2499 bool locked = (err == NO_ERROR); local
2500 if (!locked) {
2550 if (locked) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 654 milliseconds