Searched refs:m_offset (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/ |
D | goldfish_address_space_android.impl | 167 , m_offset(0) 180 m_offset = rhs.m_offset; 204 m_offset = request.offset; 230 m_offset = offset; 260 const int res = memoryMap(NULL, m_size, m_handle, m_offset, &result); 266 (unsigned long long)m_offset, res); 291 res = ioctl_unclaim_shared(m_handle, m_offset); 297 res = ioctl_deallocate(m_handle, m_offset); 308 m_offset = 0; 319 m_offset = 0;
|
D | goldfish_address_space.h | 68 uint64_t offset() const { return m_offset; } in offset() 92 uint64_t m_offset; variable
|
D | goldfish_address_space_fuchsia.impl | 99 , m_offset(0) 113 m_offset = rhs.m_offset; 141 m_offset = 0; 183 m_offset, 191 (unsigned long long)m_offset, status); 222 // auto result = m_driver->UnclaimShared(m_offset); 237 m_offset = 0;
|