summaryrefslogtreecommitdiffstats
path: root/libs/ui/ICameraClient.cpp
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-11-15 12:06:20 -0800
committerJean-Baptiste Queru <jbq@google.com>2009-11-15 12:06:23 -0800
commitdaeaa536fab8f9a71227578aab212fa5d4daaf00 (patch)
tree1de0bdf145436d2ce71bb665124fc24871ace417 /libs/ui/ICameraClient.cpp
parent4511f47c50b39b02eb04eaac8e6a660c29ea8444 (diff)
parentcc8c35cee5de7fdf2d79a1a3716120b64301cdfe (diff)
downloadframeworks_native-daeaa536fab8f9a71227578aab212fa5d4daaf00.zip
frameworks_native-daeaa536fab8f9a71227578aab212fa5d4daaf00.tar.gz
frameworks_native-daeaa536fab8f9a71227578aab212fa5d4daaf00.tar.bz2
merge from eclair
Diffstat (limited to 'libs/ui/ICameraClient.cpp')
-rw-r--r--libs/ui/ICameraClient.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ui/ICameraClient.cpp b/libs/ui/ICameraClient.cpp
index 59a6cf2..42b4da4 100644
--- a/libs/ui/ICameraClient.cpp
+++ b/libs/ui/ICameraClient.cpp
@@ -78,12 +78,6 @@ IMPLEMENT_META_INTERFACE(CameraClient, "android.hardware.ICameraClient");
// ----------------------------------------------------------------------
-#define CHECK_INTERFACE(interface, data, reply) \
- do { if (!data.enforceInterface(interface::getInterfaceDescriptor())) { \
- LOGW("Call incorrectly routed to " #interface); \
- return PERMISSION_DENIED; \
- } } while (0)
-
status_t BnCameraClient::onTransact(
uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
{