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

  /device/google/cuttlefish_common/guest/vsoc/lib/
guest_lock.cpp 24 void GuestLock::Lock() {
37 void GuestLock::Unlock() {
44 bool GuestLock::Recover() {
gralloc_region_view.cpp 68 vsoc::LockGuard<vsoc::layout::GuestLock>(&data()->new_buffer_lock);
92 vsoc::LockGuard<vsoc::layout::GuestLock>(&data()->new_buffer_lock);
  /device/google/cuttlefish_common/common/vsoc/shm/
gralloc_layout.h 60 8 + GuestLock::layout_size + BufferEntry::layout_size;
67 GuestLock new_buffer_lock;
lock.h 162 class GuestLock : public WaitingLockBase {
179 ASSERT_SHM_COMPATIBLE(GuestLock);
  /device/google/cuttlefish_common/common/vsoc/lib/
lock_test.cpp 28 using MyLock = vsoc::layout::GuestLock;

Completed in 173 milliseconds