/frameworks/av/include/media/nbaio/ |
AudioStreamInSource.h | 34 virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
|
AudioStreamOutSink.h | 34 virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
|
NBAIO.h | 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 [all...] |
/frameworks/av/media/libnbaio/ |
AudioStreamInSource.cpp | 40 ssize_t AudioStreamInSource::negotiate(const NBAIO_Format offers[], size_t numOffers, 54 return NBAIO_Source::negotiate(offers, numOffers, counterOffers, numCounterOffers);
|
AudioStreamOutSink.cpp | 37 ssize_t AudioStreamOutSink::negotiate(const NBAIO_Format offers[], size_t numOffers, 51 return NBAIO_Sink::negotiate(offers, numOffers, counterOffers, numCounterOffers);
|
NBAIO.cpp | 214 ssize_t NBAIO_Port::negotiate(const NBAIO_Format offers[], size_t numOffers, 217 ALOGV("negotiate offers=%p numOffers=%u countersOffers=%p numCounterOffers=%u", 218 offers, numOffers, counterOffers, numCounterOffers); 221 if (offers[i] == mFormat) {
|
/hardware/libhardware/modules/audio_remote_submix/ |
audio_hw.cpp | 570 const NBAIO_Format offers[1] = {format}; local 574 ssize_t index = sink->negotiate(offers, 1, NULL, numCounterOffers); 578 index = source->negotiate(offers, 1, NULL, numCounterOffers);
|
/build/tools/droiddoc/templates-pdk/ |
sdkpage.cs | 88 the NDK offers and whether it will be useful to you.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
login_common.js | 137 * Shows password changed screen that offers migration.
|
display_manager.js | 788 * Shows password changed screen that offers migration.
|
/frameworks/av/services/audioflinger/ |
Tracks.cpp | 154 const NBAIO_Format offers[1] = {pipeFormat}; local 155 ssize_t index = pipe->negotiate(offers, 1, NULL, numCounterOffers); 159 index = pipeReader->negotiate(offers, 1, NULL, numCounterOffers); [all...] |
AudioFlinger.cpp | 1755 const NBAIO_Format offers[1] = {format}; local [all...] |
Threads.cpp | 2474 const NBAIO_Format offers[1] = {Format_from_SR_C(mSampleRate, mChannelCount)}; local 2500 const NBAIO_Format offers[1] = {format}; local [all...] |
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
vs-addin.rst | 83 module built and running as a .nexe file. This offers the ability to port
|
/external/dropbear/libtommath/ |
bn.tex | 161 access to every function LibTomMath offers. 290 on the other side of the coin LibTomMath offers you a totally free (public domain) well structured math library [all...] |