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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
ring_buffer.h 38 struct rb_stats { struct
78 void rb_get_stats(void *ctx, struct rb_stats *rbs);
rb_wrapper.cpp 69 struct rb_stats rb_stats; local
75 rb_get_stats(rb_info->rb_ctx, &rb_stats);
76 rbs->ring_buffer_byte_size = rb_stats.max_num_bufs *
77 rb_stats.each_buf_size;
78 rbs->written_bytes = rb_stats.total_bytes_written;
79 rbs->read_bytes = rb_stats.total_bytes_read;
ring_buffer.cpp 468 void rb_get_stats(void *ctx, struct rb_stats *rbs)

Completed in 45 milliseconds