Searched refs:getDeviceFromId (Results 1 – 4 of 4) sorted by relevance
48 return devices.getDeviceFromId(activeClientsWithRoute[0]->preferredDeviceId()); in findPreferredDevice()
114 sp<DeviceDescriptor> getDeviceFromId(audio_port_handle_t id) const;
237 sp<DeviceDescriptor> DeviceVector::getDeviceFromId(audio_port_handle_t id) const in getDeviceFromId() function in android::DeviceVector
946 mAvailableOutputDevices.getDeviceFromId(requestedPortId); in getOutputForAttrInt()1068 mAvailableOutputDevices.getDeviceFromId(requestedPortId); in getOutputForAttr()1663 mAvailableOutputDevices.getDeviceFromId(client->preferredDeviceId())); in startSource()1951 mAvailableInputDevices.getDeviceFromId(*selectedDeviceId); in getInputForAttr()3282 sp<DeviceDescriptor> dev = mAvailableOutputDevices.getDeviceFromId(port->id); in getAudioPort()3287 dev = mAvailableInputDevices.getDeviceFromId(port->id); in getAudioPort()3382 mAvailableOutputDevices.getDeviceFromId(patch->sinks[i].id); in createAudioPatch()3439 mAvailableInputDevices.getDeviceFromId(patch->sources[0].id); in createAudioPatch()3481 mAvailableInputDevices.getDeviceFromId(patch->sources[0].id); in createAudioPatch()3498 mAvailableOutputDevices.getDeviceFromId(patch->sinks[i].id); in createAudioPatch()[all …]