Home | History | Annotate | Download | only in common

Lines Matching refs:id

69     WORD32 id;
72 for(id = 0; id < DISP_MGR_MAX_CNT; id++)
74 ps_disp_mgr->apv_ptr[id] = NULL;
95 * ID of the display buffer
116 WORD32 id;
117 id = ps_disp_mgr->i4_wr_idx % DISP_MGR_MAX_CNT;
119 ps_disp_mgr->apv_ptr[id] = pv_ptr;
120 ps_disp_mgr->ai4_buf_id[id] = i4_buf_id;
140 * Pointer to hold buffer id of the display buffer being returned
151 WORD32 id;
157 id = ps_disp_mgr->i4_rd_idx % DISP_MGR_MAX_CNT;
158 if(NULL == ps_disp_mgr->apv_ptr[id])
163 *pi4_buf_id = ps_disp_mgr->ai4_buf_id[id];
167 return ps_disp_mgr->apv_ptr[id];