Searched defs:AidlInterface (Results 1 - 2 of 2) sorted by relevance

/system/tools/aidl/
H A Daidl_language.cpp186 AidlInterface::AidlInterface(const std::string& name, unsigned line, function in class:AidlInterface
215 std::string AidlInterface::GetPackage() const {
219 std::string AidlInterface::GetCanonicalName() const {
226 AidlDocument::AidlDocument(AidlInterface* interface)
H A Daidl_language.h248 class AidlInterface;
252 explicit AidlDocument(AidlInterface* interface);
255 const AidlInterface* GetInterface() const { return interface_.get(); }
256 AidlInterface* ReleaseInterface() { return interface_.release(); }
268 std::unique_ptr<AidlInterface> interface_;
317 class AidlInterface : public AidlAnnotatable { class in inherits:AidlAnnotatable
319 AidlInterface(const std::string& name, unsigned line,
323 virtual ~AidlInterface() = default;
369 DISALLOW_COPY_AND_ASSIGN(AidlInterface);

Completed in 107 milliseconds