Home
last modified time | relevance | path

Searched refs:to_string (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp172 ALOGE("Invalid layer type change: %s --> %s", to_string(from).c_str(), in validateChange()
173 to_string(to).c_str()); in validateChange()
180 to_string(connected).c_str()); in hotplug()
297 to_string(error).c_str(), static_cast<int32_t>(error)); in createLayer()
351 to_string(error).c_str(), static_cast<int32_t>(error)); in getActiveConfig()
390 ": %s (%d)", to_string(enabled).c_str(), disp, in setVsyncEnabled()
392 to_string(error).c_str(), static_cast<int32_t>(error)); in setVsyncEnabled()
413 to_string(error).c_str(), static_cast<int32_t>(error)); in setClientTarget()
440 to_string(error).c_str(), static_cast<int32_t>(error)); in prepare()
450 "%s (%d)", displayId, to_string(error).c_str(), in prepare()
[all …]
DHWC2On1Adapter.cpp344 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()
[all …]
DHWC2.cpp158 ": %s (%d)", display->getId(), to_string(error).c_str(), in ~Device()
167 ": %s (%d)", display->getId(), to_string(error).c_str(), in ~Device()
223 to_string(connected).c_str()); in registerHotplugCallback()
432 " %s (%d)", display, to_string(error).c_str(), intError); in destroyVirtualDisplay()
557 layer->getId(), to_string(type).c_str()); in getChangedCompositionTypes()
857 configId, to_string(attribute).c_str(), in getAttribute()
858 to_string(error).c_str(), intError); in getAttribute()
888 to_string(error).c_str(), intError); in loadConfigs()
898 to_string(error).c_str(), intError); in loadConfigs()
914 " failed: %s (%d)", mId, layerId, to_string(error).c_str(), in destroyLayer()
DHWC2.h108 ALOGE("Failed to load function %s", to_string(desc).c_str()); in loadFunctionPointer()
/frameworks/native/services/surfaceflinger/
DLayer.cpp535 " %s (%d)", mName.string(), to_string(blendMode).c_str(),
536 to_string(error).c_str(), static_cast<int32_t>(error));
594 transformedFrame.bottom, to_string(error).c_str(),
602 sourceCrop.bottom, to_string(error).c_str(),
607 "%s (%d)", mName.string(), s.alpha, to_string(error).c_str(),
612 mName.string(), s.z, to_string(error).c_str(),
661 "%s (%d)", mName.string(), to_string(transform).c_str(),
662 to_string(error).c_str(), static_cast<int32_t>(error));
697 to_string(error).c_str(), static_cast<int32_t>(error));
704 to_string(error).c_str(), static_cast<int32_t>(error));
[all …]
DSurfaceFlinger.cpp2012 to_string(layer->getCompositionType(hwcId)).c_str()); in doComposeSurfaces()
/frameworks/opt/net/wifi/tests/wifitests/jni/
Dwifi_nan_hal_mock.cpp117 std::string str = jsonW.to_string(); in wifi_nan_enable_request_mock()
164 std::string str = jsonW.to_string(); in wifi_nan_publish_request_mock()
181 std::string str = jsonW.to_string(); in wifi_nan_publish_cancel_request_mock()
225 std::string str = jsonW.to_string(); in wifi_nan_subscribe_request_mock()
243 std::string str = jsonW.to_string(); in wifi_nan_subscribe_cancel_request_mock()
269 std::string str = jsonW.to_string(); in wifi_nan_transmit_followup_request_mock()
Dwifi_hal_mock.h36 std::string to_string();
Dwifi_hal_mock.cpp99 std::string HalMockJsonWriter::to_string() { in to_string() function in android::HalMockJsonWriter
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp1182 + std::to_string(getpid()) + ".txt"; in main()
1211 "--ei", "android.intent.extra.ID", std::to_string(id), in main()
1212 "--ei", "android.intent.extra.PID", std::to_string(getpid()), in main()
1213 "--ei", "android.intent.extra.MAX", std::to_string(WEIGHT_TOTAL), in main()
1393 "--ei", "android.intent.extra.ID", std::to_string(id), in main()
1394 "--ei", "android.intent.extra.PID", std::to_string(getpid()), in main()
1395 "--ei", "android.intent.extra.MAX", std::to_string(weight_total), in main()
/frameworks/base/libs/hwui/
DPathParser.cpp192 + std::to_string(start) + " of path: " + pathStr; in getPathDataFromAsciiString()
209 + std::to_string(start) + " of path: " + pathStr; in getPathDataFromAsciiString()
/frameworks/rs/api/
DGenerateStubsWhiteList.cpp180 return to_string(name.size()) + name; in mangleLongName()
428 const string name = "buf" + to_string((*variableNumber)++); in addVariable()
485 if (!file.start(slangTestDirectory, "all" + to_string(apiLevel) + ".rs")) { in generateApiTesterFile()
/frameworks/compile/slang/
Dslang_rs_reflection.cpp247 return "resultArray" + std::to_string(CAT->getNumElement()) + "_" + in GetReduceResultTypeName()
835 mOut.indent() << "if (" << ArrayName << ".length % " << std::to_string(VecSize) in genVectorLengthCompatibilityCheck()
838 << "\\\" is not a multiple of " << std::to_string(VecSize) in genVectorLengthCompatibilityCheck()
1055 InputParamName = NamePrefix + std::to_string(InIdx+1); in getReduceInputStrings()
1067 TypeString = InTypeData.type->s_name + std::to_string(InTypeData.vecSize) + " "; in getReduceInputStrings()
1179 InputComment += (", flattened " + std::to_string(InTypeData.vecSize) + "-vectors"); in genExportReduceArrayVariant()
1205 InLength += " / " + std::to_string(VecSize); in genExportReduceArrayVariant()
1388 ArrayElementName += std::to_string(VectorElementIdx) + "]"; in genReduceResultVectorMapping()
1518 … "outArray", (std::to_string(VectorElementCount) + "*Idx").c_str()) in genExportReduceResultType()
/frameworks/rs/driver/
DrsdShader.cpp303 mShader += std::to_string(e->mHal.state.fieldArraySizes[field]); in appendUserConstants()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h832 (halVersion == -1) ? "default" : std::to_string(halVersion).c_str(), in connectHelper()