commit | 4a8df318b06a85a90309149ebcbff3b25077de15 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Jul 14 20:21:59 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jul 14 20:21:59 2011 -0700 |
tree | aeb57c5f24283e180614c3d2179e4e8810faa11c | |
parent | af3f1753029388315bdc3793546356d5df2a25f2 [diff] | |
parent | d2734a5daae91869949218a322a35e7423e59a9a [diff] |
Merge "fix a typo in ISurfaceTexture IPC code"
diff --git a/libs/gui/ISurfaceTexture.cpp b/libs/gui/ISurfaceTexture.cpp index ec06bc0..41434a4 100644 --- a/libs/gui/ISurfaceTexture.cpp +++ b/libs/gui/ISurfaceTexture.cpp
@@ -276,7 +276,7 @@ case DISCONNECT: { CHECK_INTERFACE(ISurfaceTexture, data, reply); int api = data.readInt32(); - status_t res = connect(api); + status_t res = disconnect(api); reply->writeInt32(res); return NO_ERROR; } break;