Searched refs:copyFrom (Results 1 – 5 of 5) sorted by relevance
/system/libhidl/base/ |
D | HidlSupport.cpp | 152 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/ |
D | HidlSupport.h | 188 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/ |
D | MessageQueueBase.h | 342 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/ |
D | ChreCrossValidatorWifi.java | 233 .setBssid(ByteString.copyFrom(bssidToBytes(result.BSSID))) in makeWifiScanResultMessage()
|
/system/libfmq/tests/ |
D | fmq_unit_tests.cpp | 692 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()
|