Merge L into AOSP
diff --git a/src/devices/audio_avoiding_pi.jd b/src/devices/audio_avoiding_pi.jd
index ec407d7..e884f8c 100644
--- a/src/devices/audio_avoiding_pi.jd
+++ b/src/devices/audio_avoiding_pi.jd
@@ -182,8 +182,13 @@
</p>
<p class="note"><strong>Note:</strong> Atomic operations and their interactions with memory barriers
+<<<<<<< HEAD
+are notoriously badly misunderstood and used incorrectly. These methods are
+included here for completeness but recommend you also read the article
+=======
are notoriously badly misunderstood and used incorrectly. We include these methods
here for completeness but recommend you also read the article
+>>>>>>> goog/lmp-dev
<a href="https://developer.android.com/training/articles/smp.html">
SMP Primer for Android</a>
for further information.
diff --git a/src/devices/audio_terminology.jd b/src/devices/audio_terminology.jd
index 753d402..e832153 100644
--- a/src/devices/audio_terminology.jd
+++ b/src/devices/audio_terminology.jd
@@ -647,3 +647,46 @@
</dd>
</dl>
+
+<h2 id="srcTerms">Sample Rate Conversion</h2>
+
+<dl>
+
+<dt>downsample</dt>
+<dd>To resample, where sink sample rate < source sample rate.</dd>
+
+<dt>Nyquist frequency</dt>
+<dd>
+The Nyquist frequency, equal to 1/2 of a given sample rate, is the
+maximum frequency component that can be represented by a discretized
+signal at that sample rate. For example, the human hearing range is
+typically assumed to extend up to approximately 20 kHz, and so a digital
+audio signal must have a sample rate of at least 40 kHz to represent that
+range. In practice, sample rates of 44.1 kHz and 48 kHz are commonly
+used, with Nyquist frequencies of 22.05 kHz and 24 kHz respectively.
+See
+<a href="http://en.wikipedia.org/wiki/Nyquist_frequency">Nyquist frequency</a>
+and
+<a href="http://en.wikipedia.org/wiki/Hearing_range">Hearing range</a>
+for more information.
+</dd>
+
+<dt>resampler</dt>
+<dd>Synonym for sample rate converter.</dd>
+
+<dt>resampling</dt>
+<dd>The process of converting sample rate.</dd>
+
+<dt>sample rate converter</dt>
+<dd>A module that resamples.</dd>
+
+<dt>sink</dt>
+<dd>The output of a resampler.</dd>
+
+<dt>source</dt>
+<dd>The input to a resampler.</dd>
+
+<dt>upsample</dt>
+<dd>To resample, where sink sample rate > source sample rate.</dd>
+
+</dl>
diff --git a/src/devices/tech/security/acknowledgements.jd b/src/devices/tech/security/acknowledgements.jd
index 097da07..2b20e90 100644
--- a/src/devices/tech/security/acknowledgements.jd
+++ b/src/devices/tech/security/acknowledgements.jd
@@ -16,7 +16,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<p>The Android Security Team would like to thank the following people and
parties for helping to improve Android security. They have done this either by
finding and responsibly reporting security vulnerabilities to <a
diff --git a/src/index.jd b/src/index.jd
index 20b7aea..21808ec 100644
--- a/src/index.jd
+++ b/src/index.jd
@@ -90,11 +90,12 @@
<a href="{@docRoot}source/index.html">
<h4>Explore the Source</h4></a>
<p>Get the complete Android platform and modify and build it to suit your needs. You can
- also <strong><a
-href="https://android-review.googlesource.com/#/q/status:open">contribute to</a></strong> the <strong><a
-href="https://android.googlesource.com/">Android Open Source Project
-repository</a></strong> to make your changes available to everyone else in
- the Android ecosystem.</p>
+ also <strong><a
+ href="https://android-review.googlesource.com/#/q/status:open">contribute
+ to</a></strong> the <strong><a
+ href="https://android.googlesource.com/">Android Open Source Project
+ repository</a></strong> to make your changes available to everyone else
+ in the Android ecosystem.</p>
<a href="{@docRoot}devices/index.html">
<h4>Port Android to Devices</h4></a>
<p>Port the latest Android platform and