Home
last modified time | relevance | path

Searched refs:out_bus_stream_map (Results 1 – 2 of 2) sorted by relevance

/device/generic/car/emulator/audio/driver/
Daudio_hw.c170 struct generic_stream_out *out = hashmapGet(device_handle->out_bus_stream_map, address); in get_audio_device()
1253 hashmapPut(adev->out_bus_stream_map, out->bus_address, out); in adev_open_output_stream()
1295 hashmapRemove(adev->out_bus_stream_map, out->bus_address); in adev_close_output_stream()
1523 struct generic_stream_out *out = hashmapGet(adev->out_bus_stream_map, bus_address); in adev_set_audio_port_config()
1601 if (adev->out_bus_stream_map) { in adev_close()
1602 hashmapFree(adev->out_bus_stream_map); in adev_close()
1720 adev->out_bus_stream_map = hashmapCreate(5, str_hash_fn, str_eq); in adev_open()
Daudio_hw.h35 Hashmap *out_bus_stream_map; // Extended field. Constant after init member