/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/ |
D | ring_buffer.h | 21 struct ring_buffer { struct 38 void ring_buffer_init(struct ring_buffer* r); argument
|
/aosp_15_r20/external/mesa3d/src/gfxstream/aemu/include/ |
H A D | ring_buffer.h | 20 struct ring_buffer { struct 37 void ring_buffer_init(struct ring_buffer* r); argument
|
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | ring_buffer.h | 29 struct ring_buffer { struct 47 void ring_buffer_init(struct ring_buffer* r); argument
|
/aosp_15_r20/hardware/google/aemu/base/ |
D | ring_buffer_unittest.cpp | 33 TEST(ring_buffer, Init) { in TEST() argument 42 TEST(ring_buffer, ProduceConsume) { in TEST() argument 158 TEST(ring_buffer, ProduceConsumeMultiThread) { in TEST() argument 196 TEST(ring_buffer, DISABLED_ProduceConsumeMultiThreadVaryingStepSize) { in TEST() argument 296 TEST(ring_buffer, CalcShift) { in TEST() argument 308 TEST(ring_buffer, ProduceConsumeMultiThreadVaryingStepSizeWithView) { in TEST() argument 359 TEST(ring_buffer, Wait) { in TEST() argument 371 TEST(ring_buffer, FullReadWrite) { in TEST() argument 428 TEST(ring_buffer, DISABLED_ProducerDrivenSync) { in TEST() argument 500 TEST(ring_buffer, SpeedTest) { in TEST() argument [all …]
|
/aosp_15_r20/external/selinux/policycoreutils/run_init/ |
H A D | open_init_pty.c | 106 struct ring_buffer { struct 114 static void rb_init(struct ring_buffer *b, char *buf, size_t size) in rb_init() argument
|
/aosp_15_r20/external/libbpf/src/ |
H A D | ringbuf.c | 35 struct ring_buffer { struct 43 struct user_ring_buffer { argument 60 static void ringbuf_free_ring(struct ring_buffer *rb, struct ring *r) in ringbuf_free_ring() argument
|
/aosp_15_r20/external/chromium-trace/catapult/systrace/profile_chrome/ |
H A D | chrome_tracing_agent.py | 23 def __init__(self, device, package_info, ring_buffer, trace_memory=False): argument 138 trace_scheduler, ring_buffer, device, package_info): argument
|
/aosp_15_r20/external/pigweed/pw_uart_mcuxpresso/ |
H A D | dma_uart.cc | 122 uint8_t* ring_buffer = in TriggerReadDma() local 377 ByteSpan ring_buffer = rx_data_.ring_buffer; in CopyReceiveData() local
|
H A D | dma_uart_example.cc | 27 std::array<std::byte, 65536> ring_buffer = {}; in DmaUartExample() local
|
/aosp_15_r20/external/perfetto/src/profiling/perf/ |
H A D | event_reader.cc | 212 PerfRingBuffer ring_buffer) in EventReader() 264 auto ring_buffer = PerfRingBuffer::Allocate(timebase_fd.get(), in ConfigureEvents() local
|
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image_resize.h | 549 float* ring_buffer; member 1414 static float* stbir__get_ring_buffer_entry(float* ring_buffer, int index, int ring_buffer_length) in stbir__get_ring_buffer_entry() 1422 float* ring_buffer; in stbir__add_empty_ring_buffer_entry() local 1688 static float* stbir__get_ring_buffer_scanline(int get_scanline, float* ring_buffer, int begin_index… in stbir__get_ring_buffer_scanline() 1887 float* ring_buffer = stbir_info->ring_buffer; in stbir__resample_vertical_upsample() local 1998 float* ring_buffer = stbir_info->ring_buffer; in stbir__resample_vertical_downsample() local 2130 float* ring_buffer = stbir_info->ring_buffer; in stbir__empty_ring_buffer() local
|
/aosp_15_r20/external/pigweed/pw_trace_tokenized/ |
H A D | base_trace_service.cc | 50 auto ring_buffer = trace::GetBuffer(); in Stop() local
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | wrappers_c_bionic.cpp | 44 const char *ring_buffer, size_t ring_buffer_size, const char *memory, in __scudo_get_error_info()
|
/aosp_15_r20/system/core/debuggerd/libdebuggerd/ |
H A D | scudo.cpp | 49 std::unique_ptr<char[]> ring_buffer; in ScudoCrashData() local
|
/aosp_15_r20/external/pigweed/pw_uart_mcuxpresso/public/pw_uart_mcuxpresso/ |
H A D | dma_uart.h | 77 ByteSpan ring_buffer; // Receive ring buffer member
|
/aosp_15_r20/external/crosvm/net_util/src/slirp/ |
H A D | packet_ring_buffer.rs | 19 ring_buffer: VecDeque<PacketInfo>, field
|
/aosp_15_r20/external/crosvm/devices/src/usb/xhci/ |
H A D | ring_buffer_controller.rs | 83 ring_buffer: Mutex<RingBuffer>, field
|
H A D | mod.rs | 12 mod ring_buffer; module
|
/aosp_15_r20/external/pigweed/pw_ring_buffer/ |
H A D | prefixed_entry_ring_buffer.cc | 26 namespace ring_buffer { namespace
|
H A D | prefixed_entry_ring_buffer_test.cc | 30 namespace ring_buffer { namespace
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A D | data_pipe_producer_dispatcher.cc | 352 auto ring_buffer = in Deserialize() local
|
H A D | data_pipe_consumer_dispatcher.cc | 391 auto ring_buffer = in Deserialize() local
|
/aosp_15_r20/hardware/interfaces/wifi/1.0/vts/functional/ |
H A D | wifi_chip_hidl_test.cpp | 253 for (const auto& ring_buffer : status_and_ring_buffer_status.second) { in TEST_P() local
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/sdk/ |
H A D | adb_wrapper.py | 723 ring_buffer=None, argument
|
/aosp_15_r20/hardware/interfaces/wifi/aidl/vts/functional/ |
H A D | wifi_chip_aidl_test.cpp | 472 for (const auto& ring_buffer : ring_buffer_status) { in TEST_P() local
|