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

/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp507 SwitchStatement* methodSwitch; member in class:ResultDispatcherClass
569 this->methodSwitch = new SwitchStatement(this->methodId);
570 this->onResultMethod->statements->Add(this->methodSwitch);
591 this->methodSwitch->cases.push_back(c);

Completed in 48 milliseconds