Home
last modified time | relevance | path

Searched refs:iae (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/wilhelm/src/android/
Dandroid_Effect.h94 extern SLresult android_genericFx_createEffect(IAndroidEffect* iae, SLInterfaceID pUuid,
97 extern SLresult android_genericFx_releaseEffect(IAndroidEffect* iae, SLInterfaceID pUuid);
99 extern SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid,
102 extern SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid,
105 extern SLresult android_genericFx_sendCommand(IAndroidEffect* iae, SLInterfaceID pUuid,
109 extern bool android_genericFx_hasEffect(IAndroidEffect* iae, SLInterfaceID pUuid);
Dandroid_Effect.cpp805 SLresult android_genericFx_createEffect(IAndroidEffect* iae, SLInterfaceID pUuid, in android_genericFx_createEffect() argument
812 if (0 <= iae->mEffects->indexOfKey(KEY_FROM_GUID(pUuid))) { in android_genericFx_createEffect()
839 iae->mEffects->add(KEY_FROM_GUID(pUuid), pFx); in android_genericFx_createEffect()
847 SLresult android_genericFx_releaseEffect(IAndroidEffect* iae, SLInterfaceID pUuid) { in android_genericFx_releaseEffect() argument
849 ssize_t index = iae->mEffects->indexOfKey(KEY_FROM_GUID(pUuid)); in android_genericFx_releaseEffect()
854 iae->mEffects->removeItem(index); in android_genericFx_releaseEffect()
861 SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean enabled) { in android_genericFx_setEnabled() argument
863 ssize_t index = iae->mEffects->indexOfKey(KEY_FROM_GUID(pUuid)); in android_genericFx_setEnabled()
868 android::sp<android::AudioEffect> pFx = iae->mEffects->valueAt(index); in android_genericFx_setEnabled()
876 SLresult android_genericFx_isEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean *pEnabled) in android_genericFx_isEnabled() argument
[all …]
/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamStringTest.java294 } catch (IllegalArgumentException iae) { in testBadReadType()
303 } catch (IllegalArgumentException iae) { in testBadReadType()
312 } catch (IllegalArgumentException iae) { in testBadReadType()
321 } catch (IllegalArgumentException iae) { in testBadReadType()
330 } catch (IllegalArgumentException iae) { in testBadReadType()
339 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamBytesTest.java313 } catch (IllegalArgumentException iae) { in testBadReadType()
322 } catch (IllegalArgumentException iae) { in testBadReadType()
331 } catch (IllegalArgumentException iae) { in testBadReadType()
340 } catch (IllegalArgumentException iae) { in testBadReadType()
349 } catch (IllegalArgumentException iae) { in testBadReadType()
358 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamObjectTest.java398 } catch (IllegalArgumentException iae) { in testBadReadType()
407 } catch (IllegalArgumentException iae) { in testBadReadType()
416 } catch (IllegalArgumentException iae) { in testBadReadType()
425 } catch (IllegalArgumentException iae) { in testBadReadType()
434 } catch (IllegalArgumentException iae) { in testBadReadType()
443 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamBoolTest.java391 } catch (IllegalArgumentException iae) { in testBadReadType()
400 } catch (IllegalArgumentException iae) { in testBadReadType()
409 } catch (IllegalArgumentException iae) { in testBadReadType()
418 } catch (IllegalArgumentException iae) { in testBadReadType()
427 } catch (IllegalArgumentException iae) { in testBadReadType()
436 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamEnumTest.java461 } catch (IllegalArgumentException iae) { in testBadReadType()
470 } catch (IllegalArgumentException iae) { in testBadReadType()
479 } catch (IllegalArgumentException iae) { in testBadReadType()
488 } catch (IllegalArgumentException iae) { in testBadReadType()
497 } catch (IllegalArgumentException iae) { in testBadReadType()
506 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamFixed32Test.java438 } catch (IllegalArgumentException iae) { in testBadReadType()
447 } catch (IllegalArgumentException iae) { in testBadReadType()
456 } catch (IllegalArgumentException iae) { in testBadReadType()
465 } catch (IllegalArgumentException iae) { in testBadReadType()
474 } catch (IllegalArgumentException iae) { in testBadReadType()
483 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamSInt32Test.java438 } catch (IllegalArgumentException iae) { in testBadReadType()
447 } catch (IllegalArgumentException iae) { in testBadReadType()
456 } catch (IllegalArgumentException iae) { in testBadReadType()
465 } catch (IllegalArgumentException iae) { in testBadReadType()
474 } catch (IllegalArgumentException iae) { in testBadReadType()
483 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamUInt32Test.java455 } catch (IllegalArgumentException iae) { in testBadReadType()
464 } catch (IllegalArgumentException iae) { in testBadReadType()
473 } catch (IllegalArgumentException iae) { in testBadReadType()
482 } catch (IllegalArgumentException iae) { in testBadReadType()
491 } catch (IllegalArgumentException iae) { in testBadReadType()
500 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamInt32Test.java456 } catch (IllegalArgumentException iae) { in testBadReadType()
465 } catch (IllegalArgumentException iae) { in testBadReadType()
474 } catch (IllegalArgumentException iae) { in testBadReadType()
483 } catch (IllegalArgumentException iae) { in testBadReadType()
492 } catch (IllegalArgumentException iae) { in testBadReadType()
501 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamSFixed32Test.java438 } catch (IllegalArgumentException iae) { in testBadReadType()
447 } catch (IllegalArgumentException iae) { in testBadReadType()
456 } catch (IllegalArgumentException iae) { in testBadReadType()
465 } catch (IllegalArgumentException iae) { in testBadReadType()
474 } catch (IllegalArgumentException iae) { in testBadReadType()
483 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamSFixed64Test.java538 } catch (IllegalArgumentException iae) { in testBadReadType()
547 } catch (IllegalArgumentException iae) { in testBadReadType()
556 } catch (IllegalArgumentException iae) { in testBadReadType()
565 } catch (IllegalArgumentException iae) { in testBadReadType()
574 } catch (IllegalArgumentException iae) { in testBadReadType()
583 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamInt64Test.java536 } catch (IllegalArgumentException iae) { in testBadReadType()
545 } catch (IllegalArgumentException iae) { in testBadReadType()
554 } catch (IllegalArgumentException iae) { in testBadReadType()
563 } catch (IllegalArgumentException iae) { in testBadReadType()
572 } catch (IllegalArgumentException iae) { in testBadReadType()
581 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamSInt64Test.java513 } catch (IllegalArgumentException iae) { in testBadReadType()
522 } catch (IllegalArgumentException iae) { in testBadReadType()
531 } catch (IllegalArgumentException iae) { in testBadReadType()
540 } catch (IllegalArgumentException iae) { in testBadReadType()
549 } catch (IllegalArgumentException iae) { in testBadReadType()
558 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamFixed64Test.java539 } catch (IllegalArgumentException iae) { in testBadReadType()
548 } catch (IllegalArgumentException iae) { in testBadReadType()
557 } catch (IllegalArgumentException iae) { in testBadReadType()
566 } catch (IllegalArgumentException iae) { in testBadReadType()
575 } catch (IllegalArgumentException iae) { in testBadReadType()
584 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamUInt64Test.java532 } catch (IllegalArgumentException iae) { in testBadReadType()
541 } catch (IllegalArgumentException iae) { in testBadReadType()
550 } catch (IllegalArgumentException iae) { in testBadReadType()
559 } catch (IllegalArgumentException iae) { in testBadReadType()
568 } catch (IllegalArgumentException iae) { in testBadReadType()
577 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamDoubleTest.java618 } catch (IllegalArgumentException iae) { in testBadReadType()
627 } catch (IllegalArgumentException iae) { in testBadReadType()
636 } catch (IllegalArgumentException iae) { in testBadReadType()
645 } catch (IllegalArgumentException iae) { in testBadReadType()
654 } catch (IllegalArgumentException iae) { in testBadReadType()
663 } catch (IllegalArgumentException iae) { in testBadReadType()
DProtoInputStreamFloatTest.java570 } catch (IllegalArgumentException iae) { in testBadReadType()
579 } catch (IllegalArgumentException iae) { in testBadReadType()
588 } catch (IllegalArgumentException iae) { in testBadReadType()
597 } catch (IllegalArgumentException iae) { in testBadReadType()
606 } catch (IllegalArgumentException iae) { in testBadReadType()
615 } catch (IllegalArgumentException iae) { in testBadReadType()
/frameworks/base/core/java/android/os/
DVibrator.java386 } catch (IllegalArgumentException iae) { in vibrate()
387 Log.e(TAG, "Failed to create VibrationEffect", iae); in vibrate()
457 } catch (IllegalArgumentException iae) { in vibrate()
458 Log.e(TAG, "Failed to create VibrationEffect", iae); in vibrate()
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/
DAppWidget.java78 } catch (IllegalArgumentException iae) { in parseCommand()
80 System.out.println("[ERROR] " + iae.getMessage()); in parseCommand()
/frameworks/base/services/core/java/com/android/server/signedconfig/
DSignedConfigService.java95 } catch (IllegalArgumentException iae) { in handlePackageBroadcast()
/frameworks/base/core/java/com/android/internal/power/
DModemPowerProfile.java306 } catch (IllegalArgumentException iae) { in parseActivePowerConstantsFromXml()
307 Slog.e(TAG, "Failed parse to active modem power constants", iae); in parseActivePowerConstantsFromXml()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkIndication.java193 } catch (IllegalArgumentException iae) { in currentPhysicalChannelConfigs()
196 mRil.riljLoge("Invalid PhysicalChannelConfig " + iae); in currentPhysicalChannelConfigs()
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DRunTestCommand.java159 } catch (IllegalAccessException iae) { in getRunner()

12