Lines Matching refs:string
51 static const std::map<BufferState, std::string> BufferStateStrs = {
73 std::string processName;
76 std::string target = "/system/bin/render_service";
81 BufferQueue::BufferQueue(const std::string &name, bool isShared)
327 std::string str = std::to_string(uniqueId_) +
802 std::string str = std::to_string(uniqueId_) +
1353 GSError BufferQueue::GetName(std::string &name)
1652 GSError BufferQueue::SetSurfaceAppFrameworkType(std::string appFrameworkType)
1665 std::string BufferQueue::GetSurfaceAppFrameworkType() const
1911 void BufferQueue::DumpMetadata(std::string &result, BufferElement element)
1937 void BufferQueue::DumpCache(std::string &result)
1976 std::string str = ss.str();
1981 void BufferQueue::Dump(std::string &result)
2001 std::string dumpEndFlag = "dumpend";
2003 std::string dumpEndIn(result, resultLen - dumpEndFlag.size(), resultLen - 1);
2006 std::string dumpEndStr = ss.str();
2016 std::string str = ss.str();