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

/frameworks/opt/net/wifi/tests/wifitests/jni/
H A Dwifi_hal_mock.cpp99 std::string HalMockJsonWriter::to_string() { function in class:android::HalMockJsonWriter
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp344 to_string(descriptor).c_str());
424 output << " " << to_string(capability) << '\n';
473 ALOGV("registerCallback(%s, %p, %p)", to_string(descriptor).c_str(),
640 to_string(Error::BadConfig).c_str());
661 to_string(attribute).c_str(), *outValue);
689 to_string(element.second).c_str());
841 to_string(error).c_str());
994 ALOGV("[%" PRIu64 "] setPowerMode(%s)", mId, to_string(mode).c_str());
1046 to_string(request.second).c_str());
1446 return std::string("Unknown (") + std::to_string(typ
1528 static std::string to_string(const hwc_layer_1_t& hwcLayer, function in namespace:android
1589 static std::string to_string(const hwc_display_contents_1_t& hwcContents, function in namespace:android
[all...]

Completed in 1306 milliseconds