Searched refs:ExitOnError (Results 1 - 15 of 15) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri2.cpp29 void ExitOnError( SLresult result ) function
90 ExitOnError(result);
109 ExitOnError(result);
113 ExitOnError(result);
139 ExitOnError(result);
146 ExitOnError(result);
149 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
150 result = (*player)->Realize(player2, SL_BOOLEAN_FALSE); ExitOnError(result);
155 ExitOnError(result);
157 ExitOnError(resul
[all...]
H A DslesTestPlayStreamType.cpp34 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
77 ExitOnError(result);
90 ExitOnError(result);
94 ExitOnError(result);
130 ExitOnError(result);
137 ExitOnError(result);
145 ExitOnError(result);
150 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
155 ExitOnError(result);
158 ExitOnError(resul
[all...]
H A DslesTest_playStates.cpp34 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
75 ExitOnError(result);
88 ExitOnError(result);
92 ExitOnError(result);
125 ExitOnError(result);
128 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
133 ExitOnError(result);
136 ExitOnError(result);
139 ExitOnError(result);
149 ExitOnError(resul
[all...]
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp41 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
108 SLresult res = (*muteSolo)->GetNumChannels(muteSolo, &numChannels); ExitOnError(res);
111 res = (*playItf)->GetPosition(playItf, &position); ExitOnError(res);
119 res = (*muteSolo)->GetChannelMute(muteSolo, 0, &leftMuted); ExitOnError(res);
123 ExitOnError(res);
126 ExitOnError(res);
139 res = (*muteSolo)->GetChannelSolo(muteSolo, 0, &leftSoloed); ExitOnError(res);
143 ExitOnError(res);
146 ExitOnError(res);
190 ExitOnError(resul
[all...]
/frameworks/wilhelm/tests/examples/
H A DslesTestSendToPresetReverb.cpp37 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
60 ExitOnError(result);
63 ExitOnError(result);
108 ExitOnError(result);
125 ExitOnError(result);
129 ExitOnError(result);
133 ExitOnError(result);
157 ExitOnError(result);
203 ExitOnError(result);
206 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(resul
[all...]
H A DslesTestBassBoostPath.cpp36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
81 ExitOnError(result);
94 ExitOnError(result);
98 ExitOnError(result);
121 ExitOnError(SL_RESULT_RESOURCE_ERROR);
147 ExitOnError(result);
150 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
155 ExitOnError(result);
158 ExitOnError(result);
161 ExitOnError(resul
[all...]
H A DslesTestVirtualizerPath.cpp36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
82 ExitOnError(result);
95 ExitOnError(result);
99 ExitOnError(result);
122 ExitOnError(SL_RESULT_RESOURCE_ERROR);
148 ExitOnError(result);
151 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
156 ExitOnError(result);
159 ExitOnError(result);
162 ExitOnError(resul
[all...]
H A DslesTestDecodeToBuffQueue.cpp95 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
132 ExitOnError(result);
136 ExitOnError(result);
154 ExitOnError(result);
183 ExitOnError(result);
201 ExitOnError( (*queueItf)->Enqueue(queueItf, pCntxt->pDataBase, BUFFER_SIZE_IN_BYTES) );
209 ExitOnError( (*queueItf)->GetState(queueItf, &decQueueState) );
220 ExitOnError(result);
233 ExitOnError(result);
247 PCM_METADATA_VALUE_SIZE, pcmMetaData); ExitOnError(re
[all...]
H A DslesTestEqFdPath.cpp36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
86 ExitOnError(result);
99 ExitOnError(result);
103 ExitOnError(result);
126 ExitOnError(SL_RESULT_RESOURCE_ERROR);
152 ExitOnError(result);
155 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
160 ExitOnError(result);
163 ExitOnError(result);
166 ExitOnError(resul
[all...]
H A DslesTestEqOutputPath.cpp36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
88 ExitOnError(result);
105 ExitOnError(result);
109 ExitOnError(result);
133 ExitOnError(SL_RESULT_RESOURCE_ERROR);
159 ExitOnError(result);
162 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
167 ExitOnError(result);
170 ExitOnError(result);
179 ExitOnError(resul
[all...]
H A DslesTestRecBuffQueue.cpp69 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
129 ExitOnError( (*queueItf)->Enqueue(queueItf, pCntxt->pDataBase, BUFFER_SIZE_IN_BYTES) );
132 ExitOnError( (*queueItf)->GetState(queueItf, &recQueueState) );
146 ExitOnError(SL_RESULT_RESOURCE_ERROR);
174 ExitOnError(result);
218 ExitOnError(result);
223 ExitOnError(result);
229 ExitOnError(result);
239 ExitOnError(result);
245 ExitOnError(SL_RESULT_INTERNAL_ERRO
[all...]
H A DslesTestEffectCapabilities.cpp36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
94 ExitOnError(result);
98 ExitOnError(result);
106 ExitOnError(result);
110 ExitOnError(result);
117 ExitOnError(result);
136 ExitOnError(result);
H A DslesTestPlayFdPath.cpp36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
76 ExitOnError(result);
89 ExitOnError(result);
93 ExitOnError(result);
132 ExitOnError(result);
135 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
140 ExitOnError(result);
143 ExitOnError(result);
152 ExitOnError(result);
159 ExitOnError(resul
[all...]
H A DslesTestDecodeAac.cpp147 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
166 ExitOnError(result);
169 ExitOnError(result);
212 ExitOnError(res);
278 ExitOnError(res);
291 ExitOnError(res);
335 ExitOnError(res);
356 PCM_METADATA_VALUE_SIZE, &u.pcmMetaData); ExitOnError(res);
363 PCM_METADATA_VALUE_SIZE, &u.pcmMetaData); ExitOnError(res);
366 PCM_METADATA_VALUE_SIZE, &u.pcmMetaData); ExitOnError(re
[all...]
H A DxaVideoDecoderCapabilities.cpp33 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) macro
237 ExitOnError(res);
240 res = (*xa)->Realize(xa, XA_BOOLEAN_FALSE); ExitOnError(res);
245 ExitOnError(res);
252 res = (*decItf)->GetVideoDecoders(decItf, &numDecoders, NULL); ExitOnError(res);
261 res = (*decItf)->GetVideoDecoders(decItf, &numDecoders, decoderIds); ExitOnError(res);
273 ExitOnError(res);
281 ExitOnError(res);
285 ExitOnError(res);

Completed in 1179 milliseconds