Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.h108 bool hasOnewayMethods() const;
DInterface.cpp867 bool Interface::hasOnewayMethods() const { in hasOnewayMethods() function in android::Interface
877 return superClass->hasOnewayMethods(); in hasOnewayMethods()
DgenerateCpp.cpp1991 bool supportOneway = iface->hasOnewayMethods(); in generatePassthroughHeader()
2156 if (iface->hasOnewayMethods()) { in generatePassthroughSource()
2164 if (iface->hasOnewayMethods()) { in generatePassthroughSource()