HomeSort by relevance Sort by last modified time
    Searched refs:iVideoAddSourceId (Results 1 - 25 of 25) sorted by null

  /external/opencore/engines/2way/test/src/
av_pause_disconnect_test.cpp 148 if (aResponse.GetCmdId() == iVideoAddSourceId)
166 iVideoAddSourceId = 0;
242 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
v_only_pause_rec_test.cpp 151 if (aResponse.GetCmdId() == iVideoAddSourceId)
172 iVideoAddSourceId = 0;
231 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
v_only_rec_test.cpp 151 if (aResponse.GetCmdId() == iVideoAddSourceId)
172 iVideoAddSourceId = 0;
231 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
video_only_pause_close_test.cpp 154 if (aResponse.GetCmdId() == iVideoAddSourceId)
200 iVideoAddSourceId = 0;
286 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
video_only_pause_test.cpp 148 if (aResponse.GetCmdId() == iVideoAddSourceId)
166 iVideoAddSourceId = 0;
212 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
video_only_resume_close_test.cpp 154 if (aResponse.GetCmdId() == iVideoAddSourceId)
172 iVideoAddSourceId = 0;
230 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
video_preview_disconnect_test.cpp 153 if (aResponse.GetCmdId() == iVideoAddSourceId)
174 iVideoAddSourceId = 0;
233 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
video_preview_pause_test.cpp 153 if (aResponse.GetCmdId() == iVideoAddSourceId)
174 iVideoAddSourceId = 0;
233 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
video_preview_test.cpp 153 if (aResponse.GetCmdId() == iVideoAddSourceId)
174 iVideoAddSourceId = 0;
233 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
av_disconnect_reset_rec_test.cpp 197 else if (aResponse.GetCmdId() == iVideoAddSourceId)
225 iVideoAddSourceId = 0;
330 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
av_pause_rec_disconnect_test.cpp 196 else if (aResponse.GetCmdId() == iVideoAddSourceId)
224 iVideoAddSourceId = 0;
327 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
av_rec_test.cpp 196 else if (aResponse.GetCmdId() == iVideoAddSourceId)
224 iVideoAddSourceId = 0;
327 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
av_rec_v_preview_test.cpp 181 else if (aResponse.GetCmdId() == iVideoAddSourceId)
194 iVideoAddSourceId = 0;
268 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
pff_eos_test.cpp 205 else if (aResponse.GetCmdId() == iVideoAddSourceId)
226 iVideoAddSourceId = 0;
315 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
pff_pause_disconnect_test.cpp 178 else if (aResponse.GetCmdId() == iVideoAddSourceId)
190 iVideoAddSourceId = 0;
261 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
play_from_file_disconnect_test.cpp 185 else if (aResponse.GetCmdId() == iVideoAddSourceId)
197 iVideoAddSourceId = 0;
268 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
play_from_file_pause_test.cpp 185 else if (aResponse.GetCmdId() == iVideoAddSourceId)
197 iVideoAddSourceId = 0;
268 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
play_from_file_test.cpp 194 else if (aResponse.GetCmdId() == iVideoAddSourceId)
215 iVideoAddSourceId = 0;
304 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
test_everything_test.cpp 211 else if (aResponse.GetCmdId() == iVideoAddSourceId)
242 iVideoAddSourceId = 0;
341 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
use_play_file_test.cpp 187 else if (aResponse.GetCmdId() == iVideoAddSourceId)
199 iVideoAddSourceId = 0;
272 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource));
avi_test.cpp 115 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource));
215 else if (iVideoAddSourceId == cmdId)
av_test.cpp 117 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource));
video_only_test.cpp 108 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource));
test_base.cpp 348 else if (iVideoAddSourceId == cmdId)
  /external/opencore/engines/2way/test/include/
test_engine.h 134 iVideoAddSourceId(0),
237 PVCommandId iVideoAddSourceId;

Completed in 7505 milliseconds