Home | History | Annotate | Download | only in audioflinger

Lines Matching full:negotiate

3280     // create an NBAIO sink for the HAL output stream, and negotiate
3284 ssize_t index = mOutputSink->negotiate(offers, 1, NULL, numCounterOffers);
3331 ssize_t index = monoPipe->negotiate(offers, 1, NULL, numCounterOffers);
3343 index = teeSink->negotiate(offers2, 1, NULL, numCounterOffers);
3348 index = teeSource->negotiate(offers2, 1, NULL, numCounterOffers);
5481 // create an NBAIO source for the HAL input stream, and negotiate
5485 ssize_t index = mInputSource->negotiate(offers, 1, NULL, numCounterOffers);
5522 ssize_t index = pipe->negotiate(offers, 1, NULL, numCounterOffers);
5527 index = pipeReader->negotiate(offers, 1, NULL, numCounterOffers);