Searched refs:mDevicePort (Results 1 – 2 of 2) sorted by relevance
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()3354 return mDevicePort.sample_rate; in sampleRate()3360 if (mDevicePort.id != AUDIO_PORT_HANDLE_NONE && in channelMask()[all …]
795 struct audio_port_config mDevicePort = { .id = AUDIO_PORT_HANDLE_NONE }; variable