Searched refs:A2 (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest3.java | 39 private static final ComponentName A2 = new ComponentName(CALLING_PACKAGE, field in ShortcutManagerTest3 111 shortcut("s4", A2), in testSetDynamicShortcuts_noManifestShortcuts() 116 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A2) in testSetDynamicShortcuts_noManifestShortcuts() 125 shortcut("x5", A2, 5), in testSetDynamicShortcuts_noManifestShortcuts() 126 shortcut("x4", A2), in testSetDynamicShortcuts_noManifestShortcuts() 127 shortcut("x3", A2, 1) in testSetDynamicShortcuts_noManifestShortcuts() 131 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A2) in testSetDynamicShortcuts_noManifestShortcuts() 138 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A2).isEmpty(); in testSetDynamicShortcuts_noManifestShortcuts() 143 publishManifestShortcuts(A2, R.xml.shortcut_1); in runTestWithManifestShortcuts() 148 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A2) in runTestWithManifestShortcuts() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
D | LVCS_Equaliser.c | 85 Coeffs.A2 = (LVM_INT16) pEqualiserCoefTable[Offset].A2; in LVCS_EqualiserInit()
|
D | LVCS_ReverbGenerator.c | 103 Coeffs.A2 = (LVM_INT16)pReverbCoefTable[Offset].A2; in LVCS_ReverbGeneratorInit()
|
D | LVCS_StereoEnhancer.c | 106 CoeffsSide.A2 = (LVM_INT16) pSESideCoefs[Offset].A2; in LVCS_SEnhancerInit()
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | Filters.h | 41 LVM_INT16 A2; member
|
D | BQ_1I_D16F32Css_TRC_WRA_01_init.c | 49 temp=pCoef->A2; in BQ_1I_D16F32Css_TRC_WRA_01_Init()
|
D | BQ_2I_D16F32Css_TRC_WRA_01_init.c | 48 temp=pCoef->A2; in BQ_2I_D16F32Css_TRC_WRA_01_Init()
|
D | BQ_2I_D16F16Css_TRC_WRA_01_Init.c | 49 temp=pCoef->A2; in BQ_2I_D16F16Css_TRC_WRA_01_Init()
|
D | BQ_1I_D16F16Css_TRC_WRA_01_Init.c | 48 temp=pCoef->A2; in BQ_1I_D16F16Css_TRC_WRA_01_Init()
|
D | BQ_2I_D32F32Cll_TRC_WRA_01_Init.c | 48 temp=pCoef->A2; in BQ_2I_D32F32Cll_TRC_WRA_01_Init()
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | BIQUAD.h | 45 LVM_INT16 A2; /* a2 */ member 54 LVM_INT32 A2; /* a2 */ member
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTSPConnection.cpp | 998 AString A2; in addAuthentication() local 999 A2.append(method); in addAuthentication() 1000 A2.append(":"); in addAuthentication() 1001 A2.append(url); in addAuthentication() 1005 H(A2, &HA2); in addAuthentication()
|
D | MyTransmitter.h | 312 AString A2; in addAuthentication() local 313 A2.append(method); in addAuthentication() 314 A2.append(":"); in addAuthentication() 315 A2.append(url); in addAuthentication() 319 H(A2, &HA2); in addAuthentication()
|