Searched defs:strbuf (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/jni/
H A Dwifi_hal_mock.cpp100 rapidjson::StringBuffer strbuf; local
101 rapidjson::Writer < rapidjson::StringBuffer > writer(strbuf);
103 return strbuf.GetString();
/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp492 std::ostringstream strbuf; local
506 strbuf << "DEVICE_LOCAL";
510 info.memory.memoryHeaps[heap].size, strbuf.str().c_str());
511 strbuf.str(std::string());
519 strbuf << " DEVICE_LOCAL";
521 strbuf << " HOST_VISIBLE";
523 strbuf << " COHERENT";
525 strbuf << " CACHED";
527 strbuf << " LAZILY_ALLOCATED";
529 strbuf
570 std::ostringstream strbuf; local
[all...]

Completed in 61 milliseconds