Home
last modified time | relevance | path

Searched refs:mmap_shared_memory_fd (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/hal/
Daudio_hw.h237 int mmap_shared_memory_fd; /* file descriptor associated with MMAP NOIRQ shared memory */ member
297 int mmap_shared_memory_fd; /* file descriptor associated with MMAP NOIRQ shared memory */ member
Daudio_hw.c2821 if (out->mmap_shared_memory_fd >= 0) { in out_standby_l()
2823 __func__, out->mmap_shared_memory_fd); in out_standby_l()
2824 close(out->mmap_shared_memory_fd); in out_standby_l()
2825 out->mmap_shared_memory_fd = -1; in out_standby_l()
4000 out->mmap_shared_memory_fd = info->shared_memory_fd; // for closing later in out_create_mmap_buffer()
4001 ALOGV("%s: opened mmap_shared_memory_fd = %d", __func__, out->mmap_shared_memory_fd); in out_create_mmap_buffer()
4137 if (in->mmap_shared_memory_fd >= 0) { in in_standby()
4139 __func__, in->mmap_shared_memory_fd); in in_standby()
4140 close(in->mmap_shared_memory_fd); in in_standby()
4141 in->mmap_shared_memory_fd = -1; in in_standby()
[all …]