| /external/crosvm/base/src/windows/ |
| D | shm.rs | 19 pub struct SharedMemory { struct 28 impl SharedMemory { impl 34 pub fn named<T: Into<Vec<u8>>>(name: T, size: u64) -> Result<SharedMemory> { in named() 42 pub fn anon(size: u64) -> Result<SharedMemory> { in anon() 58 impl AsRawDescriptor for SharedMemory { implementation 64 impl IntoRawDescriptor for SharedMemory { implementation 70 impl Read for SharedMemory { implementation 87 impl Write for SharedMemory { implementation 109 impl Seek for SharedMemory { implementation
|
| /external/crosvm/base/src/ |
| D | shm.rs | 22 pub struct SharedMemory(SysUtilSharedMemory); struct 23 impl SharedMemory { impl 24 pub fn named<T: Into<Vec<u8>>>(name: T, size: u64) -> Result<SharedMemory> { in named() 30 pub fn anon(size: u64) -> Result<SharedMemory> { in anon() 34 pub fn new(name: Option<&CStr>, size: u64) -> Result<SharedMemory> { in new() 49 fn from_safe_descriptor(descriptor: SafeDescriptor) -> Result<SharedMemory> { in from_safe_descriptor() 54 fn from_file(file: File) -> Result<SharedMemory> { in from_file() 63 impl Unix for SharedMemory { implementation 73 impl AsRawDescriptor for SharedMemory { implementation 79 impl IntoRawDescriptor for SharedMemory { implementation [all …]
|
| /external/crosvm/base/src/unix/ |
| D | shm.rs | 26 pub struct SharedMemory { struct 28 fd: File, 29 size: u64, 119 impl SharedMemory { implementation 125 pub fn named<T: Into<Vec<u8>>>(name: T) -> Result<SharedMemory> { in named() 140 pub fn new(name: Option<&CStr>) -> Result<SharedMemory> { in new() 160 pub fn from_file(mut file: File) -> Result<SharedMemory> { in from_file() 231 impl Read for SharedMemory { implementation 237 impl Read for &SharedMemory { implementation 243 impl Write for SharedMemory { implementation [all …]
|
| /external/crosvm/common/sys_util/src/ |
| D | shm.rs | 25 pub struct SharedMemory { struct 27 fd: File, 28 size: u64, 118 impl SharedMemory { implementation 124 pub fn named<T: Into<Vec<u8>>>(name: T) -> Result<SharedMemory> { in named() 139 pub fn new(name: Option<&CStr>) -> Result<SharedMemory> { in new() 159 pub fn from_file(mut file: File) -> Result<SharedMemory> { in from_file() 230 impl Read for SharedMemory { implementation 236 impl Read for &SharedMemory { implementation 242 impl Write for SharedMemory { implementation [all …]
|
| /external/crosvm/base/src/windows/win/ |
| D | shm.rs | 12 impl SharedMemory { impl
|
| /external/perfetto/include/perfetto/ext/tracing/core/ |
| D | producer.h | 25 class SharedMemory; variable
|
| D | shared_memory_arbiter.h | 37 class SharedMemory; variable
|
| /external/webrtc/modules/desktop_capture/ |
| D | shared_memory.cc | 21 SharedMemory::SharedMemory(void* data, size_t size, Handle handle, int id) in SharedMemory() function in webrtc::SharedMemory
|
| /external/libchrome/base/trace_event/ |
| D | process_memory_dump.h | 31 class SharedMemory; variable
|
| /external/libchrome/base/memory/ |
| D | shared_memory_posix.cc | 44 SharedMemory::SharedMemory(const SharedMemoryHandle& handle, bool read_only) in SharedMemory() function in base::SharedMemory
|
| /external/python/cpython3/Lib/multiprocessing/ |
| D | shared_memory.py | 49 class SharedMemory: class
|
| D | managers.py | 1356 def SharedMemory(self, size): member in SharedMemoryManager
|
| /external/crosvm/common/audio_streams/src/ |
| D | shm_streams.rs | 157 pub trait SharedMemory { trait
|
| /external/libchrome/base/metrics/ |
| D | persistent_memory_allocator.h | 25 class SharedMemory; variable
|
| /external/crosvm/vm_memory/src/ |
| D | guest_memory.rs | 113 shm: Arc<SharedMemory>, in new_from_shm() 181 fn create_shm(ranges: &[(GuestAddress, u64)]) -> Result<SharedMemory> { in create_shm()
|
| /external/crosvm/devices/src/virtio/snd/vios_backend/ |
| D | shm_streams.rs | 355 src: &mut SharedMemory, in mmap_buffer()
|
| /external/perfetto/src/tracing/core/ |
| D | tracing_service_impl.h | 68 class SharedMemory; variable
|
| /external/perfetto/src/base/ |
| D | unix_socket_unittest.cc | 657 TEST_F(UnixSocketTest, SharedMemory) { in TEST_F() argument
|
| /external/crosvm/vm_control/src/ |
| D | lib.rs | 238 SharedMemory(SharedMemory), enumerator
|
| /external/crosvm/devices/src/virtio/ |
| D | wl.rs | 347 fn register_memory(&self, shm: SharedMemory) -> WlResult<(SharedMemory, VmMemoryResponse)> { in register_memory()
|