Searched refs:mmap_shared_memory_fd (Results 1 – 2 of 2) sorted by relevance
237 int mmap_shared_memory_fd; /* file descriptor associated with MMAP NOIRQ shared memory */ member299 int mmap_shared_memory_fd; /* file descriptor associated with MMAP NOIRQ shared memory */ member
2842 if (out->mmap_shared_memory_fd >= 0) { in out_standby_l()2844 __func__, out->mmap_shared_memory_fd); in out_standby_l()2845 close(out->mmap_shared_memory_fd); in out_standby_l()2846 out->mmap_shared_memory_fd = -1; in out_standby_l()4090 out->mmap_shared_memory_fd = info->shared_memory_fd; // for closing later in out_create_mmap_buffer()4091 ALOGV("%s: opened mmap_shared_memory_fd = %d", __func__, out->mmap_shared_memory_fd); in out_create_mmap_buffer()4227 if (in->mmap_shared_memory_fd >= 0) { in in_standby()4229 __func__, in->mmap_shared_memory_fd); in in_standby()4230 close(in->mmap_shared_memory_fd); in in_standby()4231 in->mmap_shared_memory_fd = -1; in in_standby()[all …]