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

/frameworks/base/tools/aidl/
H A DType.cpp211 Type::CreatorName() const function in class:Type
523 StringType::CreatorName() const function in class:StringType
587 CharSequenceType::CreatorName() const function in class:CharSequenceType
916 UserDataType::CreatorName() const function in class:UserDataType
1141 m_creator(args[0]->CreatorName())
1146 GenericListType::CreatorName() const function in class:GenericListType
1160 if (m_creator == STRING_TYPE->CreatorName()) {
1162 } else if (m_creator == IBINDER_TYPE->CreatorName()) {
1173 if (m_creator == STRING_TYPE->CreatorName()) {
1176 } else if (m_creator == IBINDER_TYPE->CreatorName()) {
[all...]

Completed in 260 milliseconds