Home
last modified time | relevance | path

Searched refs:mOneway (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DMethod.h62 bool isOneway() const { return mOneway; } in isOneway()
118 bool mOneway; member
DMethod.cpp36 mOneway(oneway), in Method()
153 Method* method = new Method(mName.c_str(), mArgs, mResults, mOneway, mAnnotations, location()); in copySignature()