Searched refs:setTo (Results 1 - 25 of 83) sorted by relevance

1234

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCryptoPlugin.cpp40 errorDetailMsg->setTo("Secure decryption is not supported with "
51 errorDetailMsg->setTo(
72 errorDetailMsg->setTo("Decryption Error");
76 errorDetailMsg->setTo(
H A DJsonWebKey.cpp163 value->setTo(valueToken);
214 token.setTo(pjs, mJsmnTokens[j].end - mJsmnTokens[j].start);
262 token.setTo(pjs, mJsmnTokens[i].end - mJsmnTokens[i].start);
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp429 id->setTo("");
436 id->setTo((const char *)&mParent.mData[mOffset], 3);
438 id->setTo((const char *)&mParent.mData[mOffset], 4);
444 id->setTo("TT2");
447 id->setTo("TP1");
450 id->setTo("TAL");
453 id->setTo("TYE");
456 id->setTo("COM");
459 id->setTo("TRK");
462 id->setTo("TC
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp43 setTo(s);
50 setTo(s, size);
57 setTo(from.string(), from.length());
64 setTo(from, 0, from.size());
71 setTo(from, offset, n);
80 setTo(from, 0, from.size());
98 void AString::setTo(const char *s) { function in class:android::AString
99 setTo(s, strlen(s));
102 void AString::setTo(const char *s, size_t size) { function in class:android::AString
107 void AString::setTo(cons function in class:android::AString
[all...]
H A DParsedMessage.cpp175 mContent.setTo(&data[offset], contentLength);
201 field->setTo(line, prevOffset, offset - prevOffset - 1);
269 value->setTo(&s[keyLen + 1], len - keyLen - 1);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DReadRecInd.java44 setTo(to);
109 public void setTo(EncodedStringValue[] value) { method in class:ReadRecInd
H A DDeliveryInd.java119 public void setTo(EncodedStringValue[] value) { method in class:DeliveryInd
H A DReadOrigInd.java137 public void setTo(EncodedStringValue[] value) { method in class:ReadOrigInd
/frameworks/av/include/media/stagefright/foundation/
H A DAString.h39 void setTo(const char *s);
40 void setTo(const char *s, size_t size);
41 void setTo(const AString &from, size_t offset, size_t n);
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp110 gl_extensions.setTo(exts);
114 gl_extensions.setTo(temp);
H A Degl_display.cpp186 mVendorString.setTo(sVendorString);
187 mVersionString.setTo(sVersionString);
188 mClientApiString.setTo(sClientApiString);
190 mExtensionString.setTo(gBuiltinExtensionString);
283 mExtensionString.setTo("");
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp37 bool ASessionDescription::setTo(const void *data, size_t size) { function in class:android::ASessionDescription
69 line.setTo(desc, i, eolPos - i - 1);
71 line.setTo(desc, i, eolPos - i);
103 key.setTo(line, 0, colonPos);
112 key.setTo(line, 0, spacePos);
117 value.setTo(line, colonPos + 1, line.size() - colonPos - 1);
H A DASessionDescription.h35 bool setTo(const void *data, size_t size);
H A DARTSPConnection.cpp148 host->setTo(&url[7]);
149 path->setTo("/");
151 host->setTo(&url[7], slashPos - &url[7]);
152 path->setTo(slashPos);
168 user->setTo(userPass, 0, colonPos);
169 pass->setTo(userPass, colonPos + 1, userPass.size() - colonPos - 1);
916 mNonce.setTo(value, i + 7, j - i - 7);
961 method->setTo(request, 0, space1);
962 url->setTo(request, space1 + 1, space2 - space1);
H A DSDPLoader.cpp130 if (desc == NULL || !desc->setTo(buffer->data(), (size_t)readSize)) {
/frameworks/base/tools/split-select/
H A DSplitDescription.cpp137 configStr.setTo(str.string(), index);
138 extensionStr.setTo(str.string() + index + 1);
140 configStr.setTo(str);
H A DMain.cpp137 if (xml.setTo(asset->getBuffer(true), asset->getLength(), false) != NO_ERROR) {
259 targetConfigStr.setTo(*argv);
283 baseApkPath.setTo(*argv);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputApplicationHandle.cpp68 mInfo->name.setTo(nameStr);
72 mInfo->name.setTo("<null>");
/frameworks/rs/driver/
H A DrsdVertexArray.cpp51 name.setTo("");
63 this->name.setTo(name);
/frameworks/base/core/java/android/content/res/
H A DResourcesKey.java36 mOverrideConfiguration.setTo(overrideConfiguration);
/frameworks/native/libs/input/
H A DInputDevice.cpp90 path.setTo(getenv("ANDROID_ROOT"));
105 path.setTo(getenv("ANDROID_DATA"));
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java137 mTheme.setTo(theme);
/frameworks/base/libs/androidfw/tests/
H A DTheme_test.cpp59 ASSERT_EQ(NO_ERROR, theme2.setTo(theme1));
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp462 out->setTo(url);
476 out->setTo(baseURL, pathStart - baseURL);
478 out->setTo(baseURL);
504 out->setTo(baseURL, end);
506 out->setTo(baseURL);
534 line.setTo(&data[offset], offsetLF - offset - 1);
536 line.setTo(&data[offset], offsetLF - offset);
1013 groupID.setTo(val, 1, val.size() - 2);
1025 groupLanguage.setTo(val, 1, val.size() - 2);
1037 groupName.setTo(va
[all...]
/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java219 public void setTo(DisplayMetrics o) { method in class:DisplayMetrics

Completed in 358 milliseconds

1234