Searched refs:GetCppName (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/ |
D | type_cpp.cpp | 174 {GetCppHeader(interface)}, GetCppName(interface), in BinderType() 186 static string GetCppName(const AidlInterface& interface) { in GetCppName() function in android::aidl::cpp::__anon889871910111::BinderType 219 GetCppName(parcelable), "readParcelableVector", 225 static string GetCppName(const AidlParcelable& parcelable) { in GetCppName() function in android::aidl::cpp::__anon889871910111::NullableParcelableArrayType 239 GetCppName(parcelable), "readParcelableVector", 246 static string GetCppName(const AidlParcelable& parcelable) { in GetCppName() function in android::aidl::cpp::__anon889871910111::ParcelableArrayType 258 {parcelable.GetCppHeader()}, GetCppName(parcelable), in NullableParcelableType() 266 static string GetCppName(const AidlParcelable& parcelable) { in GetCppName() function in android::aidl::cpp::__anon889871910111::NullableParcelableType 278 {parcelable.GetCppHeader()}, GetCppName(parcelable), in ParcelableType() 287 static string GetCppName(const AidlParcelable& parcelable) { in GetCppName() function in android::aidl::cpp::__anon889871910111::ParcelableType
|