Home
last modified time | relevance | path

Searched refs:getDeviceInfo (Results 1 – 4 of 4) sorted by relevance

/device/asus/fugu/libaudio/
DAudioHotplugThread.cpp187 bool AudioHotplugThread::getDeviceInfo(unsigned int pcmCard, in getDeviceInfo() function in android::AudioHotplugThread
261 if (getDeviceInfo(pcmCard, pcmDevice, &deviceInfo)) { in scanForDevice()
363 if (getDeviceInfo(pcmCard, pcmDevice, &deviceInfo)) { in threadLoop()
DAudioHotplugThread.h56 static bool getDeviceInfo(unsigned int pcmCard, unsigned int pcmDevice,
DAudioStreamIn.h59 const AudioHotplugThread::DeviceInfo* getDeviceInfo() { return mCurrentDeviceInfo; }; in getDeviceInfo() function
DAudioHardwareInput.cpp156 if (deviceInfo == NULL || deviceInfo == mInputStreams[i]->getDeviceInfo()) { in standbyAllInputStreams()