summaryrefslogtreecommitdiffstats
path: root/camera/ICameraRecordingProxyListener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'camera/ICameraRecordingProxyListener.cpp')
-rw-r--r--camera/ICameraRecordingProxyListener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/ICameraRecordingProxyListener.cpp b/camera/ICameraRecordingProxyListener.cpp
index cb17f19..cf848fc 100644
--- a/camera/ICameraRecordingProxyListener.cpp
+++ b/camera/ICameraRecordingProxyListener.cpp
@@ -42,7 +42,7 @@ public:
data.writeInterfaceToken(ICameraRecordingProxyListener::getInterfaceDescriptor());
data.writeInt64(timestamp);
data.writeInt32(msgType);
- data.writeStrongBinder(imageData->asBinder());
+ data.writeStrongBinder(IInterface::asBinder(imageData));
remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
}
};