Searched defs:getJavaSuffix (Results 1 - 4 of 4) sorted by relevance

/system/tools/hidl/
H A DScalarType.cpp104 std::string ScalarType::getJavaSuffix() const { function in class:android::ScalarType
262 << getJavaSuffix()
272 << getJavaSuffix()
H A DStringType.cpp61 std::string StringType::getJavaSuffix() const { function in class:android::StringType
H A DEnumType.cpp167 std::string EnumType::getJavaSuffix() const { function in class:android::EnumType
168 return mStorageType->resolveToScalarType()->getJavaSuffix();
865 std::string BitFieldType::getJavaSuffix() const { function in class:android::BitFieldType
866 return resolveToScalarType()->getJavaSuffix();
H A DType.cpp389 std::string Type::getJavaSuffix() const { function in class:android::Type
500 getJavaSuffix(),

Completed in 56 milliseconds