summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorPeiyong Lin <lpy@google.com>2019-02-28 08:36:57 -0800
committerPeiyong Lin <lpy@google.com>2019-02-28 17:00:30 -0800
commit849c980804651470c443287de0378f72edb59fdc (patch)
tree7f5e878b92aebad4b878a08df7b295f1b3c3285b /graphics
parentd6245c05d1527f923ebae75a9ed0106f68c9204f (diff)
downloadandroid_hardware_interfaces-849c980804651470c443287de0378f72edb59fdc.tar.gz
android_hardware_interfaces-849c980804651470c443287de0378f72edb59fdc.tar.bz2
android_hardware_interfaces-849c980804651470c443287de0378f72edb59fdc.zip
[composer] Remove implication.
The spec of setLayerDataspace never specifies the types of layer it should be call on, however, the spec has the implication that this method will only work for layers with buffer, which is mis-leading. This patch changes the wording of setLayerDataspace spec, removes the implication. Note that this change won't break backward compatability. BUG: 126713799 Test: N/A Change-Id: I97f22469897cb687dcb64a3d419bcb48a3668e5a
Diffstat (limited to 'graphics')
-rw-r--r--graphics/composer/2.1/IComposerClient.hal6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/composer/2.1/IComposerClient.hal b/graphics/composer/2.1/IComposerClient.hal
index 5ad46f011..e036ce974 100644
--- a/graphics/composer/2.1/IComposerClient.hal
+++ b/graphics/composer/2.1/IComposerClient.hal
@@ -992,10 +992,10 @@ interface IComposerClient {
*
* setLayerDataspace(Dataspace dataspace);
*
- * Sets the dataspace that the current buffer on this layer is in.
+ * Sets the dataspace of the layer.
*
- * The dataspace provides more information about how to interpret the
- * buffer contents, such as the encoding standard and color transform.
+ * The dataspace provides more information about how to interpret the buffer
+ * or solid color, such as the encoding standard and color transform.
*
* See the values of Dataspace for more information.
*