Searched refs:joined (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Interface.cpp | 46 C2String joined; in BaseParams() local 48 if (joined.length()) { in BaseParams() 49 joined += ","; in BaseParams() 51 joined += alias; in BaseParams() 55 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>(joined.c_str())) in BaseParams()
|
/frameworks/rs/ |
D | rsCppUtils.cpp | 58 std::unique_ptr<const char> joined(rsuJoinStrings(nArgs, args)); in rsuExecuteCommand() local 59 ALOGV("Invoking %s with args '%s'", exe, joined.get()); in rsuExecuteCommand()
|
/frameworks/rs/cpp/ |
D | rsCppUtils.cpp | 58 std::unique_ptr<const char> joined(rsuJoinStrings(nArgs, args)); in rsuExecuteCommand() local 59 ALOGV("Invoking %s with args '%s'", exe, joined.get()); in rsuExecuteCommand()
|
/frameworks/native/cmds/lshal/ |
D | TableEntry.cpp | 131 auto joined = base::Join(ret, ','); in getVintfInfo() local 132 return joined.empty() ? "X" : joined; in getVintfInfo()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | message.cc | 1723 ScopedPyObjectPtr joined( in CheckAndGetInteger() local 1725 if (joined == NULL) { in CheckAndGetInteger() 1749 GetMessageName(self).c_str(), PyString_AsString(joined.get())); in CheckAndGetInteger()
|