Home | History | Annotate | Download | only in alsa_sound

Lines Matching defs:getCap

91 status_t AudioUsbALSA::getCap(char * type, int &channels, int &sampleRate)
93 ALOGD("getCap for %s",type);
397 err = getCap((char *)"Capture:", mchannelsCapture, msampleRateCapture);
794 err = getCap((char *)"Playback:", mchannelsPlayback, msampleRatePlayback);