Searched refs:getDeviceForInputSource (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h367 virtual audio_devices_t getDeviceForInputSource(int inputSource);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp229 audio_devices_t newDevice = getDeviceForInputSource(inputDesc->mInputSource);
470 audio_devices_t newDevice = getDeviceForInputSource(inputDesc->mInputSource);
908 audio_devices_t device = getDeviceForInputSource(inputSource);
1010 audio_devices_t newDevice = getDeviceForInputSource(inputDesc->mInputSource);
2687 audio_devices_t AudioPolicyManagerBase::getDeviceForInputSource(int inputSource) function in class:android_audio_legacy::AudioPolicyManagerBase
2732 ALOGW("getDeviceForInputSource() invalid input source %d", inputSource);
2735 ALOGV("getDeviceForInputSource()input source %d, device %08x", inputSource, device);

Completed in 107 milliseconds