Searched refs:SUCCESS (Results 1 - 25 of 58) sorted by relevance

123

/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h123 #ifndef SUCCESS
124 #define SUCCESS 0 macro
/frameworks/base/core/java/android/nfc/
H A DErrorCodes.java38 case SUCCESS: return "SUCCESS";
65 public static final int SUCCESS = 0; field in class:ErrorCodes
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dpv_audio_type_defs.h174 #ifndef SUCCESS
175 #define SUCCESS 0 macro
H A Dget_ga_specific_config.cpp164 RETURNING (SUCCESS)
309 Int status = SUCCESS;
360 if (status == SUCCESS)
368 if (status != SUCCESS)
374 status = SUCCESS;
H A Dset_mc_info.cpp71 return SUCCESS
181 RETURN(SUCCESS)
279 if (SUCCESS != status)
308 return(SUCCESS); /* possible future error checkings */
H A Dgetics.cpp268 IF (status == SUCCESS)
284 IF (status == SUCCESS)
313 IF (status == SUCCESS)
342 IF (status == SUCCESS)
356 IF (status == SUCCESS)
440 Int status = SUCCESS;
566 if (status == SUCCESS)
582 if (status == SUCCESS)
609 if (status == SUCCESS)
639 if (status == SUCCESS)
[all...]
H A Dhuffdecode.cpp205 IF (status == SUCCESS)
236 IF (status == SUCCESS)
278 WHILE((ch <= rightCh) AND (status == SUCCESS))
386 Int status = SUCCESS;
434 if (status == SUCCESS)
463 if (status == SUCCESS)
500 while ((ch < num_channels) && (status == SUCCESS))
H A Dget_adif_header.cpp37 4) ADD a test for status != SUCCESS in loop.
190 (i >= 0) && (status == SUCCESS);
304 Int status = SUCCESS;
392 (i >= 0) && (status == SUCCESS);
H A Dget_adts_header.cpp58 Status = SUCCESS or ERROR CODE
227 RETURNING status = SUCCESS/FAILURE
234 RETURNING status = SUCCESS/FAILURE
241 RETURNING status = SUCCESS/FAILURE
244 IF (status == SUCCESS)
369 Int status = SUCCESS;
510 if (status == SUCCESS)
523 } /* if (status == SUCCESS) */
548 /*if (status == SUCCESS)
567 *}*/ /* if (status == SUCCESS) */
[all...]
H A Dfind_adts_syncword.cpp236 Int status = SUCCESS;
H A Dget_pulse_data.cpp133 status = SUCCESS;
240 Int status = SUCCESS;
H A Dhufffac.cpp155 status = SUCCESS;
185 WHILE((group_end < pFrameInfo->num_win)&&(status == SUCCESS))
381 Int status = SUCCESS; /* status of decoding */
459 while ((group_end < pFrameInfo->num_win) && (status == SUCCESS))
H A Dpvmp4audiodecoderconfig.cpp226 if (status == SUCCESS)
/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h160 #ifndef SUCCESS
161 #define SUCCESS 0 macro
/frameworks/base/core/java/android/nfc/tech/
H A DNdefFormatable.java129 case ErrorCodes.SUCCESS:
143 case ErrorCodes.SUCCESS:
160 case ErrorCodes.SUCCESS:
H A DBasicTagTechnology.java76 if (errorCode == ErrorCodes.SUCCESS) {
103 if (errorCode != ErrorCodes.SUCCESS) {
H A DIsoDep.java95 if (err != ErrorCodes.SUCCESS) {
H A DNfcA.java148 if (err != ErrorCodes.SUCCESS) {
H A DNfcF.java147 if (err != ErrorCodes.SUCCESS) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DPlayAnimationThread.java42 return Status.SUCCESS.createResult();
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java59 public static final int SUCCESS = 0; field in class:TextToSpeech
133 * @param status {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
382 * {@link TextToSpeech#SUCCESS} and {@link TextToSpeech#ERROR}.
577 return SUCCESS;
586 return SUCCESS;
597 return SUCCESS;
684 * @return Code indicating success or failure. See {@link #ERROR} and {@link #SUCCESS}.
689 return SUCCESS;
706 * @return Code indicating success or failure. See {@link #ERROR} and {@link #SUCCESS}.
711 return SUCCESS;
[all...]
H A DFileSynthesisCallback.java130 return TextToSpeech.SUCCESS;
156 return TextToSpeech.SUCCESS;
185 return TextToSpeech.SUCCESS;
H A DPlaybackSynthesisCallback.java167 return TextToSpeech.SUCCESS;
200 return TextToSpeech.SUCCESS;
226 return TextToSpeech.SUCCESS;
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java92 public static final int SUCCESS = 0; field in class:Visualizer
176 if (result != SUCCESS && result != ALREADY_EXISTS) {
214 * @return {@link #SUCCESS} in case of success,
224 int status = SUCCESS;
228 if (status == SUCCESS) {
271 * @return {@link #SUCCESS} in case of success,
319 * @return {@link #SUCCESS} in case of success,
372 * @return {@link #SUCCESS} in case of success,
424 * @return {@link #SUCCESS} in case of success,
438 if (status == SUCCESS) {
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DEnergyProbe.java68 if (mVisualizer.getFft(mFft) == Visualizer.SUCCESS) {

Completed in 1225 milliseconds

123