Home | History | Annotate | Download | only in HAL3

Lines Matching refs:mStreamInfo

207     for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
208 it != mStreamInfo.end(); it++) {
213 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
214 it != mStreamInfo.end(); it++) {
432 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
433 it != mStreamInfo.end(); it++) {
440 /* If content of mStreamInfo is not 0, there is metadata stream */
452 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
453 it != mStreamInfo.end(); it++) {
472 mStreamInfo.push_back(stream_info);
490 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
491 it != mStreamInfo.end();) {
497 it = mStreamInfo.erase(it);
602 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
603 it != mStreamInfo.end(); it++) {
775 //set the buffer_set in the mStreamInfo array
776 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
777 it != mStreamInfo.end(); it++) {