Searched refs:GetType (Results 1 – 12 of 12) sorted by relevance
/system/tools/aidl/ |
D | generate_java_binder.cpp | 287 decl->returnType = method.GetType().GetLanguageType<Type>(); in generate_method() 288 decl->returnTypeDimension = method.GetType().IsArray() ? 1 : 0; in generate_method() 293 new Variable(arg->GetType().GetLanguageType<Type>(), arg->GetName(), in generate_method() 294 arg->GetType().IsArray() ? 1 : 0)); in generate_method() 316 const Type* t = arg->GetType().GetLanguageType<Type>(); in generate_method() 318 v->dimension = arg->GetType().IsArray() ? 1 : 0; in generate_method() 326 if (!arg->GetType().IsArray()) { in generate_method() 339 if (method.GetType().GetName() == "void") { in generate_method() 369 const Type* t = arg->GetType().GetLanguageType<Type>(); in generate_method() 387 proxy->returnType = method.GetType().GetLanguageType<Type>(); in generate_method() [all …]
|
D | generate_cpp.cpp | 115 const Type* type = a->GetType().GetLanguageType<Type>(); in BuildArgList() 124 if (!type->IsCppPrimitive() || a->GetType().IsArray()) { in BuildArgList() 137 const Type* return_type = method.GetType().GetLanguageType<Type>(); in BuildArgList() 199 const Type* cpp_type = a.GetType().GetLanguageType<Type>(); in DeclareLocalVariable() 285 const Type* type = a->GetType().GetLanguageType<Type>(); in DefineClientTransaction() 334 const Type* return_type = method.GetType().GetLanguageType<Type>(); in DefineClientTransaction() 350 a->GetType().GetLanguageType<Type>()->ReadFromParcelMethod(); in DefineClientTransaction() 417 const Type* return_type = method.GetType().GetLanguageType<Type>(); in HandleServerTransaction() 439 const Type* type = a->GetType().GetLanguageType<Type>(); in HandleServerTransaction() 486 const Type* type = a->GetType().GetLanguageType<Type>(); in HandleServerTransaction() [all …]
|
D | type_namespace.cpp | 123 const ValidatableType* t = GetValidatableType(a.GetType(), &error_msg); in GetArgType() 133 a.GetType().ToString().c_str()); in GetArgType()
|
D | aidl.cpp | 184 if (!types->MaybeAddContainerType(m->GetType())) { in check_types() 189 types->GetReturnType(m->GetType(), filename); in check_types() 197 if (oneway && m->GetType().GetName() != "void") { in check_types() 206 if (!types->MaybeAddContainerType(arg->GetType())) { in check_types()
|
D | aidl_unittest.cpp | 145 EXPECT_EQ(parse_result->GetMethods()[0]->GetType().IsNullable(), in TEST_F() 159 EXPECT_EQ(parse_result->GetMethods()[0]->GetType().IsUtf8InCpp(), in TEST_F()
|
D | aidl_language.h | 114 const AidlType& GetType() const { return *type_; } in GetType() function 173 const AidlType& GetType() const { return *type_; } in GetType() function
|
/system/bt/vendor_libs/test_vendor_lib/test/ |
D | hci_transport_unittest.cc | 66 EXPECT_EQ(DATA_TYPE_COMMAND, command->GetType()); in CommandCallback() 75 EXPECT_EQ(DATA_TYPE_COMMAND, command->GetType()); in MultiCommandCallback()
|
D | packet_stream_unittest.cc | 82 EXPECT_EQ(DATA_TYPE_COMMAND, command->GetType()); in CheckedReceiveCommand()
|
/system/bt/vendor_libs/test_vendor_lib/include/ |
D | packet.h | 47 serial_data_type_t GetType() const;
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
D | packet.cc | 65 serial_data_type_t Packet::GetType() const { in GetType() function in test_vendor_lib::Packet
|
D | packet_stream.cc | 81 if (!SendAll({static_cast<uint8_t>(event.GetType())}, 1, fd)) { in SendEvent()
|
/system/connectivity/shill/ |
D | json_store.cc | 136 const auto value_type = value.GetType(); in MakeStringFromValue() 171 const auto item_type = list_item->GetType(); in ConvertListValueToStringVector() 206 switch (value.GetType()) { in ConvertDictionaryValueToVariantDictionary()
|