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

/system/tools/aidl/
H A Daidl_language.cpp148 AidlInterface::AidlInterface(const std::string& name, unsigned line, function in class:AidlInterface
174 std::string AidlInterface::GetPackage() const {
178 std::string AidlInterface::GetCanonicalName() const {
185 AidlDocument::AidlDocument(AidlInterface* interface)
H A Daidl_language.h211 class AidlInterface;
215 AidlDocument(AidlInterface* interface);
218 const AidlInterface* GetInterface() const { return interface_.get(); }
219 AidlInterface* ReleaseInterface() { return interface_.release(); }
231 std::unique_ptr<AidlInterface> interface_;
277 class AidlInterface : public AidlNode { class in inherits:AidlNode
279 AidlInterface(const std::string& name, unsigned line,
283 virtual ~AidlInterface() = default;
317 DISALLOW_COPY_AND_ASSIGN(AidlInterface);

Completed in 454 milliseconds