Searched defs:NEGOTIATE (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/nbaio/
H A DNBAIO.h38 NEGOTIATE = (UNKNOWN_ERROR + 0x100), // Must (re-)negotiate format. For negotiate() only, enumerator in enum:android::__anon91
107 // from counterOffers[0] to counterOffers[numCounterOffers - 1], and returns NEGOTIATE.
112 // important counterOffers as will fit, and returns NEGOTIATE. As this implies a re-allocation,
117 // In this case, the offerree should set numCounterOffers appropriately and return NEGOTIATE.
122 // NEGOTIATE No offer accepted, and counter-offer(s) optionally made. See above for details.
163 // NEGOTIATE (Re-)negotiation is needed.
169 return NEGOTIATE;
183 // NEGOTIATE (Re-)negotiation is needed.
203 // NEGOTIATE (Re-)negotiation is needed.
257 // NEGOTIATE (R
[all...]
/frameworks/av/media/libnbaio/include/
H A DNBAIO.h38 NEGOTIATE = (UNKNOWN_ERROR + 0x100), // Must (re-)negotiate format. For negotiate() only, enumerator in enum:android::__anon420
107 // from counterOffers[0] to counterOffers[numCounterOffers - 1], and returns NEGOTIATE.
112 // important counterOffers as will fit, and returns NEGOTIATE. As this implies a re-allocation,
117 // In this case, the offerree should set numCounterOffers appropriately and return NEGOTIATE.
122 // NEGOTIATE No offer accepted, and counter-offer(s) optionally made. See above for details.
163 // NEGOTIATE (Re-)negotiation is needed.
169 return NEGOTIATE;
183 // NEGOTIATE (Re-)negotiation is needed.
203 // NEGOTIATE (Re-)negotiation is needed.
257 // NEGOTIATE (R
[all...]

Completed in 49 milliseconds