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

/frameworks/base/opengl/libagl/
H A Darray.cpp461 if (ggl_unlikely(v->locked)) {
462 // we're just looking for an entry in the cache that is not locked.
463 // and we know that there cannot be more than 2 locked entries
467 // it's not locked.
468 // We compute directly the index of a "free" entry from the locked
471 v += v[0].locked | (v[1].locked<<1);
475 v->locked = 1;
490 v->locked = 1;
502 v[0].locked
[all...]
/frameworks/base/libs/audioflinger/
H A DAudioPolicyService.cpp348 bool locked = false; local
351 locked = true;
356 return locked;
381 bool locked = tryLock(mLock); local
382 if (!locked) {
399 if (locked) mLock.unlock();
686 bool locked = tryLock(mLock); local
687 if (!locked) {
705 if (locked) mLock.unlock();
H A DAudioFlinger.cpp216 bool locked = false; local
219 locked = true;
224 return locked;
241 bool locked = tryLock(mLock); local
244 if (!locked) {
265 if (locked) mLock.unlock();
883 bool locked = tryLock(mLock); local
884 if (!locked) {
885 snprintf(buffer, SIZE, "thread %p maybe dead locked\n", this);
923 if (locked) {
[all...]
/frameworks/base/media/libmedia/
H A Dmediaplayer.cpp508 bool locked = false; local
520 locked = true;
525 if (locked) mLock.unlock(); // release the lock when done.
594 if (locked) mLock.unlock();
/frameworks/base/camera/libcameraservice/
H A DCameraService.cpp251 LOGW("Attempt to use locked camera (client %p) from different process "
309 LOGW("Tried to connect to locked camera (old pid %d, new pid %d)",
1300 bool locked = false; local
1303 locked = true;
1308 return locked;
1326 bool locked = tryLock(mServiceLock); local
1328 if (!locked) {
1346 if (locked) mServiceLock.unlock();
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java602 * @return Whether the user is permanently locked out until they verify their
611 * Set the state of whether the device is permanently locked, meaning the user
614 * @param locked Whether the user is permanently locked out until they verify their
618 public void setPermanentlyLocked(boolean locked) { argument
619 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/policies/base/phone/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/libs/surfaceflinger/
H A DSurfaceFlinger.cpp1507 const bool locked(retry >= 0);
1508 if (!locked) {
1604 if (inSwapBuffersDuration || !locked) {
1609 if (inTransactionDuration || !locked) {
1619 if (locked) {

Completed in 656 milliseconds