Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioHardwareInput.cpp201 const AudioHotplugThread::DeviceInfo& devInfo) in onDeviceFound() argument
206 ALOGD("AudioHardwareInput::onDeviceFound pcmCard = %d", devInfo.pcmCard); in onDeviceFound()
210 if ((mDeviceInfos[i].pcmCard == devInfo.pcmCard) in onDeviceFound()
211 && (mDeviceInfos[i].pcmDevice == devInfo.pcmDevice)) { in onDeviceFound()
213 devInfo.pcmCard, devInfo.pcmDevice); in onDeviceFound()
223 mDeviceInfos[i] = devInfo; in onDeviceFound()
DAudioHotplugThread.h40 virtual void onDeviceFound(const DeviceInfo& devInfo) = 0;
DAudioHardwareInput.h52 virtual void onDeviceFound(const AudioHotplugThread::DeviceInfo& devInfo);