Home | History | Annotate | Download | only in aidl

Lines Matching defs:proxy

330                 // for interfaces, also add the stub and proxy types, we don't
343 name += ".Stub.Proxy";
344 Type* proxy = new Type(c->package ? c->package : "",
347 NAMES.Add(proxy);