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

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp278 status_t AudioUsbALSA::setHardwareParams(pcm *txHandle, uint32_t sampleRate, uint32_t channels, int periodBytes) argument
307 param_set_hw_refine(txHandle, params);
309 if (param_set_hw_params(txHandle, params)) {
316 txHandle->period_size = pcm_period_size(params);
317 txHandle->buffer_size = pcm_buffer_size(params);
318 txHandle->period_cnt = txHandle->buffer_size/txHandle->period_size;
321 txHandle->buffer_size, txHandle
[all...]

Completed in 4 milliseconds