summaryrefslogtreecommitdiff
path: root/libs/gui/BufferQueueProducer.cpp
diff options
context:
space:
mode:
author Pablo Ceballos <pceballos@google.com> 2016-06-30 16:48:02 -0700
committer Pablo Ceballos <pceballos@google.com> 2016-06-30 17:19:31 -0700
commit0ade247d4b02b81f323480b4ba043927f6b36a73 (patch)
tree1536e93e736b93852c0225dbb08c253ab05b9126 /libs/gui/BufferQueueProducer.cpp
parent0a0680945710946f3bf01ae05f933ccec4162dc8 (diff)
parent8e3e92b906db431c4fa822f21242977d4ee99942 (diff)
resolve merge conflicts of 8e3e92b to nyc-mr1-dev
Change-Id: Ic67f0894e68ea5276eb9187a13cd24f105d55d68
Diffstat (limited to 'libs/gui/BufferQueueProducer.cpp')
-rw-r--r--libs/gui/BufferQueueProducer.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/gui/BufferQueueProducer.cpp b/libs/gui/BufferQueueProducer.cpp
index 4212e4c27a..49db4aa815 100644
--- a/libs/gui/BufferQueueProducer.cpp
+++ b/libs/gui/BufferQueueProducer.cpp
@@ -1443,4 +1443,11 @@ void BufferQueueProducer::binderDied(const wp<android::IBinder>& /* who */) {
disconnect(api);
}
+status_t BufferQueueProducer::getUniqueId(uint64_t* outId) const {
+ BQ_LOGV("getUniqueId");
+
+ *outId = mCore->mUniqueId;
+ return NO_ERROR;
+}
+
} // namespace android