Home | History | Annotate | Download | only in HAL3

Lines Matching refs:mStreamInfo

323     for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
324 it != mStreamInfo.end(); it++) {
333 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
334 it != mStreamInfo.end(); it++) {
810 for (List<stream_info_t*>::iterator it = mStreamInfo.begin();
811 it != mStreamInfo.end(); it++) {
826 /* If content of mStreamInfo is not 0, there is metadata stream */
976 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
977 it != mStreamInfo.end(); it++) {
996 mStreamInfo.push_back(stream_info);
1242 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
1243 it != mStreamInfo.end(); it++) {
1474 for (List<stream_info_t*>::iterator it = mStreamInfo.begin();
1475 it != mStreamInfo.end(); it++) {
2193 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
2194 it != mStreamInfo.end(); it++) {
2243 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
2244 it != mStreamInfo.end(); it++) {
2260 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
2261 it != mStreamInfo.end(); it++) {
2578 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
2579 it != mStreamInfo.end(); it++) {
2592 /* If content of mStreamInfo is not 0, there is metadata stream */
2749 /* If content of mStreamInfo is not 0, there is metadata stream */
2757 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
2758 it != mStreamInfo.end(); it++) {
3435 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
3436 it != mStreamInfo.end(); it++) {
3762 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
3763 it != mStreamInfo.end();) {
3768 it = mStreamInfo.erase(it);
3775 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
3776 it != mStreamInfo.end();) {
3781 it = mStreamInfo.erase(it);
3786 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
3787 it != mStreamInfo.end();) {
3789 it = mStreamInfo.erase(it);
3792 mStreamInfo = newStreamInfo;