HomeSort by relevance Sort by last modified time
    Searched refs:LOCK_UNLOCKED (Results 1 - 6 of 6) sorted by null

  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
LockInterface.java 27 public final static byte LOCK_UNLOCKED = (byte) 0;
CarrierLock.java 415 if (lockValue == LOCK_UNLOCKED) { // SHUT IT DOWN.
418 if (storage[storageOffset] != LOCK_UNLOCKED &&
  /external/swiftshader/src/Renderer/
Surface.hpp 213 LOCK_UNLOCKED,
614 return external.lock == LOCK_UNLOCKED &&
615 internal.lock == LOCK_UNLOCKED &&
616 stencil.lock == LOCK_UNLOCKED;
Sampler.cpp 117 mipmap.buffer[face] = surface->lockInternal(0, 0, 0, LOCK_UNLOCKED, PRIVATE);
Surface.cpp 1077 case LOCK_UNLOCKED:
    [all...]
  /external/swiftshader/src/OpenGL/common/
Image.hpp 300 if(lock == sw::LOCK_UNLOCKED)

Completed in 98 milliseconds