Searched refs:sanitizedName (Results 1 – 12 of 12) sorted by relevance
/system/tools/hidl/ |
D | RefType.cpp | 121 const std::string &sanitizedName, in emitResolveReferencesEmbedded() argument 143 const std::string handleName = "_hidl_" + sanitizedName + "__ref_handle"; in emitResolveReferencesEmbedded() 144 const std::string resolveBufName = "_hidl_" + sanitizedName + "__ref_resolve_buf"; in emitResolveReferencesEmbedded() 203 sanitizedName, in emitResolveReferencesEmbedded() 218 sanitizedName + "_deref", in emitResolveReferencesEmbedded()
|
D | VectorType.cpp | 289 const std::string &sanitizedName, in emitReaderWriterEmbedded() argument 299 const std::string childName = "_hidl_" + sanitizedName + "_child"; in emitReaderWriterEmbedded() 343 sanitizedName + (nameIsPointer ? "_deref" : "") + "_indexed", in emitReaderWriterEmbedded() 383 const std::string &sanitizedName, in emitResolveReferencesEmbedded() argument 392 out, depth, name, sanitizedName, nameIsPointer, parcelObj, in emitResolveReferencesEmbedded() 405 const std::string &sanitizedName, in emitResolveReferencesEmbeddedHelper() argument 422 myChildName = "_hidl_" + sanitizedName + "_child"; in emitResolveReferencesEmbeddedHelper() 453 sanitizedName + (nameIsPointer ? "_deref" : "") + "_indexed", in emitResolveReferencesEmbeddedHelper()
|
D | VectorType.h | 63 const std::string &sanitizedName, 85 const std::string &sanitizedName, 150 const std::string &sanitizedName,
|
D | ArrayType.h | 73 const std::string &sanitizedName, 95 const std::string &sanitizedName,
|
D | MemoryType.h | 48 const std::string &sanitizedName,
|
D | PointerType.h | 52 const std::string &sanitizedName,
|
D | FmqType.h | 48 const std::string &sanitizedName,
|
D | ArrayType.cpp | 222 const std::string &sanitizedName, in emitReaderWriterEmbedded() argument 256 sanitizedName + "_indexed", in emitReaderWriterEmbedded() 299 const std::string &sanitizedName, in emitResolveReferencesEmbedded() argument 331 sanitizedName + "_indexed", in emitResolveReferencesEmbedded()
|
D | RefType.h | 64 const std::string &sanitizedName,
|
D | HandleType.h | 54 const std::string &sanitizedName,
|
D | CompoundType.h | 73 const std::string &sanitizedName, 95 const std::string &sanitizedName,
|
D | Type.h | 211 const std::string &sanitizedName, 233 const std::string &sanitizedName,
|