Home | History | Annotate | Download | only in src

Lines Matching refs:pending_cnt

208         ch_obj->pending_cnt = cmd_cb->u.req_buf.num_buf_requested;
222 /* dispatch frame if pending_cnt>0 or is in continuous streaming mode */
223 while ( (ch_obj->pending_cnt > 0) ||
229 /* decrease pending_cnt */
230 CDBG("%s: Super Buffer received, Call client callback, pending_cnt=%d",
231 __func__, ch_obj->pending_cnt);
233 ch_obj->pending_cnt--;
241 CDBG("%s: Send superbuf to HAL, pending_cnt=%d",
242 __func__, ch_obj->pending_cnt);
1087 /* set pending_cnt
1088 * will trigger dispatching super frames if pending_cnt > 0 */
1125 /* reset pending_cnt */