Home
last modified time | relevance | path

Searched defs:req_config (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/generic/car/emulator/audio/driver/
Daudio_hw.h56 struct audio_config req_config; // Constant after init member
93 struct audio_config req_config; // Constant after init member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_utils.cc628 const auto& req_config = reqs.at(i).params.GetAsCoreCodecConfig(); in IsAseConfigMatchedWithPreferredRequirements() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dbredr_dynamic_channel.cc591 auto req_config = std::exchange(remote_config_accum_, std::nullopt).value(); in OnRxConfigReq() local