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

  /system/tools/hidl/
DeathRecipientType.cpp 55 std::string DeathRecipientType::getVtsType() const {
82 out << "type: " << getVtsType() << "\n";
PointerType.cpp 43 std::string PointerType::getVtsType() const {
75 out << "type: " << getVtsType() << "\n";
FmqType.cpp 166 std::string FmqType::getVtsType() const {
HandleType.cpp 54 std::string HandleType::getVtsType() const {
171 out << "type: " << getVtsType() << "\n";
MemoryType.cpp 50 std::string MemoryType::getVtsType() const {
159 out << "type: " << getVtsType() << "\n";
RefType.cpp 37 std::string RefType::getVtsType() const {
ScalarType.cpp 122 std::string ScalarType::getVtsType() const {
281 out << "type: " << getVtsType() << "\n";
StringType.cpp 65 std::string StringType::getVtsType() const {
213 out << "type: " << getVtsType() << "\n";
ArrayType.cpp 163 std::string ArrayType::getVtsType() const {
562 out << "type: " << getVtsType() << "\n";
571 out << "type: " << getVtsType() << "\n";
CompoundType.cpp 136 std::string CompoundType::getVtsType() const {
986 out << "type: " << getVtsType() << "\n";
1031 out << "type: " << getVtsType() << "\n";
    [all...]
VectorType.cpp 126 std::string VectorType::getVtsType() const {
EnumType.cpp 175 std::string EnumType::getVtsType() const {
549 out << "type: " << getVtsType() << "\n";
582 out << "type: " << getVtsType() << "\n";
873 std::string BitFieldType::getVtsType() const {
886 out << "type: " << getVtsType() << "\n";
Interface.cpp 765 std::string Interface::getVtsType() const {
956 out << "type: " << getVtsType() << "\n"
Type.cpp 394 std::string Type::getVtsType() const {
793 out << "type: " << getVtsType() << "\n";
802 out << "type: " << getVtsType() << "\n";

Completed in 92 milliseconds