HomeSort by relevance Sort by last modified time
    Searched refs:minChannelCount (Results 1 - 3 of 3) sorted by null

  /device/asus/fugu/libaudio/
AudioHotplugThread.h 31 unsigned int minChannelCount, maxChannelCount;
AudioStreamIn.cpp 326 if (requestedChannelCount < deviceInfo->minChannelCount ) {
327 mPcmConfig.channels = deviceInfo->minChannelCount;
AudioHotplugThread.cpp 228 &info->minChannelCount, &info->maxChannelCount);

Completed in 248 milliseconds