Home
last modified time | relevance | path

Searched refs:copyFrom (Results 1 – 5 of 5) sorted by relevance

/system/libhidl/base/
DHidlSupport.cpp152 copyFrom(s, strlen(s)); in hidl_string()
156 copyFrom(s, length); in hidl_string()
160 copyFrom(other.c_str(), other.size()); in hidl_string()
164 copyFrom(s.c_str(), s.size()); in hidl_string()
182 copyFrom(other.c_str(), other.size()); in operator =()
195 copyFrom(s, strlen(s)); in operator =()
201 copyFrom(s.c_str(), s.size()); in operator =()
214 void hidl_string::copyFrom(const char *data, size_t size) { in copyFrom() function in android::hardware::hidl_string
/system/libhidl/base/include/hidl/
DHidlSupport.h188 void copyFrom(const char *data, size_t size);
437 copyFrom(other, other.mSize);
448 copyFrom(other, other.size());
590 void copyFrom(const Array &data, size_t size) { in copyFrom() function
/system/libfmq/include/fmq/
DMessageQueueBase.h342 bool copyFrom(T* data, size_t startIdx, size_t nMessages = 1);
511 bool MessageQueueBase<MQDescriptorType, T, flavor>::MemTransaction::copyFrom(T* data, in copyFrom() function
1140 return beginRead(nMessages, &tx) && tx.copyFrom(data, 0 /* startIdx */, nMessages) && in read()
/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/
DChreCrossValidatorWifi.java233 .setBssid(ByteString.copyFrom(bssidToBytes(result.BSSID))) in makeWifiScanResultMessage()
/system/libfmq/tests/
Dfmq_unit_tests.cpp692 ASSERT_TRUE(tx.copyFrom(readData, 0 /* startIdx */, dataLen)); in TYPED_TEST()
974 ASSERT_TRUE(tx.copyFrom(&readData[0], 0 /* startIdx */, this->mNumMessagesMax)); in TYPED_TEST()