HomeSort by relevance Sort by last modified time
    Searched refs:getBestDevice (Results 1 - 3 of 3) sorted by null

  /device/asus/fugu/libaudio/
AudioHardwareInput.h 64 const AudioHotplugThread::DeviceInfo* getBestDevice(int inputSource);
AudioHardwareInput.cpp 257 const AudioHotplugThread::DeviceInfo* AudioHardwareInput::getBestDevice(int inputSource)
263 ALOGD("AudioHardwareInput::getBestDevice inputSource = %d, doVoiceRecognition = %d",
279 ALOGE("ERROR AudioHardwareInput::getBestDevice, none for source %d", inputSource);
281 ALOGD("AudioHardwareInput::getBestDevice chose #%d", chosenDeviceIndex);
AudioStreamIn.cpp 316 const AudioHotplugThread::DeviceInfo *deviceInfo = mOwnerHAL.getBestDevice(mInputSource);

Completed in 111 milliseconds