summaryrefslogtreecommitdiffstats
path: root/camera/ICameraServiceListener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'camera/ICameraServiceListener.cpp')
-rw-r--r--camera/ICameraServiceListener.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/camera/ICameraServiceListener.cpp b/camera/ICameraServiceListener.cpp
index 640ee35..b2f1729 100644
--- a/camera/ICameraServiceListener.cpp
+++ b/camera/ICameraServiceListener.cpp
@@ -54,6 +54,8 @@ public:
data,
&reply,
IBinder::FLAG_ONEWAY);
+
+ reply.readExceptionCode();
}
};
@@ -73,6 +75,7 @@ status_t BnCameraServiceListener::onTransact(
int32_t cameraId = data.readInt32();
onStatusChanged(status, cameraId);
+ reply->writeNoException();
return NO_ERROR;
} break;