HomeSort by relevance Sort by last modified time
    Searched refs:getNewOutputDevice (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 225 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
231 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/);
322 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
611 // Note that despite the fact that getNewOutputDevice() is called on the primary output,
613 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
640 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/);
700 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/);
705 audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/);
    [all...]
AudioPolicyManager.h 425 audio_devices_t getNewOutputDevice(const sp<AudioOutputDescriptor>& outputDesc,
    [all...]

Completed in 73 milliseconds