Home
last modified time | relevance | path

Searched defs:isIBase (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/tools/hidl/
DInterface.h52 bool isIBase() const { return fqName() == gIBaseFqName; } in isIBase() function
DAST.cpp875 bool AST::isIBase() const { in isIBase() function in android::AST
/aosp_15_r20/out/soong/.intermediates/system/tools/hidl/libhidl-gen-ast/linux_glibc_x86_64_static/gen/yacc/system/tools/hidl/
Dhidl-gen_y.cpp2321 bool isIBase = ast->package().package() == gIBaseFqName.package(); in yyuserAction() local