Home
last modified time | relevance | path

Searched refs:A2 (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest3.java39 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/
DLVCS_Equaliser.c85 Coeffs.A2 = (LVM_INT16) pEqualiserCoefTable[Offset].A2; in LVCS_EqualiserInit()
DLVCS_ReverbGenerator.c103 Coeffs.A2 = (LVM_INT16)pReverbCoefTable[Offset].A2; in LVCS_ReverbGeneratorInit()
DLVCS_StereoEnhancer.c106 CoeffsSide.A2 = (LVM_INT16) pSESideCoefs[Offset].A2; in LVCS_SEnhancerInit()
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DFilters.h41 LVM_INT16 A2; member
DBQ_1I_D16F32Css_TRC_WRA_01_init.c49 temp=pCoef->A2; in BQ_1I_D16F32Css_TRC_WRA_01_Init()
DBQ_2I_D16F32Css_TRC_WRA_01_init.c48 temp=pCoef->A2; in BQ_2I_D16F32Css_TRC_WRA_01_Init()
DBQ_2I_D16F16Css_TRC_WRA_01_Init.c49 temp=pCoef->A2; in BQ_2I_D16F16Css_TRC_WRA_01_Init()
DBQ_1I_D16F16Css_TRC_WRA_01_Init.c48 temp=pCoef->A2; in BQ_1I_D16F16Css_TRC_WRA_01_Init()
DBQ_2I_D32F32Cll_TRC_WRA_01_Init.c48 temp=pCoef->A2; in BQ_2I_D32F32Cll_TRC_WRA_01_Init()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DBIQUAD.h45 LVM_INT16 A2; /* a2 */ member
54 LVM_INT32 A2; /* a2 */ member
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp998 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()
DMyTransmitter.h312 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()