Home
last modified time | relevance | path

Searched refs:atlog_rw_shm_fd (Results 1 – 5 of 5) sorted by relevance

/external/adhd/cras/src/server/
Daudio_thread_log.h29 extern int atlog_rw_shm_fd;
38 atlog_rw_shm_fd = -1; in audio_thread_event_log_init()
41 name, sizeof(*log), &atlog_rw_shm_fd, &atlog_ro_shm_fd); in audio_thread_event_log_init()
59 if (atlog_rw_shm_fd >= 0) { in audio_thread_event_log_deinit()
61 cras_shm_close_unlink(name, atlog_rw_shm_fd); in audio_thread_event_log_deinit()
Daudio_thread.c120 int atlog_rw_shm_fd; variable
/external/adhd/cras/src/tests/
Dloopback_iodev_unittest.cc12 int atlog_rw_shm_fd; variable
71 atlog_rw_shm_fd = atlog_ro_shm_fd = -1; in SetUp()
Ddev_stream_unittest.cc23 int atlog_rw_shm_fd; variable
154 atlog_rw_shm_fd = atlog_ro_shm_fd = -1; in SetUp()
Diodev_unittest.cc23 int atlog_rw_shm_fd; variable
180 atlog_rw_shm_fd = atlog_ro_shm_fd = -1; in ResetStubData()