HomeSort by relevance Sort by last modified time
    Searched defs:AidlInterface (Results 1 - 2 of 2) sorted by null

  /system/tools/aidl/
aidl_language.cpp 148 AidlInterface::AidlInterface(const std::string& name, unsigned line,
174 std::string AidlInterface::GetPackage() const {
178 std::string AidlInterface::GetCanonicalName() const {
185 AidlDocument::AidlDocument(AidlInterface* interface)
aidl_language.h 211 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 {
279 AidlInterface(const std::string& name, unsigned line,
283 virtual ~AidlInterface() = default;
317 DISALLOW_COPY_AND_ASSIGN(AidlInterface);

Completed in 531 milliseconds