Searched defs:setInputDevice (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp448 status_t AudioRecord::setInputDevice(audio_port_handle_t deviceId) { function in class:android::AudioRecord
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp569 setInputDevice(activeInput, getNewInputDevice(activeInput));
1513 setInputDevice(input, getNewInputDevice(input), true /* force */);
2307 setInputDevice(inputDesc->mIoHandle, devDesc->type(), true, handle);
2311 ALOGW("createAudioPatch() setInputDevice() did not reuse the patch provided");
2317 ALOGW("createAudioPatch() setInputDevice() failed to create a patch");
2453 setInputDevice(inputDesc->mIoHandle,
4359 status_t AudioPolicyManager::setInputDevice(audio_io_handle_t input, function in class:android::AudioPolicyManager
4400 ALOGV("setInputDevice() createAudioPatch returned %d patchHandle %d",

Completed in 73 milliseconds