HomeSort by relevance Sort by last modified time
    Searched refs:lockType (Results 1 - 25 of 44) sorted by null

1 2

  /hardware/qcom/display/msm8960/libgenlock/
genlock.cpp 49 int get_kernel_lock_type(genlock_lock_type lockType)
54 if (lockType & GENLOCK_WRITE_LOCK) {
56 } else if (lockType & GENLOCK_READ_LOCK) {
59 ALOGE("%s: invalid lockType (lockType = %d)",
60 __FUNCTION__, lockType);
68 int lockType, int timeout,
86 lock.op = lockType;
95 lockType, strerror(errno), hnd->fd);
105 ,__FUNCTION__, lockType, strerror(errno), hnd->fd)
    [all...]
genlock.h 83 * buffer is specified by the lockType. This function will block if a write
96 genlock_lock_type_t lockType,
  /cts/tests/tests/libcorefileio/src/android/cts/
LockHoldingService.java 29 import static android.cts.FileChannelInterProcessLockTest.LockType;
82 static final String LOCK_TYPE_KEY = "lockType";
125 LockType lockType = (LockType) intent.getSerializableExtra(LOCK_TYPE_KEY);
129 this.fileLock = FileChannelInterProcessLockTest.acquire(lockType, channelType);
146 LockType lockType = (LockType) intent.getSerializableExtra(LOCK_TYPE_KEY);
148 this.fileLock = FileChannelInterProcessLockTest.acquire(lockType, channelType)
    [all...]
FileChannelInterProcessLockTest.java 76 checkTryLockBehavior(LockType.TRY_LOCK, LockType.TRY_LOCK,
80 checkTryLockBehavior(LockType.TRY_LOCK, LockType.TRY_LOCK,
97 checkTryLockBehavior(LockType.TRY_LOCK, LockType.TRY_LOCK,
99 checkTryLockBehavior(LockType.TRY_LOCK, LockType.LOCK_ON_REGION_WITH_TRY_LOCK,
101 checkTryLockBehavior(LockType.TRY_LOCK, LockType.SHARED_LOCK_ON_REGION_WITH_TRY_LOCK
    [all...]
  /external/python/cpython2/Lib/bsddb/test/
test_lock.py 142 def theThread(self, lockType):
149 if lockType == db.DB_LOCK_WRITE:
159 lock = self.env.lock_get(anID, "some locked thing", lockType)
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_lock.py 142 def theThread(self, lockType):
149 if lockType == db.DB_LOCK_WRITE:
159 lock = self.env.lock_get(anID, "some locked thing", lockType)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_lock.py 142 def theThread(self, lockType):
149 if lockType == db.DB_LOCK_WRITE:
159 lock = self.env.lock_get(anID, "some locked thing", lockType)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 142 def theThread(self, lockType):
149 if lockType == db.DB_LOCK_WRITE:
159 lock = self.env.lock_get(anID, "some locked thing", lockType)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 142 def theThread(self, lockType):
149 if lockType == db.DB_LOCK_WRITE:
159 lock = self.env.lock_get(anID, "some locked thing", lockType)
  /packages/apps/TV/src/com/android/tv/ui/
TvOverlayManager.java     [all...]
ChannelBannerView.java 306 * @param lockType Any of LOCK_NONE, LOCK_PROGRAM_DETAIL, or LOCK_CHANNEL_INFO.
308 * @throws IllegalArgumentException if lockType is invalid.
310 public int setLockType(int lockType) {
311 if (lockType != LOCK_NONE && lockType != LOCK_CHANNEL_INFO
312 && lockType != LOCK_PROGRAM_DETAIL) {
313 throw new IllegalArgumentException("No such lock type " + lockType);
316 mLockType = lockType;
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowWifiManager.java 104 public WifiManager.WifiLock createWifiLock(int lockType, java.lang.String tag) {
  /frameworks/base/wifi/java/android/net/wifi/
IWifiManager.aidl 115 boolean acquireWifiLock(IBinder lock, int lockType, String tag, in WorkSource ws);
WifiManager.java     [all...]
  /external/sqlite/dist/orig/
sqlite3.c 38082 u8 locktype; \/* Type of lock currently held on this file *\/ member in struct:winFile
    [all...]
  /external/sqlite/dist/
sqlite3.c 38082 u8 locktype; \/* Type of lock currently held on this file *\/ member in struct:winFile
    [all...]
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 

Completed in 867 milliseconds

1 2