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

  /frameworks/av/services/audioflinger/
AudioMixer.h 187 int32_t* auxBuffer;
AudioMixer.cpp 200 t->auxBuffer = NULL;
435 if (track.auxBuffer != valueBuf) {
436 track.auxBuffer = valueBuf;
645 if (t.auxLevel != 0 && t.auxBuffer != NULL) {
    [all...]
AudioFlinger.h 720 int32_t *auxBuffer() const { return mAuxBuffer; }
    [all...]
AudioFlinger.cpp     [all...]

Completed in 106 milliseconds