Searched refs:inputSource (Results 1 – 4 of 4) sorted by relevance
125 audio_devices_t ATVAudioPolicyManager::getDeviceForInputSource(audio_source_t inputSource) in getDeviceForInputSource() argument130 if (inputSource == AUDIO_SOURCE_VOICE_RECOGNITION) { in getDeviceForInputSource()162 ALOGV("getDeviceForInputSource() input source %d, device %08x", inputSource, device); in getDeviceForInputSource()
257 const AudioHotplugThread::DeviceInfo* AudioHardwareInput::getBestDevice(int inputSource) in getBestDevice() argument259 bool doVoiceRecognition = (inputSource == AUDIO_SOURCE_VOICE_RECOGNITION); in getBestDevice()264 inputSource, (doVoiceRecognition ? 1 : 0)); in getBestDevice()279 ALOGE("ERROR AudioHardwareInput::getBestDevice, none for source %d", inputSource); in getBestDevice()
41 virtual audio_devices_t getDeviceForInputSource(audio_source_t inputSource);
64 const AudioHotplugThread::DeviceInfo* getBestDevice(int inputSource);