纯虚函数
在当前类中不需实现,只需定义
class IRemoteDisplay : public IInterface{

virtual status_t setParam(const String8& data) = 0;


如果不定义 =0, 会报查找函数vtable错误