Home | History | Annotate | Download | only in src

Lines Matching refs:buf_cb

2397  *   @buf_cb    : special callback needs to be registered for stream buffer
2410 mm_stream_data_cb_t buf_cb;
2418 memset(&buf_cb, 0, sizeof(mm_stream_data_cb_t));
2419 buf_cb.cb = stream_cb;
2420 buf_cb.cb_count = -1;
2421 buf_cb.cb_type = cb_type;
2422 buf_cb.user_data = userdata;
2426 payload.buf_cb = buf_cb;