Searched refs:joined (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Interface.cpp | 65 C2String joined; in BaseParams() local 67 if (joined.length()) { in BaseParams() 68 joined += ","; in BaseParams() 70 joined += alias; in BaseParams() 74 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>(joined.c_str())) in BaseParams()
|
/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/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/native/cmds/lshal/ |
D | TableEntry.cpp | 133 auto joined = base::Join(ret, ','); in getVintfInfo() local 134 return joined.empty() ? "X" : joined; in getVintfInfo()
|
/frameworks/av/media/libstagefright/rtsp/fuzzer/ |
D | README.md | 93 …ime. When the fuzzer process ends, all the threads in the ThreadPool are joined to the main thread.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 13673 // How many total documents were joined to the parent documents. 18271 // will be joined with other logs such as rotation button clicked.
|