Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioHotplugThread.h31 unsigned int minChannelCount, maxChannelCount; member
DAudioStreamIn.cpp356 } else if (requestedChannelCount > deviceInfo->maxChannelCount ) { in startInputStream_l()
357 mPcmConfig.channels = deviceInfo->maxChannelCount; in startInputStream_l()
DAudioHotplugThread.cpp220 &info->minChannelCount, &info->maxChannelCount); in getDeviceInfo()