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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp2128 // - 2 if none found, getDeviceForInputSource() will:
5188 return getDeviceForInputSource(inputSource);
5191 audio_devices_t AudioPolicyManager::getDeviceForInputSource(audio_source_t inputSource) function in class:android::AudioPolicyManager
5295 ALOGW("getDeviceForInputSource() invalid input source %d", inputSource);
5298 ALOGV("getDeviceForInputSource()input source %d, device %08x", inputSource, device);

Completed in 282 milliseconds