Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/
Dring_buffer.c464 ring_buffer_write_fully_with_abort(r, v, data, bytes, 0, 0); in ring_buffer_write_fully()
475 uint32_t ring_buffer_write_fully_with_abort( in ring_buffer_write_fully_with_abort() function
Dring_buffer.h141 uint32_t ring_buffer_write_fully_with_abort(
/aosp_15_r20/external/mesa3d/src/gfxstream/aemu/
H A Dring_buffer.cpp424 ring_buffer_write_fully_with_abort(r, v, data, bytes, 0, 0); in ring_buffer_write_fully()
432 uint32_t ring_buffer_write_fully_with_abort(struct ring_buffer* r, struct ring_buffer_view* v, in ring_buffer_write_fully_with_abort() function
/aosp_15_r20/hardware/google/aemu/base/
Dring_buffer.cpp523 ring_buffer_write_fully_with_abort(r, v, data, bytes, 0, 0); in ring_buffer_write_fully()
534 uint32_t ring_buffer_write_fully_with_abort( in ring_buffer_write_fully_with_abort() function
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
Dring_buffer.h134 uint32_t ring_buffer_write_fully_with_abort(
/aosp_15_r20/external/mesa3d/src/gfxstream/aemu/include/
H A Dring_buffer.h107 uint32_t ring_buffer_write_fully_with_abort(struct ring_buffer* r, struct ring_buffer_view* v,
/aosp_15_r20/hardware/google/aemu/host-common/
Daddress_space_graphics_unittests.cpp397 auto res = ring_buffer_write_fully_with_abort( in handleRoundTrip()