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

  /external/webrtc/webrtc/base/
diskcache.cc 101 if (LS_LOCKED == entry->lock_state)
103 if ((LS_UNLOCKED == entry->lock_state) && (entry->accessors > 0))
109 entry->lock_state = LS_LOCKED;
115 if (LS_LOCKED != entry->lock_state)
143 if (LS_LOCKED != entry->lock_state)
147 entry->lock_state = LS_UNLOCKING;
149 entry->lock_state = LS_UNLOCKED;
159 if (LS_UNLOCKED != entry->lock_state)
193 if ((LS_UNLOCKED != entry->lock_state) || (entry->accessors > 0))
229 if ((LS_UNLOCKED != it->second.lock_state) || (it->second.accessors > 0)
    [all...]
diskcache.h 64 LockState lock_state; member in struct:rtc::DiskCache::Entry
  /device/linaro/hikey/gralloc/
gralloc_priv.h 203 private_handle_t(int flags, int usage, int size, void *base, int lock_state, ump_secure_id secure_id, ump_handle handle):
216 lockState(lock_state),
237 private_handle_t(int flags, int usage, int size, void *base, int lock_state):
248 lockState(lock_state),
268 private_handle_t(int flags, int usage, int size, void *base, int lock_state, int fb_file, int fb_offset):
281 lockState(lock_state),
  /device/linaro/hikey/gralloc960/
alloc_ion.cpp 225 int lock_state = 0; local
268 lock_state = private_handle_t::LOCK_STATE_MAPPED;
284 lock_state, -1, 0);
gralloc_priv.h 222 private_handle_t(int _flags, int _usage, int _size, void *_base, int lock_state, int fb_file, off_t fb_offset):
234 lockState(lock_state),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h 622 } LOCK_STATE, *PLOCK_STATE;
    [all...]

Completed in 4354 milliseconds