Home
last modified time | relevance | path

Searched refs:getBestDevice (Results 1 – 3 of 3) sorted by relevance

/device/asus/fugu/libaudio/
DAudioHardwareInput.h64 const AudioHotplugThread::DeviceInfo* getBestDevice(int inputSource);
DAudioHardwareInput.cpp257 const AudioHotplugThread::DeviceInfo* AudioHardwareInput::getBestDevice(int inputSource) in getBestDevice() function in android::AudioHardwareInput
DAudioStreamIn.cpp344 const AudioHotplugThread::DeviceInfo *deviceInfo = mOwnerHAL.getBestDevice(mInputSource); in startInputStream_l()