Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioStreamInALSA.cpp80 mSurroundOutputBuffer(NULL), in AudioStreamInALSA()
352 memcpy(&mSurroundOutputBuffer[0], in read()
353 &mSurroundOutputBuffer[processed_pending], in read()
395 &mSurroundOutputBuffer[mSurroundOutputBufferIdx], in read()
555 if (mSurroundOutputBuffer){ in close()
556 free(mSurroundOutputBuffer); in close()
557 mSurroundOutputBuffer = NULL; in close()
657 if ( !mSurroundOutputBuffer ) { in initSurroundSoundLibrary()
729 if (mSurroundOutputBuffer) { in initSurroundSoundLibrary()
730 free(mSurroundOutputBuffer); in initSurroundSoundLibrary()
[all …]
H A DAudioHardwareALSA.h437 int16_t *mSurroundOutputBuffer; variable