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()
116 bool mOneway; member
DMethod.cpp41 mOneway(oneway), in Method()
141 Method* method = new Method(mName, mArgs, mResults, mOneway, mAnnotations, location()); in copySignature()