• Home
  • Raw
  • Download

Lines Matching refs:sinks

245         ss << "(" << toString(patch->sinks[i].ext.device.type)  in patchSinksToString()
246 << ", " << patch->sinks[i].ext.device.address << ")"; in patchSinksToString()
4308 LOG_ALWAYS_FATAL_IF(popcount(patch->sinks[i].ext.device.type) > 1 in createAudioPatch_l()
4312 patch->sinks[i].ext.device.type); in createAudioPatch_l()
4313 type = static_cast<audio_devices_t>(type | patch->sinks[i].ext.device.type); in createAudioPatch_l()
4314 deviceTypeAddrs.push_back(AudioDeviceTypeAddr(patch->sinks[i].ext.device.type, in createAudioPatch_l()
4315 patch->sinks[i].ext.device.address)); in createAudioPatch_l()
4318 audio_port_handle_t sinkPortId = patch->sinks[0].id; in createAudioPatch_l()
4347 (mPatch.sinks[0].id != sinkPortId); in createAudioPatch_l()
4357 patch->sinks, in createAudioPatch_l()
4361 if (strcmp(patch->sinks[0].ext.device.address, "") != 0) { in createAudioPatch_l()
4364 patch->sinks[0].ext.device.type, in createAudioPatch_l()
4365 patch->sinks[0].ext.device.address); in createAudioPatch_l()
8794 if (mAudioSource != patch->sinks[0].ext.mix.usecase.source) { in createAudioPatch_l()
8795 mAudioSource = patch->sinks[0].ext.mix.usecase.source; in createAudioPatch_l()
8806 patch->sinks, in createAudioPatch_l()
8822 (int)patch->sinks[0].ext.mix.usecase.source); in createAudioPatch_l()
9543 LOG_ALWAYS_FATAL_IF(popcount(patch->sinks[i].ext.device.type) > 1 in createAudioPatch_l()
9547 patch->sinks[i].ext.device.type); in createAudioPatch_l()
9548 type = static_cast<audio_devices_t>(type | patch->sinks[i].ext.device.type); in createAudioPatch_l()
9549 sinkDeviceTypeAddrs.push_back(AudioDeviceTypeAddr(patch->sinks[i].ext.device.type, in createAudioPatch_l()
9550 patch->sinks[i].ext.device.address)); in createAudioPatch_l()
9552 deviceId = patch->sinks[0].id; in createAudioPatch_l()
9572 if (mAudioSource != patch->sinks[0].ext.mix.usecase.source) { in createAudioPatch_l()
9573 mAudioSource = patch->sinks[0].ext.mix.usecase.source; in createAudioPatch_l()
9584 patch->sinks, in createAudioPatch_l()
9588 if (strcmp(patch->sinks[0].ext.device.address, "") != 0) { in createAudioPatch_l()
9591 patch->sinks[0].ext.device.type, in createAudioPatch_l()
9592 patch->sinks[0].ext.device.address); in createAudioPatch_l()
9601 (int)patch->sinks[0].ext.mix.usecase.source); in createAudioPatch_l()