Home
last modified time | relevance | path

Searched refs:copyFrom_dtoh (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/
DAssetManager2.cpp415 out_value->copyFrom_dtoh(*device_value); in GetResource()
506 new_entry->value.copyFrom_dtoh(map_entry->value); in GetBag()
557 new_entry->value.copyFrom_dtoh(map_entry->value); in GetBag()
585 new_entry->value.copyFrom_dtoh(map_entry->value); in GetBag()
DResourceTypes.cpp143 void Res_value::copyFrom_dtoh(const Res_value& src) in copyFrom_dtoh() function in android::Res_value
1111 outValue->copyFrom_dtoh(((const ResXMLTree_cdataExt*)mCurExt)->typedData); in getTextValue()
1350 outValue->copyFrom_dtoh(attr->typedValue); in getAttributeValue()
4528 cur->map.value.copyFrom_dtoh(map->value); in getBagLocked()
7292 value.copyFrom_dtoh(*valuePtr); in print()
7325 value.copyFrom_dtoh(mapPtr->value); in print()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h383 void copyFrom_dtoh(const Res_value& src);