Home
last modified time | relevance | path

Searched defs:oneway (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/
Daidl_language.cpp132 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name, in AidlMethod()
150 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name, in AidlMethod()
187 const std::string& comments, bool oneway, in AidlInterface()
Dgenerate_java_binder.cpp266 const bool oneway = proxyClass->mOneWay || method.IsOneway(); in generate_method() local
Daidl.cpp188 bool oneway = m->IsOneway() || c->IsOneway(); in check_types() local
Dtype_java.cpp684 bool builtIn, bool oneway, const string& declFile, in InterfaceType()
/system/tools/hidl/
DMethod.cpp31 bool oneway, in Method()