Loading libs/binder/include/binder/IInterface.h +5 −1 Original line number Original line Diff line number Diff line Loading @@ -88,8 +88,12 @@ private: \ public: \ public: \ #define __IINTF_CONCAT(x, y) (x ## y) #define IMPLEMENT_META_INTERFACE(INTERFACE, NAME) \ #define IMPLEMENT_META_INTERFACE(INTERFACE, NAME) \ const ::android::String16 I##INTERFACE::descriptor(NAME); \ const ::android::StaticString16 \ I##INTERFACE##_descriptor_static_str16(__IINTF_CONCAT(u, NAME));\ const ::android::String16 I##INTERFACE::descriptor( \ I##INTERFACE##_descriptor_static_str16); \ const ::android::String16& \ const ::android::String16& \ I##INTERFACE::getInterfaceDescriptor() const { \ I##INTERFACE::getInterfaceDescriptor() const { \ return I##INTERFACE::descriptor; \ return I##INTERFACE::descriptor; \ Loading Loading
libs/binder/include/binder/IInterface.h +5 −1 Original line number Original line Diff line number Diff line Loading @@ -88,8 +88,12 @@ private: \ public: \ public: \ #define __IINTF_CONCAT(x, y) (x ## y) #define IMPLEMENT_META_INTERFACE(INTERFACE, NAME) \ #define IMPLEMENT_META_INTERFACE(INTERFACE, NAME) \ const ::android::String16 I##INTERFACE::descriptor(NAME); \ const ::android::StaticString16 \ I##INTERFACE##_descriptor_static_str16(__IINTF_CONCAT(u, NAME));\ const ::android::String16 I##INTERFACE::descriptor( \ I##INTERFACE##_descriptor_static_str16); \ const ::android::String16& \ const ::android::String16& \ I##INTERFACE::getInterfaceDescriptor() const { \ I##INTERFACE::getInterfaceDescriptor() const { \ return I##INTERFACE::descriptor; \ return I##INTERFACE::descriptor; \ Loading