Home
last modified time | relevance | path

Searched refs:abort_ptr (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/
Dring_buffer.c481 const volatile uint32_t* abort_ptr) { in ring_buffer_write_fully_with_abort() argument
504 if (abort_ptr && (abort_value == *abort_ptr)) { in ring_buffer_write_fully_with_abort()
518 const volatile uint32_t* abort_ptr) { in ring_buffer_read_fully_with_abort() argument
542 if (abort_ptr && (abort_value == *abort_ptr)) { in ring_buffer_read_fully_with_abort()
Dring_buffer.h147 const volatile uint32_t* abort_ptr);
154 const volatile uint32_t* abort_ptr);
/hardware/google/aemu/base/include/aemu/base/
Dring_buffer.h149 const volatile uint32_t* abort_ptr);
156 const volatile uint32_t* abort_ptr);
/hardware/google/aemu/base/
Dring_buffer.cpp549 const volatile uint32_t* abort_ptr) { in ring_buffer_write_fully_with_abort() argument
572 if (abort_ptr && (abort_value == *abort_ptr)) { in ring_buffer_write_fully_with_abort()
586 const volatile uint32_t* abort_ptr) { in ring_buffer_read_fully_with_abort() argument
612 if (abort_ptr && (abort_value == *abort_ptr)) { in ring_buffer_read_fully_with_abort()