Searched defs:getDevicesFromType (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp474 deviceList = mHwModules[i]->mDeclaredDevices.getDevicesFromType(device);
522 deviceList = mAvailableOutputDevices.getDevicesFromType(rxDevice);
526 deviceList = mAvailableInputDevices.getDevicesFromType(AUDIO_DEVICE_IN_TELEPHONY_RX);
565 deviceList = mAvailableInputDevices.getDevicesFromType(txDevice);
570 deviceList = mAvailableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_TELEPHONY_TX);
3194 DeviceVector inputDevices = mAvailableInputDevices.getDevicesFromType(profileType);
4949 mAvailableOutputDevices.getDevicesFromType(device)
5054 DeviceVector deviceList = mAvailableInputDevices.getDevicesFromType(device);
7634 AudioPolicyManager::DeviceVector AudioPolicyManager::DeviceVector::getDevicesFromType( function in class:android::AudioPolicyManager::DeviceVector
7642 ALOGV("DeviceVector::getDevicesFromType() fo
[all...]

Completed in 739 milliseconds