Searched defs:LOCK_UNLOCKED (Results 1 - 2 of 2) sorted by relevance

/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
H A DLockInterface.java27 public final static byte LOCK_UNLOCKED = (byte) 0; field in interface:LockInterface
/external/swiftshader/src/Renderer/
H A DSurface.hpp232 LOCK_UNLOCKED, enumerator in enum:sw::Lock
653 return external.lock == LOCK_UNLOCKED &&
654 internal.lock == LOCK_UNLOCKED &&
655 stencil.lock == LOCK_UNLOCKED;

Completed in 106 milliseconds