Home
last modified time | relevance | path

Searched refs:isPointer (Results 1 – 6 of 6) sorted by relevance

/system/tools/aidl/
Daidl_to_cpp_common.cpp187 bool isPointer, const std::string& log, bool isNdk) { in WriteLogFor() argument
193 const string var_object_expr = ((isPointer ? "*" : "")) + name; in WriteLogFor()
219 bool isPointer = a.IsOut() && !isServer; in WriteLogForArguments() local
220 WriteLogFor(*(writer.get()), a.GetType(), varName, isPointer, logElementVarName + "[\"value\"]", in WriteLogForArguments()
Daidl_to_cpp.h34 const bool isPointer; // whether the variable 'name' is a pointer or not member
/system/tools/hidl/
DPointerType.h28 bool isPointer() const override;
DPointerType.cpp26 bool PointerType::isPointer() const { in isPointer() function in android::PointerType
DType.h52 virtual bool isPointer() const;
DType.cpp91 bool Type::isPointer() const { in isPointer() function in android::Type