aboutsummaryrefslogtreecommitdiff
path: root/Interface.h
AgeCommit message (Expand)Author
2021-11-01delete HIDL adaptersSteven Moreland
2020-12-05hidl-gen: warnings for bad annotationsSteven Moreland
2020-11-20@SensitiveData - support for TF_CLEAR_BUFSteven Moreland
2020-02-26Move FQName statics off device.Steven Moreland
2019-08-06Remove constant expression support for annotationsNeel Mehta
2019-07-22Change const char* to std::stringNeel Mehta
2019-07-19Add -Lformat option to format .hal filesNeel Mehta
2019-06-04Remove static gAllReservedMethods from Interface.cppNeel Mehta
2019-05-21Remove Interface::hasOnewayMethods()Neel Mehta
2018-10-31isBinder -> isInterface.Steven Moreland
2018-10-09forward declare header string definitionsSteven Moreland
2018-08-09Use ConstantExpression for FLAG_ONE_WAY.Steven Moreland
2018-07-20Add is_inherited field for each API in generated .vts fileZhuoyao Zhang
2018-07-09Revert "Explicit destructor invocation for HIDL types"android-o-mr1-iot-release-1.0.2Nirav Atre
2018-06-12Explicit destructor invocation for HIDL typesNirav Atre
2018-02-21Do all validation during validation phase.Steven Moreland
2018-02-07Move file accesses for hash files to Coordinator.Steven Moreland
2018-02-02Unify Java + C++ flag definitions.Steven Moreland
2017-12-01HIDL defined type to support a composed interfaceHoward Chen
2017-11-27Rename global..Decls to package...DeclsSteven Moreland
2017-09-25Add adapters for HIDL interfaces.Steven Moreland
2017-09-12Fix strong referencesTimur Iskhakov
2017-09-11Make recursive methods in Type work with cyclic ASTTimur Iskhakov
2017-09-07Refactor AST::addScopedType.Timur Iskhakov
2017-08-30Make Type::getReferences return pointerTimur Iskhakov
2017-08-29Add acyclic check pass to hidl-genTimur Iskhakov
2017-08-28Constant Expressions have same tree structure as TypeTimur Iskhakov
2017-08-25Get rid if Reference<Interface>Timur Iskhakov
2017-08-25Delete unused Interface::lookupMethodTimur Iskhakov
2017-08-24Build AST graph explicitly for simpler post-parsing passesTimur Iskhakov
2017-08-15Move type-related stuff ouside of parsingTimur Iskhakov
2017-08-15Fix clang-tidy performance warnings in system/tools/hidl.Chih-Hung Hsieh
2017-08-14Refactor interface and enum type- and parent-related methodsTimur Iskhakov
2017-08-04Revert "Revert "Add Reference type""Timur Iskhakov
2017-08-05Revert "Add Reference type"Steven Moreland
2017-08-03Add Reference typeTimur Iskhakov
2017-07-21Moving hidl-gen parser stack outside of ASTTimur Iskhakov
2017-04-03Add getHashChain() to IBase.Yifan Hong
2017-02-13IBase: add ping methodSteven Moreland
2017-02-09Adds a debug(...) method to IBase, the base class for all Treble interfacesAndreas Huber
2017-02-02IBase::getReferenceInfo -> getDebugInfoYifan Hong
2017-02-01Add getReferenceInfo to IBase.Yifan Hong
2017-01-31Get method signatures from IBase.halYifan Hong
2017-01-12Add interfaceDescriptor() method to all interfacesYifan Hong
2017-01-12Emit toString functions for all types.Yifan Hong
2017-01-11Support to enable profiling dynamically.Zhuoyao Zhang
2017-01-05Clean up hard-coded Bp/Bn/Bs/IHw prefixes.Yifan Hong
2017-01-05Renamed Interface::getProxyName to getProxyFqNameYifan Hong
2017-01-05Callback elision for HIDL interfaces.Martijn Coenen
2016-12-22Add (un)linkToDeath to generated interfaces.Martijn Coenen