HomeSort by relevance Sort by last modified time
    Searched refs:mixer_pipeline_map (Results 1 - 2 of 2) sorted by null

  /device/generic/car/emulator/audio/driver/
ext_pcm.h 40 Hashmap *mixer_pipeline_map; member in struct:ext_pcm
ext_pcm.c 79 hashmapForEach(ext_pcm->mixer_pipeline_map, mixer_thread_mix,
95 ext_pcm->mixer_pipeline_map, bus_address);
98 hashmapPut(ext_pcm->mixer_pipeline_map, bus_address, pipeline);
121 shared_ext_pcm->mixer_pipeline_map = hashmapCreate(8, str_hash_fn, str_eq);
152 hashmapForEach(ext_pcm->mixer_pipeline_map, mixer_free_pipeline,
154 hashmapFree(ext_pcm->mixer_pipeline_map);

Completed in 62 milliseconds