Searched refs:getCap (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.h115 status_t getCap(char * type, int &channels, int &sampleRate);
H A DAudioUsbALSA.cpp91 status_t AudioUsbALSA::getCap(char * type, int &channels, int &sampleRate) function in class:android_audio_legacy::AudioUsbALSA
93 ALOGD("getCap for %s",type);
397 err = getCap((char *)"Capture:", mchannelsCapture, msampleRateCapture);
794 err = getCap((char *)"Playback:", mchannelsPlayback, msampleRatePlayback);

Completed in 35 milliseconds