/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest3.java | 36 private static final ComponentName A1 = new ComponentName(CALLING_PACKAGE, field in ShortcutManagerTest3 75 shortcut("s1", A1) in testSetDynamicShortcuts_noManifestShortcuts() 78 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts() 82 shortcut("s5", A1), in testSetDynamicShortcuts_noManifestShortcuts() 83 shortcut("s4", A1), in testSetDynamicShortcuts_noManifestShortcuts() 84 shortcut("s3", A1) in testSetDynamicShortcuts_noManifestShortcuts() 86 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts() 91 shortcut("s5", A1), in testSetDynamicShortcuts_noManifestShortcuts() 92 shortcut("s4", A1, 5), in testSetDynamicShortcuts_noManifestShortcuts() 93 shortcut("s3", A1, 3), in testSetDynamicShortcuts_noManifestShortcuts() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | Filters.h | 40 LVM_INT16 A1; member 55 LVM_INT16 A1; member
|
D | LVM_FO_HPF.c | 96 pCoeffs->A1=-pCoeffs->A0; /* Store A1=-A0*/ in LVM_FO_HPF()
|
D | LVM_FO_LPF.c | 94 pCoeffs->A1=pCoeffs->A0; in LVM_FO_LPF()
|
D | FO_1I_D16F16Css_TRC_WRA_01_Init.c | 49 temp=pCoef->A1; in FO_1I_D16F16Css_TRC_WRA_01_Init()
|
D | FO_1I_D32F32Cll_TRC_WRA_01_Init.c | 48 temp=pCoef->A1; in FO_1I_D32F32Cll_TRC_WRA_01_Init()
|
D | FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c | 48 temp=pCoef->A1; in FO_2I_D16F32Css_LShx_TRC_WRA_01_Init()
|
D | BQ_1I_D16F32Css_TRC_WRA_01_init.c | 51 temp=pCoef->A1; in BQ_1I_D16F32Css_TRC_WRA_01_Init()
|
D | BQ_2I_D16F32Css_TRC_WRA_01_init.c | 50 temp=pCoef->A1; in BQ_2I_D16F32Css_TRC_WRA_01_Init()
|
D | BQ_2I_D16F16Css_TRC_WRA_01_Init.c | 51 temp=pCoef->A1; in BQ_2I_D16F16Css_TRC_WRA_01_Init()
|
D | BQ_1I_D16F16Css_TRC_WRA_01_Init.c | 50 temp=pCoef->A1; in BQ_1I_D16F16Css_TRC_WRA_01_Init()
|
D | BQ_2I_D32F32Cll_TRC_WRA_01_Init.c | 50 temp=pCoef->A1; in BQ_2I_D32F32Cll_TRC_WRA_01_Init()
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | BIQUAD.h | 46 LVM_INT16 A1; /* a1 */ member 55 LVM_INT32 A1; /* a1 */ member 64 LVM_INT16 A1; /* a1 */ member 71 LVM_INT32 A1; /* a1 */ member 79 LVM_INT16 A1; /* a1 */ member
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
D | LVCS_StereoEnhancer.c | 80 CoeffsMid.A1 = (LVM_INT16) LVCS_SEMidCoefTable[Offset].A1; in LVCS_SEnhancerInit() 105 CoeffsSide.A1 = (LVM_INT16) pSESideCoefs[Offset].A1; in LVCS_SEnhancerInit()
|
D | LVCS_Equaliser.c | 84 Coeffs.A1 = (LVM_INT16) pEqualiserCoefTable[Offset].A1; in LVCS_EqualiserInit()
|
D | LVCS_ReverbGenerator.c | 102 Coeffs.A1 = (LVM_INT16)pReverbCoefTable[Offset].A1; in LVCS_ReverbGeneratorInit()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTSPConnection.cpp | 991 AString A1; in addAuthentication() local 992 A1.append(mUser); in addAuthentication() 993 A1.append(":"); in addAuthentication() 994 A1.append("Streaming Server"); in addAuthentication() 995 A1.append(":"); in addAuthentication() 996 A1.append(mPass); in addAuthentication() 1004 H(A1, &HA1); in addAuthentication()
|
D | MyTransmitter.h | 305 AString A1; in addAuthentication() local 306 A1.append(USERNAME); in addAuthentication() 307 A1.append(":"); in addAuthentication() 308 A1.append("Streaming Server"); in addAuthentication() 309 A1.append(":"); in addAuthentication() 310 A1.append(PASSWORD); in addAuthentication() 318 H(A1, &HA1); in addAuthentication()
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_ApplyNewSettings.c | 103 Coeffs.A1 = 0; in LVREV_ApplyNewSettings() 275 Coeffs.A1 = 0; in LVREV_ApplyNewSettings()
|
/frameworks/av/media/libstagefright/foundation/tests/ |
D | Flagged_test.cpp | 44 struct A1 { }; struct in android::FlaggedTest 70 struct WBBA0_A1 : public A1 { 102 static_assert(sizeof(A1) == 1, ""); in TEST_F()
|