Searched defs:CreatorName (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aidl/
H A DType.cpp209 Type::CreatorName() const function in class:Type
521 StringType::CreatorName() const function in class:StringType
585 CharSequenceType::CreatorName() const function in class:CharSequenceType
914 UserDataType::CreatorName() const function in class:UserDataType
1139 m_creator(args[0]->CreatorName())
1144 GenericListType::CreatorName() const function in class:GenericListType
1158 if (m_creator == STRING_TYPE->CreatorName()) {
1160 } else if (m_creator == IBINDER_TYPE->CreatorName()) {
1171 if (m_creator == STRING_TYPE->CreatorName()) {
1174 } else if (m_creator == IBINDER_TYPE->CreatorName()) {
[all...]

Completed in 9 milliseconds