[go: nahoru, domu]

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

/frameworks/av/media/libmedia/
H A DAudioTrack.cpp1176 status_t AudioTrack::setOutputDevice(audio_port_handle_t deviceId) { function in class:android::AudioTrack
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp195 setOutputDevice(desc, newDevice, force, 0);
344 // via setOutputDevice() on primary output.
347 setOutputDevice(mPrimaryOutput, rxDevice, true, delayMs);
348 // If the TX device is also on the primary HW module, setOutputDevice() will take care
539 setOutputDevice(mPrimaryOutput, rxDevice, force, 0);
541 setOutputDevice(mPrimaryOutput, rxDevice, force, 0);
595 setOutputDevice(outputDesc, newDevice, (newDevice != AUDIO_DEVICE_NONE));
1195 uint32_t muteWaitMs = setOutputDevice(outputDesc, device, force, 0, NULL, address);
1286 setOutputDevice(outputDesc, newDevice, false, outputDesc->latency()*2);
1297 setOutputDevice(des
4598 uint32_t AudioPolicyManager::setOutputDevice(const sp<AudioOutputDescriptor>& outputDesc, function in class:android::AudioPolicyManager
[all...]

Completed in 384 milliseconds