Searched refs:mDevicePort (Results 1 – 2 of 2) sorted by relevance
3015 mDevicePort = *port; in checkPort()3031 mDevicePort.id = AUDIO_PORT_HANDLE_NONE; in checkPort()3077 mDevicePort.id = AUDIO_PORT_HANDLE_NONE; in removeEffect()3088 mDevicePort.id, mDevicePort.ext.device.hw_module, effect); in addEffectToHal()3097 mDevicePort.id, mDevicePort.ext.device.hw_module, effect); in removeEffectFromHal()3101 if (mDevicePort.id != AUDIO_PORT_HANDLE_NONE) { in isOutput()3102 return mDevicePort.role == AUDIO_PORT_ROLE_SINK; in isOutput()3108 if (mDevicePort.id != AUDIO_PORT_HANDLE_NONE && in sampleRate()3109 (mDevicePort.config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) != 0) { in sampleRate()3110 return mDevicePort.sample_rate; in sampleRate()[all …]
724 struct audio_port_config mDevicePort = { .id = AUDIO_PORT_HANDLE_NONE }; variable