Searched refs:copyTo (Results 1 – 2 of 2) sorted by relevance
/system/libfmq/include/fmq/ |
D | MessageQueue.h | 312 bool copyTo(const T* data, size_t startIdx, size_t nMessages = 1); 541 bool MessageQueue<T, flavor>::MemTransaction::copyTo(const T* data, in copyTo() function 721 tx.copyTo(data, 0 /* startIdx */, nMessages) && in write()
|
/system/libfmq/tests/ |
D | mq_test.cpp | 346 ASSERT_TRUE(tx.copyTo(data, 0 /* startIdx */, dataLen)); in TEST_F() 625 ASSERT_TRUE(tx.copyTo(&data[0], 0 /* startIdx */, mNumMessagesMax)); in TEST_F() 700 ASSERT_TRUE(tx.copyTo(&data[0], 0 /* startIdx */)); in TEST_F()
|