HomeSort by relevance Sort by last modified time
    Searched refs:getSecondRegion (Results 1 - 3 of 3) sorted by null

  /system/libfmq/tests/
mq_test.cpp 375 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();
msgq_test_client.cpp 421 auto second = tx.getSecondRegion();
467 auto second = tx.getSecondRegion();
650 ASSERT_EQ(tx.getFirstRegion().getLength() + tx.getSecondRegion().getLength(), mNumMessagesMax);
  /system/libfmq/include/fmq/
MessageQueue.h 340 inline const MemRegion& getSecondRegion() const { return second; }
    [all...]

Completed in 51 milliseconds