Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager.h32 struct stream_map_info { struct
33 stream_map_info(uint16_t stream_handle, uint32_t audio_channel_allocation, in stream_map_info() function
44 std::vector<stream_map_info> stream_map; argument
Dcodec_manager.cc54 std::vector<bluetooth::le_audio::stream_map_info> streams_map_target;
55 std::vector<bluetooth::le_audio::stream_map_info> streams_map_current;
820 stream_map.streams_map_target.emplace_back(stream_map_info( in UpdateCisConfiguration()
823 stream_map.streams_map_current.emplace_back(stream_map_info( in UpdateCisConfiguration()