Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:offers

2425     const NBAIO_Format offers[1] = {Format_from_SR_C(mSampleRate, mChannelCount)};
2426 ssize_t index = mOutputSink->negotiate(offers, 1, NULL, numCounterOffers);
2451 const NBAIO_Format offers[1] = {format};
2453 ssize_t index = monoPipe->negotiate(offers, 1, NULL, numCounterOffers);
2464 index = teeSink->negotiate(offers, 1, NULL, numCounterOffers);
2469 index = teeSource->negotiate(offers, 1, NULL, numCounterOffers);