/frameworks/wilhelm/src/android/ |
D | android_Effect.h | 94 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);
|
D | android_Effect.cpp | 796 SLresult android_genericFx_createEffect(IAndroidEffect* iae, SLInterfaceID pUuid, in android_genericFx_createEffect() argument 803 if (0 <= iae->mEffects->indexOfKey(KEY_FROM_GUID(pUuid))) { in android_genericFx_createEffect() 825 iae->mEffects->add(KEY_FROM_GUID(pUuid), pFx); in android_genericFx_createEffect() 833 SLresult android_genericFx_releaseEffect(IAndroidEffect* iae, SLInterfaceID pUuid) { in android_genericFx_releaseEffect() argument 835 ssize_t index = iae->mEffects->indexOfKey(KEY_FROM_GUID(pUuid)); in android_genericFx_releaseEffect() 840 iae->mEffects->removeItem(index); in android_genericFx_releaseEffect() 847 SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean enabled) { in android_genericFx_setEnabled() argument 849 ssize_t index = iae->mEffects->indexOfKey(KEY_FROM_GUID(pUuid)); in android_genericFx_setEnabled() 854 android::sp<android::AudioEffect> pFx = iae->mEffects->valueAt(index); in android_genericFx_setEnabled() 862 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/ |
D | ProtoInputStreamStringTest.java | 294 } 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()
|
D | ProtoInputStreamBytesTest.java | 313 } 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()
|
D | ProtoInputStreamObjectTest.java | 398 } 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()
|
D | ProtoInputStreamBoolTest.java | 391 } 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()
|
D | ProtoInputStreamEnumTest.java | 461 } 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()
|
D | ProtoInputStreamFixed32Test.java | 438 } 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()
|
D | ProtoInputStreamSFixed32Test.java | 438 } 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()
|
D | ProtoInputStreamUInt32Test.java | 455 } 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()
|
D | ProtoInputStreamSInt32Test.java | 438 } 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()
|
D | ProtoInputStreamInt32Test.java | 456 } 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()
|
D | ProtoInputStreamSInt64Test.java | 513 } 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()
|
D | ProtoInputStreamInt64Test.java | 536 } 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()
|
D | ProtoInputStreamFixed64Test.java | 539 } 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()
|
D | ProtoInputStreamSFixed64Test.java | 538 } 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()
|
D | ProtoInputStreamUInt64Test.java | 532 } 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()
|
D | ProtoInputStreamFloatTest.java | 570 } 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()
|
D | ProtoInputStreamDoubleTest.java | 618 } 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()
|
/frameworks/base/core/java/android/os/ |
D | Vibrator.java | 259 } catch (IllegalArgumentException iae) { in vibrate() 260 Log.e(TAG, "Failed to create VibrationEffect", iae); in vibrate() 325 } catch (IllegalArgumentException iae) { in vibrate() 326 Log.e(TAG, "Failed to create VibrationEffect", iae); in vibrate()
|
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/ |
D | AppWidget.java | 78 } catch (IllegalArgumentException iae) { in parseCommand() 80 System.out.println("[ERROR] " + iae.getMessage()); in parseCommand()
|
/frameworks/base/tests/net/java/android/net/ |
D | TelephonyNetworkSpecifierTest.java | 48 } catch (IllegalArgumentException iae) { in testBuilderBuildWithDefault()
|
/frameworks/base/services/core/java/com/android/server/signedconfig/ |
D | SignedConfigService.java | 95 } catch (IllegalArgumentException iae) { in handlePackageBroadcast()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | NetdWrapper.java | 318 } catch (IllegalArgumentException iae) { in getInterfaceConfig() 319 throw new IllegalStateException("Invalid InterfaceConfigurationParcel", iae); in getInterfaceConfig()
|
D | ApConfigUtil.java | 424 } catch (IllegalArgumentException iae) { in fromWifiConfiguration() 425 Log.e(TAG, "Invalid WifiConfiguration" + iae); in fromWifiConfiguration()
|