HomeSort by relevance Sort by last modified time
    Searched refs:getJavaSuffix (Results 1 - 9 of 9) sorted by null

  /system/tools/hidl/
ScalarType.cpp 110 std::string ScalarType::getJavaSuffix() const {
268 << getJavaSuffix()
278 << getJavaSuffix()
StringType.h 40 std::string getJavaSuffix() const override;
ScalarType.h 61 std::string getJavaSuffix() const override;
StringType.cpp 61 std::string StringType::getJavaSuffix() const {
EnumType.h 54 std::string getJavaSuffix() const override;
166 std::string getJavaSuffix() const override;
EnumType.cpp 94 std::string EnumType::getJavaSuffix() const {
95 return mStorageType->resolveToScalarType()->getJavaSuffix();
745 std::string BitFieldType::getJavaSuffix() const {
746 return resolveToScalarType()->getJavaSuffix();
Type.cpp 150 std::string Type::getJavaSuffix() const {
261 getJavaSuffix(),
Type.h 103 virtual std::string getJavaSuffix() const;
VectorType.cpp 543 mElementType->getJavaSuffix() + "Vector",

Completed in 1029 milliseconds