Searched refs:mixer_pipeline_map (Results 1 – 2 of 2) sorted by relevance
79 hashmapForEach(ext_pcm->mixer_pipeline_map, mixer_thread_mix, in mixer_thread_loop()95 ext_pcm->mixer_pipeline_map, bus_address); in mixer_pipeline_write()98 hashmapPut(ext_pcm->mixer_pipeline_map, bus_address, pipeline); in mixer_pipeline_write()121 shared_ext_pcm->mixer_pipeline_map = hashmapCreate(8, str_hash_fn, str_eq); in ext_pcm_open()152 hashmapForEach(ext_pcm->mixer_pipeline_map, mixer_free_pipeline, in ext_pcm_close()154 hashmapFree(ext_pcm->mixer_pipeline_map); in ext_pcm_close()
40 Hashmap *mixer_pipeline_map; member