Searched refs:getNewInputDevice (Results 1 – 2 of 2) sorted by relevance
548 sp<DeviceDescriptor> getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
812 auto newDevice = getNewInputDevice(activeDesc); in setForceUse()2248 sp<DeviceDescriptor> device = getNewInputDevice(inputDesc); in startInput()2309 setInputDevice(input, getNewInputDevice(inputDesc), false /* force */); in stopInput()2415 setInputDevice(input->mIoHandle, getNewInputDevice(input)); in checkCloseInputs()3587 getNewInputDevice(inputDesc), in releaseAudioPatch()5227 sp<DeviceDescriptor> AudioPolicyManager::getNewInputDevice( in getNewInputDevice() function in android::AudioPolicyManager