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

  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 259 AAC_DECODER_ERROR errorStatus = AAC_DEC_OK;
282 errorStatus =
291 if ( (errorStatus != AAC_DEC_OK)
292 && (errorStatus != AAC_DEC_INVALID_HANDLE) ) {
319 errorStatus = AAC_DEC_SET_PARAM_FAIL;
324 errorStatus =
330 if ( (errorStatus != AAC_DEC_OK)
331 && (errorStatus != AAC_DEC_INVALID_HANDLE) ) {
335 if (errorStatus == AAC_DEC_OK) {
344 errorStatus = AAC_DEC_INVALID_HANDLE
    [all...]
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 579 SBR_ERROR errorStatus = SBRDEC_OK;
584 errorStatus = resetFreqBandTables(hSbrHeader, self->flags);
586 if (errorStatus == SBRDEC_OK) {
599 return errorStatus;
693 SBR_ERROR errorStatus = SBRDEC_OK;
700 errorStatus = SBRDEC_SET_PARAM_FAIL;
704 errorStatus = SBRDEC_NOT_INITIALIZED;
711 errorStatus = SBRDEC_NOT_INITIALIZED;
722 errorStatus = SBRDEC_NOT_INITIALIZED;
736 errorStatus = SBRDEC_NOT_INITIALIZED
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
OverridesSupport.js 223 WebInspector.OverridesSupport.GeolocationPosition.parseUserInput = function(latitudeString, longitudeString, errorStatus)
244 return new WebInspector.OverridesSupport.GeolocationPosition(latitude, longitude, errorStatus ? "PositionUnavailable" : "");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.appserver_3.1.400.v20100427.jar 
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActivity.java 388 public void onFooterViewErrorActionClick(Folder folder, int errorStatus) {
389 mController.onFooterViewErrorActionClick(folder, errorStatus);
FolderSelectionActivity.java 422 public void onFooterViewErrorActionClick(Folder folder, int errorStatus) {
ConversationListFragment.java 819 int errorStatus = extras.containsKey(UIProvider.CursorExtraKeys.EXTRA_ERROR) ?
826 if (errorStatus == UIProvider.LastSyncResult.SUCCESS
    [all...]
AbstractActivityController.java     [all...]
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 766 PCMDMX_ERROR errorStatus = PCMDMX_OK;
782 errorStatus = pcmDmx_Reset(self, PCMDMX_RESET_BS_DATA);
796 if (self->applyProcessing == 0) { return (errorStatus); }
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js 151 }, function(errorStatus) {
152 if (errorStatus == 404) {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationListFooterView.java 40 void onFooterViewErrorActionClick(Folder folder, int errorStatus);
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 397 milliseconds