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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h267 virtual uint32_t getDeviceForInputSource(int inputSource);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp176 uint32_t newDevice = getDeviceForInputSource(inputDesc->mInputSource);
393 newDevice = getDeviceForInputSource(inputDesc->mInputSource);
680 uint32_t device = getDeviceForInputSource(inputSource);
1848 uint32_t AudioPolicyManagerBase::getDeviceForInputSource(int inputSource) function in class:android_audio_legacy::AudioPolicyManagerBase
1879 LOGW("getDeviceForInputSource() invalid input source %d", inputSource);
1883 LOGV("getDeviceForInputSource()input source %d, device %08x", inputSource, device);

Completed in 8 milliseconds