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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h370 virtual audio_devices_t getDeviceForInputSource(int inputSource);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp477 audio_devices_t newDevice = getDeviceForInputSource(inputDesc->mInputSource);
915 audio_devices_t device = getDeviceForInputSource(inputSource);
1019 audio_devices_t newDevice = getDeviceForInputSource(inputDesc->mInputSource);
2905 audio_devices_t AudioPolicyManagerBase::getDeviceForInputSource(int inputSource) function in class:android_audio_legacy::AudioPolicyManagerBase
2958 ALOGW("getDeviceForInputSource() invalid input source %d", inputSource);
2961 ALOGV("getDeviceForInputSource()input source %d, device %08x", inputSource, device);

Completed in 13 milliseconds