Home
last modified time | relevance | path

Searched refs:terminal (Results 1 – 25 of 194) sorted by relevance

12345678

/external/opencore/engines/2way/test/src/
Dav_disconnect_reset_rec_test.cpp49 if (terminal) in Run()
53 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
57 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
59 terminal = NULL; in Run()
80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
90 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
148 OSCL_TRY(error, terminal->InitRecordFileL(filename)); in CommandCompletedL()
175 OSCL_TRY(error, iAudioStartRecId = terminal->StartRecordL(*iAudioSink)); in CommandCompletedL()
182 OSCL_TRY(error, iVideoStartRecId = terminal->StartRecordL(*iVideoSink)); in CommandCompletedL()
205 OSCL_TRY(error, iAudioStartRecId = terminal->StartRecordL(*iAudioSink)); in CommandCompletedL()
[all …]
Dav_rec_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
79 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
89 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
147 OSCL_TRY(error, terminal->InitRecordFileL(filename)); in CommandCompletedL()
174 OSCL_TRY(error, iAudioStartRecId = terminal->StartRecordL(*iAudioSink)); in CommandCompletedL()
181 OSCL_TRY(error, iVideoStartRecId = terminal->StartRecordL(*iVideoSink)); in CommandCompletedL()
204 OSCL_TRY(error, iAudioStartRecId = terminal->StartRecordL(*iAudioSink)); in CommandCompletedL()
[all …]
Dav_pause_rec_disconnect_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
79 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
89 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
147 OSCL_TRY(error, terminal->InitRecordFileL(filename)); in CommandCompletedL()
174 OSCL_TRY(error, iAudioStartRecId = terminal->StartRecordL(*iAudioSink)); in CommandCompletedL()
181 OSCL_TRY(error, iVideoStartRecId = terminal->StartRecordL(*iVideoSink)); in CommandCompletedL()
204 OSCL_TRY(error, iAudioStartRecId = terminal->StartRecordL(*iAudioSink)); in CommandCompletedL()
[all …]
Dplay_from_file_pause_test.cpp54 if (terminal) in Run()
58 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
62 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
64 terminal = NULL; in Run()
85 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
95 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
152 OSCL_TRY(error, terminal->InitPlayFileL(iFilename)); in CommandCompletedL()
261 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSourceL(*iAudioSource)); in CommandCompletedL()
268 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource)); in CommandCompletedL()
288 OSCL_TRY(error, terminal->ResetPlayFileL()); in CommandCompletedL()
[all …]
Dv_only_pause_rec_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
132 OSCL_TRY(error, terminal->InitRecordFileL(filename)); in CommandCompletedL()
159 OSCL_TRY(error, terminal->StartRecordL(*iVideoSink)); in CommandCompletedL()
198 OSCL_TRY(error, terminal->StartRecordL(*iVideoSink)); in CommandCompletedL()
231 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource)); in CommandCompletedL()
251 OSCL_TRY(error, terminal->ResetRecordFileL()); in CommandCompletedL()
[all …]
Da_only_pause_rec_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
80 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
132 OSCL_TRY(error, terminal->InitRecordFileL(filename)); in CommandCompletedL()
159 OSCL_TRY(error, terminal->StartRecordL(*iAudioSink)); in CommandCompletedL()
198 OSCL_TRY(error, terminal->StartRecordL(*iAudioSink)); in CommandCompletedL()
231 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSourceL(*iAudioSource)); in CommandCompletedL()
251 OSCL_TRY(error, terminal->ResetRecordFileL()); in CommandCompletedL()
[all …]
Dtest_everything_test.cpp54 if (terminal) in Run()
58 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
62 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
64 terminal = NULL; in Run()
85 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
95 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
153 OSCL_TRY(error, terminal->InitRecordFileL(filename)); in CommandCompletedL()
161 OSCL_TRY(error, terminal->InitPlayFileL(iFilename)); in CommandCompletedL()
169 OSCL_TRY(error, terminal->ConnectL(iConnectOptions)); in CommandCompletedL()
196 OSCL_TRY(error, iAudioStartRecId = terminal->StartRecordL(*iAudioSink)); in CommandCompletedL()
[all …]
Duse_play_file_test.cpp54 if (terminal) in Run()
58 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
62 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
64 terminal = NULL; in Run()
85 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
95 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
154 OSCL_TRY(error, terminal->InitPlayFileL(iFilename)); in CommandCompletedL()
265 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSourceL(*iAudioSource)); in CommandCompletedL()
272 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource)); in CommandCompletedL()
294 OSCL_TRY(error, terminal->ResetPlayFileL()); in CommandCompletedL()
[all …]
Da_only_rec_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
80 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
132 OSCL_TRY(error, terminal->InitRecordFileL(filename)); in CommandCompletedL()
159 OSCL_TRY(error, terminal->StartRecordL(*iAudioSink)); in CommandCompletedL()
198 OSCL_TRY(error, terminal->StartRecordL(*iAudioSink)); in CommandCompletedL()
231 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSourceL(*iAudioSource)); in CommandCompletedL()
251 OSCL_TRY(error, terminal->ResetRecordFileL()); in CommandCompletedL()
[all …]
Dvideo_only_pause_close_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
132 OSCL_TRY(error, terminal->ConnectL(iConnectOptions)); in CommandCompletedL()
162 OSCL_TRY(error, iVideoPauseSourceId = terminal->PauseL(*iVideoSource)); in CommandCompletedL()
170 … OSCL_TRY(error, iVideoRemoveSourceId = terminal->RemoveDataSourceL(*iVideoSource)); in CommandCompletedL()
178 OSCL_TRY(error, iVideoPauseSinkId = terminal->PauseL(*iVideoSink)); in CommandCompletedL()
186 … OSCL_TRY(error, iVideoRemoveSinkId = terminal->RemoveDataSinkL(*iVideoSink)); in CommandCompletedL()
[all …]
Daudio_only_pause_close_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
80 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
132 OSCL_TRY(error, terminal->ConnectL(iConnectOptions)); in CommandCompletedL()
159 OSCL_TRY(error, iAudioPauseSourceId = terminal->PauseL(*iAudioSource)); in CommandCompletedL()
167 … OSCL_TRY(error, iAudioRemoveSourceId = terminal->RemoveDataSourceL(*iAudioSource)); in CommandCompletedL()
175 OSCL_TRY(error, iAudioPauseSinkId = terminal->PauseL(*iAudioSink)); in CommandCompletedL()
183 … OSCL_TRY(error, iAudioRemoveSinkId = terminal->RemoveDataSinkL(*iAudioSink)); in CommandCompletedL()
[all …]
Dvideo_preview_pause_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
131 OSCL_TRY(error, terminal->ConnectL(iConnectOptions)); in CommandCompletedL()
161 OSCL_TRY(error, terminal->AddPreviewSinkL(*iVideoSource, *iVideoPreview)); in CommandCompletedL()
200 OSCL_TRY(error, terminal->AddPreviewSinkL(*iVideoSource, *iVideoPreview)); in CommandCompletedL()
233 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource)); in CommandCompletedL()
259 OSCL_TRY(error, terminal->PausePreviewSinkL(*iVideoPreview)); in CommandCompletedL()
[all …]
Dv_only_rec_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
132 OSCL_TRY(error, terminal->InitRecordFileL(filename)); in CommandCompletedL()
159 OSCL_TRY(error, terminal->StartRecordL(*iVideoSink)); in CommandCompletedL()
198 OSCL_TRY(error, terminal->StartRecordL(*iVideoSink)); in CommandCompletedL()
231 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource)); in CommandCompletedL()
251 OSCL_TRY(error, terminal->ResetRecordFileL()); in CommandCompletedL()
[all …]
Dplay_from_file_test.cpp54 if (terminal) in Run()
58 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
62 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
64 terminal = NULL; in Run()
85 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
95 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
152 OSCL_TRY(error, terminal->InitPlayFileL(iFilename)); in CommandCompletedL()
179 OSCL_TRY(error, terminal->StartPlayL()); in CommandCompletedL()
202 OSCL_TRY(error, terminal->StartPlayL()); in CommandCompletedL()
241 OSCL_TRY(error, terminal->StartPlayL()); in CommandCompletedL()
[all …]
Dplay_from_file_disconnect_test.cpp54 if (terminal) in Run()
58 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
62 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
64 terminal = NULL; in Run()
85 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
95 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
152 OSCL_TRY(error, terminal->InitPlayFileL(iFilename)); in CommandCompletedL()
261 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSourceL(*iAudioSource)); in CommandCompletedL()
268 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource)); in CommandCompletedL()
293 OSCL_TRY(error, terminal->ResetPlayFileL()); in CommandCompletedL()
[all …]
Dav_rec_v_preview_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
79 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
89 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
147 OSCL_TRY(error, terminal->InitRecordFileL(filename)); in CommandCompletedL()
261 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSourceL(*iAudioSource)); in CommandCompletedL()
268 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource)); in CommandCompletedL()
310 OSCL_TRY(error, terminal->ConnectL(iConnectOptions)); in CommandCompletedL()
[all …]
Dav_pause_disconnect_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
89 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
126 OSCL_TRY(error, terminal->ConnectL(iConnectOptions)); in CommandCompletedL()
154 OSCL_TRY(error, iVideoPauseSourceId = terminal->PauseL(*iVideoSource)); in CommandCompletedL()
174 OSCL_TRY(error, iAudioPauseSourceId = terminal->PauseL(*iAudioSource)); in CommandCompletedL()
200 OSCL_TRY(error, iVideoPauseSinkId = terminal->PauseL(*iVideoSink)); in CommandCompletedL()
[all …]
Dvideo_preview_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
131 OSCL_TRY(error, terminal->ConnectL(iConnectOptions)); in CommandCompletedL()
161 OSCL_TRY(error, terminal->AddPreviewSinkL(*iVideoSource, *iVideoPreview)); in CommandCompletedL()
200 OSCL_TRY(error, terminal->AddPreviewSinkL(*iVideoSource, *iVideoPreview)); in CommandCompletedL()
233 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource)); in CommandCompletedL()
259 OSCL_TRY(error, terminal->RemovePreviewSinkL(*iVideoPreview)); in CommandCompletedL()
[all …]
Dpff_eos_test.cpp54 if (terminal) in Run()
58 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
62 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
64 terminal = NULL; in Run()
85 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
95 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
163 OSCL_TRY(error, terminal->InitPlayFileL(iFilename)); in CommandCompletedL()
190 OSCL_TRY(error, terminal->StartPlayL()); in CommandCompletedL()
213 OSCL_TRY(error, terminal->StartPlayL()); in CommandCompletedL()
252 OSCL_TRY(error, terminal->StartPlayL()); in CommandCompletedL()
[all …]
Dvideo_only_resume_close_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
132 OSCL_TRY(error, terminal->ConnectL(iConnectOptions)); in CommandCompletedL()
160 OSCL_TRY(error, iVideoPauseSourceId = terminal->PauseL(*iVideoSource)); in CommandCompletedL()
197 OSCL_TRY(error, iVideoPauseSinkId = terminal->PauseL(*iVideoSink)); in CommandCompletedL()
230 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource)); in CommandCompletedL()
272 OSCL_TRY(error, iVideoResumeSourceId = terminal->ResumeL(*iVideoSource)); in CommandCompletedL()
[all …]
Daudio_only_resume_close_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
80 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
132 OSCL_TRY(error, terminal->ConnectL(iConnectOptions)); in CommandCompletedL()
157 OSCL_TRY(error, iAudioPauseSourceId = terminal->PauseL(*iAudioSource)); in CommandCompletedL()
194 OSCL_TRY(error, iAudioPauseSinkId = terminal->PauseL(*iAudioSink)); in CommandCompletedL()
227 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSourceL(*iAudioSource)); in CommandCompletedL()
269 OSCL_TRY(error, iAudioResumeSourceId = terminal->ResumeL(*iAudioSource)); in CommandCompletedL()
[all …]
Daudio_only_pause_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
80 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
126 OSCL_TRY(error, terminal->ConnectL(iConnectOptions)); in CommandCompletedL()
151 OSCL_TRY(error, iAudioPauseSourceId = terminal->PauseL(*iAudioSource)); in CommandCompletedL()
182 OSCL_TRY(error, iAudioPauseSinkId = terminal->PauseL(*iAudioSink)); in CommandCompletedL()
209 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSourceL(*iAudioSource)); in CommandCompletedL()
236 OSCL_TRY(error, iAudioResumeSourceId = terminal->ResumeL(*iAudioSource)); in CommandCompletedL()
[all …]
Dvideo_only_pause_test.cpp48 if (terminal) in Run()
52 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
56 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
58 terminal = NULL; in Run()
80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
126 OSCL_TRY(error, terminal->ConnectL(iConnectOptions)); in CommandCompletedL()
154 OSCL_TRY(error, iVideoPauseSourceId = terminal->PauseL(*iVideoSource)); in CommandCompletedL()
185 OSCL_TRY(error, iVideoPauseSinkId = terminal->PauseL(*iVideoSink)); in CommandCompletedL()
212 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource)); in CommandCompletedL()
239 OSCL_TRY(error, iVideoResumeSourceId = terminal->ResumeL(*iVideoSource)); in CommandCompletedL()
[all …]
Dpff_pause_disconnect_test.cpp54 if (terminal) in Run()
56 delete terminal; in Run()
57 terminal = NULL; in Run()
78 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); in HandleInformationalEventL()
88 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); in HandleInformationalEventL()
145 OSCL_TRY(error, terminal->InitPlayFileL(iFilename)); in CommandCompletedL()
254 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSourceL(*iAudioSource)); in CommandCompletedL()
261 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSourceL(*iVideoSource)); in CommandCompletedL()
286 OSCL_TRY(error, terminal->ResetPlayFileL()); in CommandCompletedL()
298 OSCL_TRY(error, terminal->UsePlayFileAsSourceL(true)); in CommandCompletedL()
[all …]
Dinit_play_test.cpp55 if (terminal) in Run()
59 CPV2WayProxyFactory::DeleteTerminal(terminal); in Run()
63 CPV2WayEngineFactory::DeleteTerminal(terminal); in Run()
65 terminal = NULL; in Run()
88 OSCL_TRY(error, terminal->InitPlayFileL(iFilename)); in CommandCompletedL()
112 OSCL_TRY(error, terminal->ResetPlayFileL()); in CommandCompletedL()
135 OSCL_TRY(error, terminal->InitPlayFileL(iFilename)); in CommandCompletedL()
146 OSCL_TRY(error, terminal->ResetL()); in CommandCompletedL()
172 OSCL_TRY(error, terminal = CPV2WayProxyFactory::CreateTerminalL(PV_324M, in start_async_test()
179 OSCL_TRY(error, terminal = CPV2WayEngineFactory::CreateTerminalL(PV_324M, in start_async_test()
[all …]

12345678