Home
last modified time | relevance | path

Searched refs:isMemory (Results 1 – 6 of 6) sorted by relevance

/system/tools/hidl/
DMemoryType.h84 bool isMemory() const override;
DMemoryType.cpp230 bool MemoryType::isMemory() const { in isMemory() function in android::MemoryType
DVectorType.cpp59 if (elementType->isMemory()) { in isCompatibleElementType()
630 if (mElementType->isMemory()) { in deepIsJavaCompatible()
DType.h51 virtual bool isMemory() const;
DType.cpp73 bool Type::isMemory() const { in isMemory() function in android::Type
/system/tools/hidl/hidl2aidl/
DAidlType.cpp82 } else if (type.isMemory()) { in getAidlType()