HomeSort by relevance Sort by last modified time
    Searched refs:mSurroundObj (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp 79 mSurroundObj(NULL),
329 if (mSurroundObj) {
394 surround_filters_intl_process(mSurroundObj,
530 if (mSurroundObj) {
531 surround_filters_release(mSurroundObj);
532 if (mSurroundObj)
533 free(mSurroundObj);
534 mSurroundObj = NULL;
641 if ( mSurroundObj ) {
680 //calculate the size of data to allocate for mSurroundObj
    [all...]
AudioHardwareALSA.h 434 void *mSurroundObj;

Completed in 406 milliseconds