Searched refs:setInputDevice (Results 1 – 5 of 5) sorted by relevance
405 status_t setInputDevice(audio_port_handle_t deviceId);
308 status_t setInputDevice(audio_io_handle_t input,
625 setInputDevice(activeInput, newDevice); in setForceUse()1699 setInputDevice(input, device, true /* force */); in startInput()2610 setInputDevice(inputDesc->mIoHandle, devDesc->type(), true, handle); in createAudioPatch()2756 setInputDevice(inputDesc->mIoHandle, in releaseAudioPatch()4805 status_t AudioPolicyManager::setInputDevice(audio_io_handle_t input, in AudioPolicyManager() function in android::AudioPolicyManager
672 return lpRecorder->setInputDevice(device_id) == NO_ERROR; in android_media_AudioRecord_setInputDevice()
478 status_t AudioRecord::setInputDevice(audio_port_handle_t deviceId) { in setInputDevice() function in android::AudioRecord