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

/system/tools/hidl/
H A DMethod.h62 bool isOneway() const { return mOneway; }
119 bool mOneway; member in struct:android::Method
H A DMethod.cpp36 mOneway(oneway),
157 return new Method(mName.c_str(), mArgs, mResults, mOneway, mAnnotations, Location());

Completed in 57 milliseconds