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

  /frameworks/native/libs/vr/libbroadcastring/
broadcast_ring_test.cc 227 EXPECT_TRUE(ring.GetNewest(&sequence, &record));
250 EXPECT_TRUE(ring.GetNewest(&sequence, &record));
266 EXPECT_FALSE(ring.GetNewest(&sequence, &record));
282 EXPECT_TRUE(ring.GetNewest(&sequence, &record));
793 if (in_ring.GetNewest(&in_sequence, &in_record)) {
  /frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
broadcast_ring.h 127 // if (ring.GetNewest(&sequence, &record)) {
344 bool GetNewest(uint32_t* sequence, Record* record) const {

Completed in 74 milliseconds