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

/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp212 returnType = VOID_TYPE;
218 if (returnType == VOID_TYPE) {
560 this->onResultMethod->returnType = VOID_TYPE;
578 m->returnType = VOID_TYPE;
649 resultMethod->returnType = VOID_TYPE;
684 proxyMethod->returnType = VOID_TYPE;
761 if (t != VOID_TYPE) {
853 push->returnType = VOID_TYPE;
888 event->returnType = VOID_TYPE;
925 startListeningMethod->returnType = VOID_TYPE;
[all...]
H A DType.cpp5 Type* VOID_TYPE; variable
42 VOID_TYPE = new BasicType("void",
45 NAMES.Add(VOID_TYPE);
H A DType.h506 extern Type* VOID_TYPE;

Completed in 56 milliseconds