Home
last modified time | relevance | path

Searched refs:hasOnewayMethods (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/
DInterface.h132 bool hasOnewayMethods() const;
DInterface.cpp962 bool Interface::hasOnewayMethods() const { in hasOnewayMethods() function in android::Interface
972 return superClass->hasOnewayMethods(); in hasOnewayMethods()
DgenerateCpp.cpp1630 bool supportOneway = iface->hasOnewayMethods(); in generatePassthroughHeader()
1770 if (iface->hasOnewayMethods()) { in generatePassthroughSource()
1778 if (iface->hasOnewayMethods()) { in generatePassthroughSource()