Home
last modified time | relevance | path

Searched defs:A1 (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DFilters.h35 LVM_FLOAT A1; member
47 LVM_FLOAT A1; member
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DBIQUAD.h41 LVM_FLOAT A1; /* a1 */ member
49 LVM_FLOAT A1; /* a1 */ member
56 LVM_FLOAT A1; /* a1 */ member
/aosp12/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
H A Db_log.c86 static double A1 = .08333333333333178827; variable
/aosp12/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
H A Dframeparser.h46 A1, enumerator
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dframeparser.h50 A1, enumerator
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h52 A1, enumerator
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h53 A1, enumerator
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h53 A1, enumerator
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest3.java39 private static final ComponentName A1 = new ComponentName(CALLING_PACKAGE, field in ShortcutManagerTest3
/aosp12/frameworks/av/media/libstagefright/foundation/tests/
H A DFlagged_test.cpp44 struct A1 { }; struct in android::FlaggedTest
/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl153 const int A1 = (~(-1)) == 0; field
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp1002 AString A1; in addAuthentication() local
H A DMyTransmitter.h305 AString A1; in addAuthentication() local
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DITestService.h51 enum : int32_t { A1 = 1 }; enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h47 A1 = 1, enumerator
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java2357 public static final int A1 = 1; field
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs303 pub const A1: i32 = 1; const