summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-03-08 16:58:59 -0800
committerSteven Moreland <smoreland@google.com>2019-03-09 01:00:01 +0000
commit62355801caedc697895281a877c9900752adc9bd (patch)
tree7b17272f2eeb471729efcddc2c51e3b7746ecc6a /graphics
parent7b303e1670a88c5b459822998521d8e55b3e0ab4 (diff)
downloadandroid_hardware_interfaces-62355801caedc697895281a877c9900752adc9bd.tar.gz
android_hardware_interfaces-62355801caedc697895281a877c9900752adc9bd.tar.bz2
android_hardware_interfaces-62355801caedc697895281a877c9900752adc9bd.zip
bufferqueue@1.0: remove comment in function def
Bug: 124382459 Test: manual Change-Id: Ia99990d6ba3d50d81eb58735212142ec88a74293
Diffstat (limited to 'graphics')
-rw-r--r--graphics/bufferqueue/1.0/IGraphicBufferProducer.hal2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/bufferqueue/1.0/IGraphicBufferProducer.hal b/graphics/bufferqueue/1.0/IGraphicBufferProducer.hal
index c59a16ccb..21cbc2e19 100644
--- a/graphics/bufferqueue/1.0/IGraphicBufferProducer.hal
+++ b/graphics/bufferqueue/1.0/IGraphicBufferProducer.hal
@@ -546,7 +546,7 @@ interface IGraphicBufferProducer {
*/
disconnect(
int32_t api,
- DisconnectMode mode /* = DisconnectMode::API */
+ DisconnectMode mode
) generates (
Status status
);