Home
last modified time | relevance | path

Searched refs:mDevicePort (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DEffects.cpp3136 mDevicePort = *port; in checkPort()
3152 mDevicePort.id = AUDIO_PORT_HANDLE_NONE; in checkPort()
3202 mDevicePort.id = AUDIO_PORT_HANDLE_NONE; in removeEffect()
3213 mDevicePort.id, mDevicePort.ext.device.hw_module, effect); in addEffectToHal()
3222 mDevicePort.id, mDevicePort.ext.device.hw_module, effect); in removeEffectFromHal()
3226 if (mDevicePort.id != AUDIO_PORT_HANDLE_NONE) { in isOutput()
3227 return mDevicePort.role == AUDIO_PORT_ROLE_SINK; in isOutput()
3233 if (mDevicePort.id != AUDIO_PORT_HANDLE_NONE && in sampleRate()
3234 (mDevicePort.config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) != 0) { in sampleRate()
3235 return mDevicePort.sample_rate; in sampleRate()
[all …]
DEffects.h736 struct audio_port_config mDevicePort = { .id = AUDIO_PORT_HANDLE_NONE }; variable