Home
last modified time | relevance | path

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

/system/tools/hidl/
DMethod.h58 bool isOneway() const { return mOneway; } in isOneway()
101 bool mOneway; member
DMethod.cpp36 mOneway(oneway), in Method()
107 return new Method(mName.c_str(), mArgs, mResults, mOneway, mAnnotations); in copySignature()