• Home
  • Raw
  • Download

Lines Matching refs:AudioUsbALSA

60 AudioUsbALSA::AudioUsbALSA()  in AudioUsbALSA()  function in android_audio_legacy::AudioUsbALSA
68 AudioUsbALSA::~AudioUsbALSA() in ~AudioUsbALSA()
75 int AudioUsbALSA::getnumOfRates(char *ratesStr){ in getnumOfRates()
91 status_t AudioUsbALSA::getCap(char * type, int &channels, int &sampleRate) in getCap()
232 void AudioUsbALSA::exitPlaybackThread(uint64_t writeVal) in exitPlaybackThread()
255 void AudioUsbALSA::exitRecordingThread(uint64_t writeVal) in exitRecordingThread()
273 void AudioUsbALSA::setkillUsbRecordingThread(bool val){ in setkillUsbRecordingThread()
278 status_t AudioUsbALSA::setHardwareParams(pcm *txHandle, uint32_t sampleRate, uint32_t channels, int… in setHardwareParams()
327 status_t AudioUsbALSA::setSoftwareParams(pcm *pcm, bool playback) in setSoftwareParams()
364 status_t AudioUsbALSA::closeDevice(pcm *handle) in closeDevice()
378 void AudioUsbALSA::RecordingThreadEntry() { in RecordingThreadEntry()
580 void *AudioUsbALSA::PlaybackThreadWrapper(void *me) { in PlaybackThreadWrapper()
581 static_cast<AudioUsbALSA *>(me)->PlaybackThreadEntry(); in PlaybackThreadWrapper()
585 void *AudioUsbALSA::RecordingThreadWrapper(void *me) { in RecordingThreadWrapper()
586 static_cast<AudioUsbALSA *>(me)->RecordingThreadEntry(); in RecordingThreadWrapper()
590 struct pcm * AudioUsbALSA::configureDevice(unsigned flags, char* hw, int sampleRate, int channelCou… in configureDevice()
637 status_t AudioUsbALSA::startDevice(pcm *handle, bool *killThread) { in startDevice()
666 status_t AudioUsbALSA::syncPtr(struct pcm *handle, bool *killThread) { in syncPtr()
683 void AudioUsbALSA::pollForProxyData(){ in pollForProxyData()
726 void AudioUsbALSA::pollForUsbData(){ in pollForUsbData()
768 void AudioUsbALSA::PlaybackThreadEntry() { in PlaybackThreadEntry()
1049 void AudioUsbALSA::startPlayback() in startPlayback()
1056 void AudioUsbALSA::startRecording() in startRecording()