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

  /system/tools/hidl/
ScalarType.cpp 104 std::string ScalarType::getJavaSuffix() const {
262 << getJavaSuffix()
272 << getJavaSuffix()
StringType.cpp 61 std::string StringType::getJavaSuffix() const {
EnumType.cpp 167 std::string EnumType::getJavaSuffix() const {
168 return mStorageType->resolveToScalarType()->getJavaSuffix();
865 std::string BitFieldType::getJavaSuffix() const {
866 return resolveToScalarType()->getJavaSuffix();
Type.cpp 389 std::string Type::getJavaSuffix() const {
500 getJavaSuffix(),

Completed in 324 milliseconds