OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e889592
)
resolved conflicts for 7534e4e6 to lmp-mr1-ub-dev
author
Naveen Leekha
<leekha@google.com>
Thu, 24 Sep 2015 22:55:21 +0000
(15:55 -0700)
committer
Naveen Leekha
<leekha@google.com>
Thu, 24 Sep 2015 22:55:21 +0000
(15:55 -0700)
Change-Id: I543df164076b44578b14d41031800bb62b81586d
libs/gui/IGraphicBufferProducer.cpp
patch
|
blob
|
history
diff --git
a/libs/gui/IGraphicBufferProducer.cpp
b/libs/gui/IGraphicBufferProducer.cpp
index
d09eba0
..
74a40ee
100644
(file)
--- a/
libs/gui/IGraphicBufferProducer.cpp
+++ b/
libs/gui/IGraphicBufferProducer.cpp
@@
-324,7
+324,7
@@
status_t BnGraphicBufferProducer::onTransact(
uint32_t height = data.readUint32();
PixelFormat format = static_cast<PixelFormat>(data.readInt32());
uint32_t usage = data.readUint32();
- int buf;
+ int buf
= 0
;
sp<Fence> fence;
int result = dequeueBuffer(&buf, &fence, async, width, height,
format, usage);
@@
-392,7
+392,7
@@
status_t BnGraphicBufferProducer::onTransact(
}
case QUERY: {
CHECK_INTERFACE(IGraphicBufferProducer, data, reply);
- int value;
+ int value
= 0
;
int what = data.readInt32();
int res = query(what, &value);
reply->writeInt32(value);