Home | History | Annotate | Download | only in audioflinger

Lines Matching full:outputcfg

1106         void        setOutBuffer(int16_t *buffer) { mConfig.outputCfg.buffer.s16 = buffer; }
1107 int16_t *outBuffer() { return mConfig.outputCfg.buffer.s16; }