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

  /device/asus/fugu/libaudio/
AudioOutput.cpp 65 mALSACardID = -1;
197 mALSACardID = -1;
209 mALSACardID = find_alsa_card_by_name(mALSAName);
210 if (mALSACardID < 0)
227 ALOGI("calling pcm_open() for output, mALSACardID = %d, dev_id %d, rate = %u, "
229 mALSACardID, dev_id, config.rate, config.channels, config.period_size, config.format);
232 mDevice = pcm_open(mALSACardID, dev_id,
AudioOutput.h 159 int mALSACardID;

Completed in 215 milliseconds