Searched refs:cb_ctx (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dring_buffer.h48 typedef void (*threshold_call_back) (void *cb_ctx);
78 void *cb_ctx);
H A Drb_wrapper.h56 void push_out_rb_data(void *cb_ctx);
H A Drb_wrapper.cpp113 void push_out_rb_data(void *cb_ctx) argument
115 struct rb_info *rb_info = (struct rb_info *)cb_ctx;
H A Dring_buffer.cpp70 void *cb_ctx; member in struct:ring_buf_cb
335 rbc->threshold_cb(rbc->cb_ctx);
559 void *cb_ctx)
565 rbc->cb_ctx = cb_ctx;
556 rb_config_threshold(void *ctx, unsigned int num_min_bytes, threshold_call_back callback, void *cb_ctx) argument

Completed in 6 milliseconds