I have a problem with this section of the file:
#define CHECK_INTERFACE (IOMX, data, reply) \
do { if (!data.enforceI nterface(interf ace::getInterfa ceDescriptor()) ) { \
LOGW("Call incorrectly routed to " #interface); \
return PERMISSION_DENI ED; \
} } while (0)
It gives the error as slated in the title.....I don't understand what's wrong though.
#define CHECK_INTERFACE (IOMX, data, reply) \
do { if (!data.enforceI nterface(interf ace::getInterfa ceDescriptor()) ) { \
LOGW("Call incorrectly routed to " #interface); \
return PERMISSION_DENI ED; \
} } while (0)
It gives the error as slated in the title.....I don't understand what's wrong though.
Comment