Lines Matching refs:sinks
4074 LOG_ALWAYS_FATAL_IF(popcount(patch->sinks[i].ext.device.type) > 1 in createAudioPatch_l()
4078 patch->sinks[i].ext.device.type); in createAudioPatch_l()
4079 type |= patch->sinks[i].ext.device.type; in createAudioPatch_l()
4080 deviceTypeAddrs.push_back(AudioDeviceTypeAddr(patch->sinks[i].ext.device.type, in createAudioPatch_l()
4081 patch->sinks[i].ext.device.address)); in createAudioPatch_l()
4084 audio_port_handle_t sinkPortId = patch->sinks[0].id; in createAudioPatch_l()
4113 (mPatch.sinks[0].id != sinkPortId); in createAudioPatch_l()
4122 patch->sinks, in createAudioPatch_l()
4126 if (strcmp(patch->sinks[0].ext.device.address, "") != 0) { in createAudioPatch_l()
4129 patch->sinks[0].ext.device.type, in createAudioPatch_l()
4130 patch->sinks[0].ext.device.address); in createAudioPatch_l()
8365 if (mAudioSource != patch->sinks[0].ext.mix.usecase.source) { in createAudioPatch_l()
8366 mAudioSource = patch->sinks[0].ext.mix.usecase.source; in createAudioPatch_l()
8377 patch->sinks, in createAudioPatch_l()
8393 (int)patch->sinks[0].ext.mix.usecase.source); in createAudioPatch_l()
8940 LOG_ALWAYS_FATAL_IF(popcount(patch->sinks[i].ext.device.type) > 1 in createAudioPatch_l()
8944 patch->sinks[i].ext.device.type); in createAudioPatch_l()
8945 type |= patch->sinks[i].ext.device.type; in createAudioPatch_l()
8946 sinkDeviceTypeAddrs.push_back(AudioDeviceTypeAddr(patch->sinks[i].ext.device.type, in createAudioPatch_l()
8947 patch->sinks[i].ext.device.address)); in createAudioPatch_l()
8949 deviceId = patch->sinks[0].id; in createAudioPatch_l()
8969 if (mAudioSource != patch->sinks[0].ext.mix.usecase.source) { in createAudioPatch_l()
8970 mAudioSource = patch->sinks[0].ext.mix.usecase.source; in createAudioPatch_l()
8981 patch->sinks, in createAudioPatch_l()
8985 if (strcmp(patch->sinks[0].ext.device.address, "") != 0) { in createAudioPatch_l()
8988 patch->sinks[0].ext.device.type, in createAudioPatch_l()
8989 patch->sinks[0].ext.device.address); in createAudioPatch_l()
8998 (int)patch->sinks[0].ext.mix.usecase.source); in createAudioPatch_l()