Lines Matching refs:to_string

344                     to_string(descriptor).c_str());  in doGetFunction()
424 output << " " << to_string(capability) << '\n'; in dump()
473 ALOGV("registerCallback(%s, %p, %p)", to_string(descriptor).c_str(), in registerCallback()
640 to_string(Error::BadConfig).c_str()); in getActiveConfig()
661 to_string(attribute).c_str(), *outValue); in getAttribute()
689 to_string(element.second).c_str()); in getChangedCompositionTypes()
841 to_string(error).c_str()); in present()
994 ALOGV("[%" PRIu64 "] setPowerMode(%s)", mId, to_string(mode).c_str()); in setPowerMode()
1046 to_string(request.second).c_str()); in validate()
1446 return std::string("Unknown (") + std::to_string(type) + ")"; in hwc1CompositionString()
1462 return std::string("Unknown (") + std::to_string(transform) + ")"; in hwc1TransformString()
1473 return std::string("Unknown (") + std::to_string(mode) + ")"; in hwc1BlendModeString()
1488 return std::to_string(static_cast<int32_t>(f)); in approximateFloatString()
1528 static std::string to_string(const hwc_layer_1_t& hwcLayer, in to_string() function
1589 static std::string to_string(const hwc_display_contents_1_t& hwcContents, in to_string() function
1602 output << to_string(hwcContents.hwLayers[layer], hwc1MinorVersion); in to_string()
1620 output << to_string(mType) << " "; in dump()
1622 output << "Power mode: " << to_string(mPowerMode) << " "; in dump()
1623 output << "Vsync: " << to_string(mVsyncEnabled) << '\n'; in dump()
1656 output << to_string(*mHwc1ReceivedContents, mDevice.mHwc1MinorVersion); in dump()
1659 output << to_string(*mHwc1RequestedContents, mDevice.mHwc1MinorVersion); in dump()
2156 output << fill << to_string(mCompositionType.getPendingValue()); in dump()
2170 output << fill << " Transform: " << to_string(mTransform.getValue()); in dump()
2171 output << " Blend mode: " << to_string(mBlendMode.getValue()); in dump()
2320 to_string(mCompositionType.getPendingValue()).c_str(), in applyCompositionType()
2506 to_string(error).c_str()); in setAllDisplays()