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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h345 virtual audio_devices_t getDeviceForInputSource(int inputSource);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp202 audio_devices_t newDevice = getDeviceForInputSource(inputDesc->mInputSource);
415 audio_devices_t newDevice = getDeviceForInputSource(inputDesc->mInputSource);
791 audio_devices_t device = getDeviceForInputSource(inputSource);
2357 audio_devices_t AudioPolicyManagerBase::getDeviceForInputSource(int inputSource) function in class:android_audio_legacy::AudioPolicyManagerBase
2390 ALOGW("getDeviceForInputSource() invalid input source %d", inputSource);
2393 ALOGV("getDeviceForInputSource()input source %d, device %08x", inputSource, device);

Completed in 33 milliseconds