Home | History | Annotate | Download | only in aidl

Lines Matching refs:interfaceType

290     RpcProxyClass(const interface_type* iface, InterfaceType* interfaceType);
301 RpcProxyClass::RpcProxyClass(const interface_type* iface, InterfaceType* interfaceType)
307 this->type = interfaceType;
956 InterfaceType* interfaceType = static_cast<InterfaceType*>(
958 RpcProxyClass* proxy = new RpcProxyClass(iface, interfaceType);