Searched refs:mALSACardID (Results 1 – 3 of 3) sorted by relevance
74 mALSACardID = -1; in AudioOutput()192 mALSACardID = -1; in cleanupResources()204 mALSACardID = find_alsa_card_by_name(mALSAName); in openPCMDevice()205 if (mALSACardID < 0) in openPCMDevice()224 mALSACardID, dev_id, config.rate, config.channels, config.period_size, config.format); in openPCMDevice()227 mDevice = pcm_open(mALSACardID, dev_id, in openPCMDevice()
83 mixer = mixer_open(mALSACardID); in setChannelStatusToCompressed()85 ALOGE("Couldn't open mixer on alsa id %d", mALSACardID); in setChannelStatusToCompressed()
156 int mALSACardID; variable