Lines Matching refs:selectedDeviceId
910 audio_port_handle_t *selectedDeviceId, in getOutputForAttrInt() argument
915 const audio_port_handle_t requestedPortId = *selectedDeviceId; in getOutputForAttrInt()
957 *selectedDeviceId = deviceDesc != 0 ? deviceDesc->getId() : AUDIO_PORT_HANDLE_NONE; in getOutputForAttrInt()
1013 *selectedDeviceId = getFirstDeviceId(outputDevices); in getOutputForAttrInt()
1015 ALOGV("%s returns output %d selectedDeviceId %d", __func__, *output, *selectedDeviceId); in getOutputForAttrInt()
1027 audio_port_handle_t *selectedDeviceId, in getOutputForAttr() argument
1035 const audio_port_handle_t requestedPortId = *selectedDeviceId; in getOutputForAttr()
1045 *selectedDeviceId = sanitizedRequestedPortId; in getOutputForAttr()
1048 config, flags, selectedDeviceId, &isRequestedDeviceForExclusiveUse, in getOutputForAttr()
1076 *output, requestedPortId, *selectedDeviceId, *portId); in getOutputForAttr()
1906 audio_port_handle_t *selectedDeviceId, in getInputForAttr() argument
1921 audio_port_handle_t requestedDeviceId = *selectedDeviceId; in getInputForAttr()
1935 mAvailableInputDevices.getDeviceFromId(*selectedDeviceId); in getInputForAttr()
2047 *selectedDeviceId = mAvailableInputDevices.contains(device) ? in getInputForAttr()
2061 *input, *inputType, *selectedDeviceId, *portId); in getInputForAttr()
3596 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE; in createAudioPatchInternal() local
3601 &selectedDeviceId, &isRequestedDeviceForExclusiveUse, in createAudioPatchInternal()