Home
last modified time | relevance | path

Searched refs:functionCall (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/c2hal/
DExpression.h75 static Expression *functionCall(std::string id, std::vector<Expression *> *args);
DExpression.cpp289 Expression *Expression::functionCall(std::string id, std::vector<Expression *> *args) { in functionCall() function in android::Expression
Dc2hal_y.yy479 $$ = Expression::functionCall($1, $3);
/system/extras/simpleperf/scripts/
Dreport_html.js1749 function wait(functionCall) { argument
1751 functionCall();