Searched refs:getSecondRegion (Results 1 - 3 of 3) sorted by path

/system/libfmq/include/fmq/
H A DMessageQueue.h340 inline const MemRegion& getSecondRegion() const { return second; } function in struct:android::hardware::MessageQueue::MemTransaction
/system/libfmq/tests/
H A Dmq_test.cpp375 auto second = tx.getSecondRegion();
390 second = tx.getSecondRegion();
428 auto second = tx.getSecondRegion();
468 auto second = tx.getSecondRegion();
536 auto second = tx.getSecondRegion();
621 auto second = tx.getSecondRegion();
632 second = tx.getSecondRegion();
H A Dmsgq_test_client.cpp421 auto second = tx.getSecondRegion();
467 auto second = tx.getSecondRegion();
650 ASSERT_EQ(tx.getFirstRegion().getLength() + tx.getSecondRegion().getLength(), mNumMessagesMax);

Completed in 33 milliseconds