Searched refs:BYTE_TYPE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp126 this->processMethod->returnType = BYTE_TYPE;
134 this->requestParam = new Variable(BYTE_TYPE, "requestParam", 1);
566 this->resultParam = new Variable(BYTE_TYPE, "result", 1);
582 *param = new Variable(BYTE_TYPE, "result", 1);
H A DType.cpp9 Type* BYTE_TYPE; variable
52 BYTE_TYPE = new BasicType("byte",
55 NAMES.Add(BYTE_TYPE);
H A DType.h508 extern Type* BYTE_TYPE;

Completed in 56 milliseconds