Home
last modified time | relevance | path

Searched refs:mSurroundInputBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioStreamInALSA.cpp81 mSurroundInputBuffer(NULL), in AudioStreamInALSA()
389 fwrite( mSurroundInputBuffer, 1, in read()
396 (Word16 *)mSurroundInputBuffer); in read()
400 memcpy(&mSurroundInputBuffer[0], in read()
559 if (mSurroundInputBuffer) { in close()
560 free(mSurroundInputBuffer); in close()
561 mSurroundInputBuffer = NULL; in close()
649 if ( !mSurroundInputBuffer ) { in initSurroundSoundLibrary()
733 if (mSurroundInputBuffer) { in initSurroundSoundLibrary()
734 free(mSurroundInputBuffer); in initSurroundSoundLibrary()
[all …]
H A DAudioHardwareALSA.h436 int16_t *mSurroundInputBuffer; variable