Searched defs:setTo (Results 1 - 13 of 13) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
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
H A DReadRecInd.java44 setTo(to);
109 public void setTo(EncodedStringValue[] value) { method in class:ReadRecInd
H A DSendReq.java274 public void setTo(EncodedStringValue[] value) { method in class:SendReq
/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...]
/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);
/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java235 public void setTo(DisplayMetrics o) { method in class:DisplayMetrics
H A DTypedValue.java488 public void setTo(TypedValue other) method in class:TypedValue
/frameworks/rs/
H A DrsCppUtils.h76 void setTo(const char* str, ssize_t len) { function in class:android::String8
79 void setTo(const char* str) { function in class:android::String8
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java648 setTo(o);
651 public void setTo(Configuration o) { method in class:Configuration
H A DResources.java1456 public void setTo(Theme other) { method in class:Resources.Theme
1460 mKey.setTo(other.getKey());
1876 public void setTo(ThemeKey other) { method in class:Resources.ThemeKey
1989 mMetrics.setTo(metrics);
2073 mTmpConfig.setTo(config);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java929 public void setTo(HistoryTag o) { method in class:BatteryStats.HistoryTag
935 public void setTo(String _string, int _uid) { method in class:BatteryStats.HistoryTag
1351 public void setTo(HistoryItem o) { method in class:BatteryStats.HistoryItem
1357 public void setTo(long time, byte cmd, HistoryItem o) { method in class:BatteryStats.HistoryItem
1374 wakelockTag.setTo(o.wakelockTag);
1380 wakeReasonTag.setTo(o.wakeReasonTag);
1387 eventTag.setTo(o.eventTag);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp291 status_t setTo(const void* entryHeader, size_t size) { function in class:android::IdmapEntries
384 status_t err = entries.setTo(data, size);
426 setTo(data, size, copyData);
450 status_t ResStringPool::setTo(const void* data, size_t size, bool copyData) function in class:android::ResStringPool
1565 status_t ResXMLTree::setTo(const void* data, size_t size, bool copyData) function in class:android::ResXMLTree
1619 mStrings.setTo(chunk, size);
3337 status_t ResTable::Theme::setTo(const Theme& other) function in class:android::ResTable::Theme
3736 status_t err = header->values.setTo(chunk, csize);
5578 outString->setTo(tmp);
5584 outString->setTo(
[all...]

Completed in 389 milliseconds