Home
last modified time | relevance | path

Searched refs:ring_buffer_copy_contents (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/
DRingStream.cpp248 ring_buffer_copy_contents( in type1Read()
293 ring_buffer_copy_contents( in type2Read()
/hardware/google/gfxstream/guest/android-emu/aemu/base/
Dring_buffer.h180 int ring_buffer_copy_contents(
Dring_buffer.c272 int ring_buffer_copy_contents( in ring_buffer_copy_contents() function
/hardware/google/aemu/base/include/aemu/base/
Dring_buffer.h185 int ring_buffer_copy_contents(
/hardware/google/aemu/base/
Dring_buffer_unittest.cpp589 EXPECT_EQ(0, ring_buffer_copy_contents(&r, &v, 1, recvPtr)); in TEST()
602 EXPECT_EQ(0, ring_buffer_copy_contents(&r, &v, 3, recvPtr)); in TEST()
617 EXPECT_EQ(0, ring_buffer_copy_contents(&r, &v, 3, recvPtr)); in TEST()
Dring_buffer.cpp271 int ring_buffer_copy_contents( in ring_buffer_copy_contents() function
/hardware/google/aemu/host-common/
Daddress_space_graphics_unittests.cpp475 EXPECT_EQ(0, ring_buffer_copy_contents( in type1Read()
507 EXPECT_EQ(0, ring_buffer_copy_contents( in type2Read()