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

/frameworks/base/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...]
/frameworks/base/services/audioflinger/
H A DAudioPolicyService.cpp393 bool locked = false; local
396 locked = true;
401 return locked;
426 bool locked = tryLock(mLock); local
427 if (!locked) {
444 if (locked) mLock.unlock();
757 bool locked = tryLock(mLock); local
758 if (!locked) {
776 if (locked) mLock.unlock();
H A DAudioFlinger.cpp223 bool locked = false; local
226 locked = true;
231 return locked;
248 bool locked = tryLock(mLock); local
251 if (!locked) {
272 if (locked) mLock.unlock();
949 bool locked = tryLock(mLock); local
950 if (!locked) {
951 snprintf(buffer, SIZE, "thread %p maybe dead locked\n", this);
989 if (locked) {
5835 bool locked = tryLock(mLock); local
6099 bool locked = tryLock(mCblk->lock); local
6428 bool locked = tryLock(mLock); local
[all...]
/frameworks/base/media/libmedia/
H A Dmediaplayer.cpp557 bool locked = false; local
569 locked = true;
575 if (locked) mLock.unlock(); // release the lock when done.
647 if (locked) mLock.unlock();
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.cpp369 LOGW("attempt to use a locked camera from a different process"
423 LOGW("Tried to connect to a locked camera (old pid %d, new pid %d)",
1228 bool locked = false; local
1231 locked = true;
1236 return locked;
1253 bool locked = tryLock(mServiceLock); local
1255 if (!locked) {
1278 if (locked) mServiceLock.unlock();
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java607 * @return Whether the user is permanently locked out until they verify their
616 * Set the state of whether the device is permanently locked, meaning the user
619 * @param locked Whether the user is permanently locked out until they verify their
623 public void setPermanentlyLocked(boolean locked) { argument
624 setBoolean(LOCKOUT_PERMANENT_KEY, locked);
/frameworks/base/include/private/opengles/
H A Dgl_context.h146 uint8_t locked; member in struct:android::gl::vertex_t
156 flags = index = locked = mru = 0;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewMediator.java551 + " and the sim is not locked or missing");
935 private void playSounds(boolean locked) { argument
946 final String whichSound = locked
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.cpp1449 const bool locked(retry >= 0);
1450 if (!locked) {
1481 if (inSwapBuffersDuration || !locked) {
1487 if (inTransactionDuration || !locked) {
1496 if (locked) {
2382 // we found and locked that name

Completed in 3321 milliseconds