Home | History | Annotate | Download | only in nbaio

Lines Matching refs:offers

38                                 // doesn't accept offers, and proposes counter-offers
47 // data source, exchanging prioritized arrays of offers and counter-offers until a single offer is
90 // offers[0] to offers[numOffers - 1]. If offeree accepts one of these formats, it returns
92 // counter-offers (up to a maximumum of the entry value of numCounterOffers), fills in the
93 // provided array counterOffers[] with its counter-offers, in descending order of preference
95 // Note that since the offerer allocates space for counter-offers, but only the offeree knows
96 // how many counter-offers it has, there may be insufficient space for all counter-offers.
97 // In that case, the offeree sets numCounterOffers to the requested number of counter-offers
102 // Alternatively, the offerer can pass NULL for offers and counterOffers, and zero for
103 // numOffers. This indicates that it has not allocated space for any counter-offers yet.
110 virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,