Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.h360 sp<DeviceDescriptor> getDeviceFromId(audio_port_handle_t id) const;
DAudioPolicyManager.cpp2230 mAvailableOutputDevices.getDeviceFromId(patch->sinks[i].id); in createAudioPatch()
2285 mAvailableInputDevices.getDeviceFromId(patch->sources[0].id); in createAudioPatch()
2325 mAvailableInputDevices.getDeviceFromId(patch->sources[0].id); in createAudioPatch()
2342 mAvailableOutputDevices.getDeviceFromId(patch->sinks[i].id); in createAudioPatch()
2534 deviceDesc = mAvailableInputDevices.getDeviceFromId(config->id); in setAudioPortConfig()
2536 deviceDesc = mAvailableOutputDevices.getDeviceFromId(config->id); in setAudioPortConfig()
6824 sp<AudioPolicyManager::DeviceDescriptor> AudioPolicyManager::DeviceVector::getDeviceFromId( in getDeviceFromId() function in android::AudioPolicyManager::DeviceVector