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

/system/tools/hidl/
H A DHandleType.cpp100 const std::string &sanitizedName,
109 const std::string ptrName = "_hidl_" + sanitizedName + "_ptr";
96 emitReaderWriterEmbedded( Formatter &out, size_t , const std::string &name, const std::string &sanitizedName, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
H A DRefType.cpp107 name /* sanitizedName */,
121 const std::string &sanitizedName,
143 const std::string handleName = "_hidl_" + sanitizedName + "__ref_handle";
144 const std::string resolveBufName = "_hidl_" + sanitizedName + "__ref_resolve_buf";
203 sanitizedName,
218 sanitizedName + "_deref",
117 emitResolveReferencesEmbedded( Formatter &out, size_t , const std::string &name, const std::string &sanitizedName, bool , const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
H A DArrayType.cpp223 name /* sanitizedName */,
237 const std::string &sanitizedName,
271 sanitizedName + "_indexed",
300 name /* sanitizedName */,
314 const std::string &sanitizedName,
346 sanitizedName + "_indexed",
233 emitReaderWriterEmbedded( Formatter &out, size_t depth, const std::string &name, const std::string &sanitizedName, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
310 emitResolveReferencesEmbedded( Formatter &out, size_t depth, const std::string &name, const std::string &sanitizedName, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
H A DVectorType.cpp189 name /* sanitizedName */ ,
288 const std::string &sanitizedName,
298 const std::string childName = "_hidl_" + sanitizedName + "_child";
342 sanitizedName + (nameIsPointer ? "_deref" : "") + "_indexed",
368 name /* sanitizedName */,
382 const std::string &sanitizedName,
391 out, depth, name, sanitizedName, nameIsPointer, parcelObj,
404 const std::string &sanitizedName,
421 myChildName = "_hidl_" + sanitizedName + "_child";
452 sanitizedName
284 emitReaderWriterEmbedded( Formatter &out, size_t depth, const std::string &name, const std::string &sanitizedName, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
378 emitResolveReferencesEmbedded( Formatter &out, size_t depth, const std::string &name, const std::string &sanitizedName, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string & , const std::string & ) const argument
400 emitResolveReferencesEmbeddedHelper( Formatter &out, size_t depth, const std::string &name, const std::string &sanitizedName, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &childName, const std::string &childOffsetText) const argument
[all...]

Completed in 62 milliseconds