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

1234

/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp41 setTo(s);
48 setTo(s, size);
55 setTo(from, 0, from.size());
62 setTo(from, offset, n);
71 setTo(from, 0, from.size());
89 void AString::setTo(const char *s) { function in class:android::AString
90 setTo(s, strlen(s));
93 void AString::setTo(const char *s, size_t size) { function in class:android::AString
98 void AString::setTo(const AString &from, size_t offset, size_t n) { function in class:android::AString
102 setTo(fro
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAString.h34 void setTo(const char *s);
35 void setTo(const char *s, size_t size);
36 void setTo(const AString &from, size_t offset, size_t n);
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp380 id->setTo("");
387 id->setTo((const char *)&mParent.mData[mOffset], 3);
389 id->setTo((const char *)&mParent.mData[mOffset], 4);
395 id->setTo("TT2");
398 id->setTo("TP1");
401 id->setTo("TAL");
404 id->setTo("TYE");
407 id->setTo("COM");
410 id->setTo("TRK");
413 id->setTo("TC
[all...]
/frameworks/opt/mms/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/native/include/utils/
H A DString8.h67 void setTo(const String8& other);
68 status_t setTo(const char* other);
69 status_t setTo(const char* other, size_t numChars);
70 status_t setTo(const char16_t* other, size_t numChars);
71 status_t setTo(const char32_t* other,
278 setTo(other);
284 setTo(other);
H A DString16.h62 void setTo(const String16& other);
63 status_t setTo(const char16_t* other);
64 status_t setTo(const char16_t* other, size_t len);
65 status_t setTo(const String16& other,
152 setTo(other);
/frameworks/native/libs/utils/
H A DString16.cpp108 setTo(o, len, begin);
161 void String16::setTo(const String16& other) function in class:android::String16
168 status_t String16::setTo(const String16& other, size_t len, size_t begin) function in class:android::String16
178 setTo(other);
186 return setTo(other.string()+begin, len);
189 status_t String16::setTo(const char16_t* other) function in class:android::String16
191 return setTo(other, strlen16(other));
194 status_t String16::setTo(const char16_t* other, size_t len) function in class:android::String16
213 setTo(other);
234 setTo(chr
[all...]
H A DString8.cpp221 void String8::setTo(const String8& other) function in class:android::String8
228 status_t String8::setTo(const char* other) function in class:android::String8
239 status_t String8::setTo(const char* other, size_t len) function in class:android::String8
250 status_t String8::setTo(const char16_t* other, size_t len) function in class:android::String8
261 status_t String8::setTo(const char32_t* other, size_t len) function in class:android::String8
276 setTo(other);
293 return setTo(other, otherLen);
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp112 gl_extensions.setTo(exts);
116 gl_extensions.setTo(temp);
H A Degl_display.cpp209 mVendorString.setTo(sVendorString);
210 mVersionString.setTo(sVersionString);
211 mClientApiString.setTo(sClientApiString);
300 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.cpp145 host->setTo(&url[7]);
146 path->setTo("/");
148 host->setTo(&url[7], slashPos - &url[7]);
149 path->setTo(slashPos);
165 user->setTo(userPass, 0, colonPos);
166 pass->setTo(userPass, colonPos + 1, userPass.size() - colonPos - 1);
905 mNonce.setTo(value, i + 7, j - i - 7);
950 method->setTo(request, 0, space1);
951 url->setTo(request, space1 + 1, space2 - space1);
1037 userAgent->setTo("Use
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp102 out->setTo(url);
116 out->setTo(baseURL, pathStart - baseURL);
118 out->setTo(baseURL);
127 out->setTo(baseURL);
133 out->setTo(baseURL, slashPos - baseURL);
135 out->setTo(baseURL);
167 line.setTo(&data[offset], offsetLF - offset - 1);
169 line.setTo(&data[offset], offsetLF - offset);
/frameworks/base/services/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/av/media/libstagefright/chromium_http/
H A DDataUriSource.cpp36 mData.setTo(dataStr.data(), dataStr.length());
/frameworks/av/media/libstagefright/wifi-display/
H A Dwfd.cpp64 connectToHost.setTo(optarg, colonPos - optarg);
H A DParsedMessage.cpp166 mContent.setTo(&data[offset], contentLength);
188 field->setTo(line, prevOffset, offset - prevOffset - 1);
251 value->setTo(&s[keyLen + 1], len - keyLen - 1);
/frameworks/base/libs/androidfw/
H A DInputDevice.cpp90 path.setTo(getenv("ANDROID_ROOT"));
105 path.setTo(getenv("ANDROID_DATA"));
/frameworks/rs/
H A DrsObjectBase.cpp148 mName.setTo(name);
152 mName.setTo(name, len);
/frameworks/support/renderscript/v8/rs_support/
H A DrsObjectBase.cpp148 mName.setTo(name);
152 mName.setTo(name, len);
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java141 mTheme.setTo(theme);

Completed in 1152 milliseconds

1234