Searched refs:getDeviceFromId (Results 1 – 4 of 4) sorted by relevance
55 return devices.getDeviceFromId( in findPreferredDevice()61 return devices.getDeviceFromId(activeClientsWithRoute[0]->preferredDeviceId()); in findPreferredDevice()
147 sp<DeviceDescriptor> getDeviceFromId(audio_port_handle_t id) const;
1021 mAvailableOutputDevices.getDeviceFromId(requestedPortId); in getOutputForAttrInt()1181 mAvailableOutputDevices.getDeviceFromId(requestedPortId); in getOutputForAttr()2186 mAvailableInputDevices.getDeviceFromId(*selectedDeviceId); in getInputForAttr()3802 sp<DeviceDescriptor> dev = mAvailableOutputDevices.getDeviceFromId(port->id); in getAudioPort()3807 dev = mAvailableInputDevices.getDeviceFromId(port->id); in getAudioPort()3902 mAvailableOutputDevices.getDeviceFromId(patch->sinks[i].id); in createAudioPatchInternal()3958 mAvailableInputDevices.getDeviceFromId(patch->sources[0].id); in createAudioPatchInternal()4000 mAvailableInputDevices.getDeviceFromId(patch->sources[0].id); in createAudioPatchInternal()4267 deviceDesc = mAvailableInputDevices.getDeviceFromId(config->id); in setAudioPortConfig()4269 deviceDesc = mAvailableOutputDevices.getDeviceFromId(config->id); in setAudioPortConfig()[all …]
357 sp<DeviceDescriptor> DeviceVector::getDeviceFromId(audio_port_handle_t id) const in getDeviceFromId() function in android::DeviceVector