Searched refs:mmap_read (Results 1 – 3 of 3) sorted by relevance
/third_party/pulseaudio/src/modules/oss/ |
D | module-oss.c | 335 static int mmap_read(struct userdata *u) { in mmap_read() function 1028 if ((ret = mmap_read(u)) < 0) in thread_func()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 560 static int mmap_read(struct userdata *u, pa_usec_t *sleep_usec, bool polled, bool on_timeout) { in mmap_read() function 1659 work_done = mmap_read(u, &sleep_usec, revents & POLLIN, on_timeout); in thread_func()
|
/third_party/libdrm/intel/ |
D | intel_bufmgr_gem.c | 1743 static int mmap_read(drm_intel_bo *bo, unsigned long offset, in mmap_read() function 1861 mmap_read(bo, offset, size, data); in drm_intel_gem_bo_get_subdata()
|