Home
last modified time | relevance | path

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

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