Searched refs:returnTypeDimension (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp276 decl->returnTypeDimension = method->type.dimension;
347 decl->returnTypeDimension);
389 proxy->returnTypeDimension = method->type.dimension;
509 getDesc->returnTypeDimension = 0;
H A Dgenerate_java_rpc.cpp127 this->processMethod->returnTypeDimension = 1;
561 this->onResultMethod->returnTypeDimension = 0;
579 m->returnTypeDimension = 0;
650 resultMethod->returnTypeDimension = 0;
685 proxyMethod->returnTypeDimension = 0;
820 decl->returnTypeDimension = method->type.dimension;
H A DAST.cpp701 returnTypeDimension(0),
743 for (i=0; i<this->returnTypeDimension; i++) {
H A DAST.h322 size_t returnTypeDimension; member in struct:Method

Completed in 383 milliseconds