Home | History | Annotate | Download | only in src

Lines Matching refs:pending_cnt

206         ch_obj->pending_cnt = cmd_cb->u.req_buf.num_buf_requested;
220 /* dispatch frame if pending_cnt>0 or is in continuous streaming mode */
221 while ( (ch_obj->pending_cnt > 0) ||
227 /* decrease pending_cnt */
228 CDBG("%s: Super Buffer received, Call client callback, pending_cnt=%d",
229 __func__, ch_obj->pending_cnt);
231 ch_obj->pending_cnt--;
239 CDBG("%s: Send superbuf to HAL, pending_cnt=%d",
240 __func__, ch_obj->pending_cnt);
1085 /* set pending_cnt
1086 * will trigger dispatching super frames if pending_cnt > 0 */
1123 /* reset pending_cnt */