Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DEffects.cpp3253 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 …]
H A DEffects.h795 struct audio_port_config mDevicePort = { .id = AUDIO_PORT_HANDLE_NONE }; variable