Searched refs:portRole (Results 1 – 3 of 3) sorted by relevance
219 audio_port_role_t portRole) in checkCompatibleChannelMask() argument226 const bool isRecordThread = portType == AUDIO_PORT_TYPE_MIX && portRole == AUDIO_PORT_ROLE_SINK; in checkCompatibleChannelMask()331 audio_port_role_t portRole) in checkCompatibleProfile() argument338 portType == AUDIO_PORT_TYPE_MIX && portRole == AUDIO_PORT_ROLE_SINK in checkCompatibleProfile()354 portType, portRole) == NO_ERROR && in checkCompatibleProfile()
431 audio_port_role_t portRole = (role == Attributes::roleSource) ? in deserialize() local434 Element mixPort = new IOProfile(name, portRole); in deserialize()452 if (portRole == AUDIO_PORT_ROLE_SOURCE) { in deserialize()499 audio_port_role_t portRole = (role == Attributes::roleSource) ? in deserialize() local504 (!audio_is_input_device(type) && portRole == AUDIO_PORT_ROLE_SOURCE) || in deserialize()505 (!audio_is_output_devices(type) && portRole == AUDIO_PORT_ROLE_SINK)) { in deserialize()
51 audio_port_role_t portRole);