aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeidi von Markham <hvm@google.com>2016-07-18 16:33:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-07-18 16:33:58 +0000
commit1a7e97b436bdbe4b4676aa7a4b7847f81467636a (patch)
treec916763b7f3b8f6e68953a304500c0b6cd49bb33 /src
parentb069e6d00f1b9e8ae6194d81449614bfb8ba38fd (diff)
parent5098904a17e432c2f559a57a14940d7b15e12964 (diff)
downloadsource.android.com-1a7e97b436bdbe4b4676aa7a4b7847f81467636a.tar.gz
Merge "Docs: Add links to HWC2 header" into nyc-dev
Diffstat (limited to 'src')
-rw-r--r--src/devices/graphics/implement-hwc.jd6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/graphics/implement-hwc.jd b/src/devices/graphics/implement-hwc.jd
index 63387d95..ecf6cfbe 100644
--- a/src/devices/graphics/implement-hwc.jd
+++ b/src/devices/graphics/implement-hwc.jd
@@ -152,7 +152,8 @@ is a function pointer of type <code>HWC2_PFN_CREATE_LAYER</code>, which is
returned when the enumerated value <code>HWC2_FUNCTION_CREATE_LAYER</code> is
passed into <code>getFunction</code>.</p>
<p>For detailed documentation on functions (including functions required for
-every HWC2 implementation), refer to the HWC2 header.</p>
+every HWC2 implementation), refer to the
+<a href="{@docRoot}devices/halref/hwcomposer2_8h.html">HWC2 header</a>.</p>
<h3 id="layer_display_handles">Layer and display handles</h3>
<p>Layers and displays are manipulated by opaque handles.</p>
@@ -315,4 +316,5 @@ other words, the meaning of the fence is "the content of the buffer you provided
for frame N has now replaced the previous content." This is non-speculative,
since this fence should signal shortly after <code>presentDisplay</code> is
called as soon as the hardware presents this frame's content.</p>
-<p>For implementation details, refer to the HWC2 header.</p>
+<p>For implementation details, refer to the
+<a href="{@docRoot}devices/halref/hwcomposer2_8h.html">HWC2 header</a>.</p>