Searched refs:m_offset (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/ |
D | goldfish_address_space_host.impl | 88 , m_offset(0) 102 m_offset = rhs.m_offset; 121 m_offset = 151 m_offset = offset; 154 m_phys_addr = HostAddressSpaceDevice::get()->offsetToPhysAddr(m_offset); 202 HostAddressSpaceDevice::get()->unclaimShared(m_handle, m_offset); 204 HostAddressSpaceDevice::get()->freeBlock(m_handle, m_offset); 208 m_offset = 0; 219 m_offset = 0;
|
D | goldfish_address_space_fuchsia.impl | 97 , m_offset(0) 111 m_offset = rhs.m_offset; 140 m_offset = 0; 144 (unsigned long long)m_offset, 182 m_offset, 190 (unsigned long long)m_offset, status); 221 // auto result = m_driver->UnclaimShared(m_offset); 236 m_offset = 0;
|
D | goldfish_address_space_android.impl | 161 , m_offset(0) 174 m_offset = rhs.m_offset; 201 m_offset = request.offset; 207 (unsigned long long)m_offset, 235 m_offset = offset; 265 const int res = memoryMap(NULL, m_size, m_handle, m_offset, &result); 271 (unsigned long long)m_offset, res); 296 res = ioctl_unclaim_shared(m_handle, m_offset); 302 res = ioctl_deallocate(m_handle, m_offset); 313 m_offset = 0; [all …]
|
D | goldfish_address_space.h | 93 uint64_t offset() const { return m_offset; } in offset() 117 uint64_t m_offset; variable
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | GoldfishAVCDec.h | 154 #define DUMP_TO_FILE(m_filename, m_buf, m_size, m_offset)\ argument 157 if (fp != NULL && m_buf != NULL && m_offset == 0) { \ 179 #define DUMP_TO_FILE(m_filename, m_buf, m_size, m_offset) argument
|