Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DInclude.cpp21 Include::Include(const std::string &name, bool isLibrary) in Include() argument
22 : Declaration(name), mIsLibrary(isLibrary) in Include()
27 bool Include::isLibrary() const { in isLibrary() function in android::Include
35 if (isLibrary()) { in generateSource()
DInclude.h30 Include(const std::string &name, bool isLibrary);
39 bool isLibrary() const;
Dc2hal_y.yy279 $$ = new Include($3, true /* isLibrary */);
283 $$ = new Include($3, false /* isLibrary */);