Home
last modified time | relevance | path

Searched refs:reqs (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software.cc445 auto reqs = GetAidlLeAudioBroadcastConfigurationRequirementFromStackFormat( in GetBroadcastConfig() local
449 interface->getLeAudioBroadcastConfiguration(aidl_pacs, reqs); in GetBroadcastConfig()
468 std::vector<IBluetoothAudioProvider::LeAudioConfigurationRequirement> reqs; in GetUnicastConfig() local
469 reqs.push_back(GetAidlLeAudioUnicastConfigurationRequirementsFromStackFormat( in GetUnicastConfig()
476 ->GetLeAudioAseConfiguration(aidl_sink_pacs, aidl_source_pacs, reqs); in GetUnicastConfig()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_utils.cc520 const types::LeAudioLtvMap& reqs, in IsCodecConfigSupported() argument
523 auto config = reqs.GetAsCoreCodecConfig(); in IsCodecConfigSupported()
/packages/modules/Connectivity/framework/src/android/net/
DConnectivityManager.java5201 final List<NetworkRequest> reqs = new ArrayList<>(); in unregisterNetworkCallback() local
5214 reqs.add(e.getKey()); in unregisterNetworkCallback()
5218 for (NetworkRequest r : reqs) { in unregisterNetworkCallback()