HomeSort by relevance Sort by last modified time
    Searched refs:mOneway (Results 1 - 2 of 2) sorted by null

  /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);

Completed in 537 milliseconds