Home | Sort by relevance Sort by last modified time |
/system/tools/hidl/ | |
Method.h | 58 bool isOneway() const { return mOneway; } 101 bool mOneway; |
Method.cpp | 36 mOneway(oneway), 107 return new Method(mName.c_str(), mArgs, mResults, mOneway, mAnnotations); |