Searched refs:isMemory (Results 1 – 6 of 6) sorted by relevance
84 bool isMemory() const override;
230 bool MemoryType::isMemory() const { in isMemory() function in android::MemoryType
59 if (elementType->isMemory()) { in isCompatibleElementType()630 if (mElementType->isMemory()) { in deepIsJavaCompatible()
51 virtual bool isMemory() const;
73 bool Type::isMemory() const { in isMemory() function in android::Type
82 } else if (type.isMemory()) { in getAidlType()