HomeSort by relevance Sort by last modified time
    Searched refs:lock_state (Results 1 - 3 of 3) 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),

Completed in 188 milliseconds