Lines Matching refs:mDevicePort
3253 mDevicePort = *port; in checkPort()
3270 mDevicePort.id = AUDIO_PORT_HANDLE_NONE; in checkPort()
3321 mDevicePort.id = AUDIO_PORT_HANDLE_NONE; in removeEffect()
3332 mDevicePort.id, mDevicePort.ext.device.hw_module, effect); in addEffectToHal()
3341 mDevicePort.id, mDevicePort.ext.device.hw_module, effect); in removeEffectFromHal()
3345 if (mDevicePort.id != AUDIO_PORT_HANDLE_NONE) { in isOutput()
3346 return mDevicePort.role == AUDIO_PORT_ROLE_SINK; in isOutput()
3352 if (mDevicePort.id != AUDIO_PORT_HANDLE_NONE && in sampleRate()
3353 (mDevicePort.config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) != 0) { in sampleRate()
3354 return mDevicePort.sample_rate; in sampleRate()
3360 if (mDevicePort.id != AUDIO_PORT_HANDLE_NONE && in channelMask()
3361 (mDevicePort.config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK) != 0) { in channelMask()
3362 return mDevicePort.channel_mask; in channelMask()