Searched refs:Cast (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aidl/
H A DAST.h218 struct Cast : public Expression struct in inherits:Expression
223 Cast();
224 Cast(Type* type, Expression* expression);
225 virtual ~Cast();
H A DAST.cpp474 Cast::Cast() function in class:Cast
480 Cast::Cast(Type* t, Expression* e) function in class:Cast
486 Cast::~Cast()
491 Cast::Write(FILE* to)
H A Dgenerate_java_rpc.cpp371 return new Cast(cast, new MethodCall(THIS_VALUE, "getView"));
755 new Cast(resultsInterfaceType, new FieldVariable(THIS_VALUE, "callback")),
H A Dgenerate_java_binder.cpp99 m->comment = "/**\n * Cast an IBinder object into an ";
134 instOfStatement->statements->Add(new ReturnStatement(new Cast(interfaceType, iin)));
H A DType.cpp465 new Cast(INT_TYPE, v)));

Completed in 1359 milliseconds