Home
last modified time | relevance | path

Searched defs:use_mmap (Results 1 - 13 of 13) sorted by relevance

/third_party/elfutils/tests/
H A Dvendorelf.c36 check_elf (const char *fname, int class, int use_mmap) in check_elf() argument
H A Dnewdata.c73 create_elf (int fd, int class, int use_mmap) in create_elf() argument
157 read_elf (int fd, int use_mmap) in read_elf() argument
237 check_elf (int class, int use_mmap) in check_elf() argument
[all...]
H A Demptyfile.c66 check_elf (const char *fname, int class, int use_mmap) in check_elf() argument
H A Delfcopy.c72 copy_elf (const char *in, const char *out, bool use_mmap, bool reverse_offs) in copy_elf() argument
350 bool use_mmap = false; in main() local
H A Daddsections.c73 add_sections (const char *name, size_t nr, int use_mmap, size_t sec_size) in add_sections() argument
314 bool use_mmap = false; in main() local
H A Dfillfile.c200 check_elf (const char *fname, int class, int use_mmap) in check_elf() argument
H A Delfstrtab.c133 check_elf (const char *fname, int class, int use_mmap) in check_elf() argument
/third_party/elfutils/libelf/
H A Delf_begin.c649 int use_mmap = (cmd == ELF_C_READ_MMAP || cmd == ELF_C_RDWR_MMAP in read_file() local
/third_party/alsa-lib/include/
H A Daserver.h56 int use_mmap; member
100 char use_mmap; member
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c131 bool use_mmap; member
1188 bool record = true, playback = true, use_mmap in pa__init() local
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c162 bool use_mmap:1, use_tsched:1, deferred_volume:1, fixed_latency_range:1; member
2339 bool use_mmap = true; in pa_alsa_sink_new() local
[all...]
H A Dalsa-source.c146 bool use_mmap:1, use_tsched:1, deferred_volume:1, fixed_latency_range:1; member
2043 bool use_mmap = true; in pa_alsa_source_new() local
[all...]
H A Dalsa-util.c184 static void check_access(snd_pcm_t *pcm_handle, snd_pcm_hw_params_t *hwparams, bool use_mmap) { in check_access() argument
200 pa_alsa_set_hw_params( snd_pcm_t *pcm_handle, pa_sample_spec *ss, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, bool require_exact_channel_number) pa_alsa_set_hw_params() argument
514 pa_alsa_open_by_device_id_auto( const char *dev_id, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, pa_alsa_profile_set *ps, pa_alsa_mapping **mapping) pa_alsa_open_by_device_id_auto() argument
623 pa_alsa_open_by_device_id_mapping( const char *dev_id, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, pa_alsa_mapping *m) pa_alsa_open_by_device_id_mapping() argument
675 pa_alsa_open_by_device_string( const char *device, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, bool require_exact_channel_number) pa_alsa_open_by_device_string() argument
774 pa_alsa_open_by_template( char **template, const char *dev_id, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, bool require_exact_channel_number) pa_alsa_open_by_template() argument
[all...]

Completed in 16 milliseconds