Searched refs:sinks (Results 1 – 10 of 10) sorted by relevance
105 const struct audio_port_config* sinks, in adev_create_audio_patch() argument107 if (device == nullptr || sources == nullptr || sinks == nullptr || in adev_create_audio_patch()113 if (num_sinks != 1 || sinks[0].type != AUDIO_PORT_TYPE_MIX) { in adev_create_audio_patch()118 if (sinks[i].type != AUDIO_PORT_TYPE_DEVICE) { in adev_create_audio_patch()132 LOG(INFO) << __func__ << ": device=" << std::hex << sinks[0].ext.device.type in adev_create_audio_patch()
67 for (size_t i = 0; i < BTA_AV_CO_NUM_ELEMENTS(sinks); i++) { in Reset()68 BtaAvCoSep& sink = sinks[i]; in Reset()167 BtaAvCoSep* p_sink = &p_peer->sinks[index]; in FindPeerSink()
239 if (p_peer->num_sup_sinks < BTA_AV_CO_NUM_ELEMENTS(p_peer->sinks)) { in ProcessSourceGetConfig()240 BtaAvCoSep* p_sink = &p_peer->sinks[p_peer->num_sup_sinks++]; in ProcessSourceGetConfig()259 (p_peer->num_sup_sinks != BTA_AV_CO_NUM_ELEMENTS(p_peer->sinks))) { in ProcessSourceGetConfig()848 (p_peer->num_sup_sinks != BTA_AV_CO_NUM_ELEMENTS(p_peer->sinks))) { in SetCodecUserConfig()948 (p_peer->num_sup_sinks != BTA_AV_CO_NUM_ELEMENTS(p_peer->sinks))) { in SetCodecAudioConfig()1118 const BtaAvCoSep* p_sink = &p_peer->sinks[index]; in GetProviderCodecConfiguration()1507 p_sink = &p_peer->sinks[index]; in bta_av_co_store_peer_codectype()
265 List<BluetoothDevice> sinks, @Nullable LocalBluetoothManager localBtManager) { in addSourceToTargetSinks() argument270 if (sinks.isEmpty()) { in addSourceToTargetSinks()295 for (BluetoothDevice sink : sinks) { in addSourceToTargetSinks()
222 Preconditions.checkArgument(patch.sinks().length == 1 in createAudioPatchInfo()223 && patch.sinks()[0].port() instanceof AudioDevicePort, in createAudioPatchInfo()227 ((AudioDevicePort) patch.sinks()[0].port()).address(), in createAudioPatchInfo()
92 BtaAvCoSep sinks[BTAV_A2DP_CODEC_INDEX_MAX]; // Supported sinks variable
285 List<BluetoothDevice> sinks = in connect() local292 for (BluetoothDevice sink : sinks) { in connect()