/frameworks/av/services/audioflinger/tests/ |
D | test_utils.h | 23 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/frameworks/av/include/media/stagefright/foundation/ |
D | ABase.h | 22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_script_group2_pointwise.java | 27 private static final int ARRAY_SIZE = 256; field in UT_script_group2_pointwise
|
D | UT_script_group2_float.java | 27 private static final int ARRAY_SIZE = 8; field in UT_script_group2_float
|
D | UT_script_group2_nochain.java | 27 private static final int ARRAY_SIZE = 256; field in UT_script_group2_nochain
|
D | UT_script_group2_gatherscatter.java | 27 private static final int ARRAY_SIZE = 256; field in UT_script_group2_gatherscatter
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_script_group2_pointwise.java | 29 private static final int ARRAY_SIZE = 256; field in UT_script_group2_pointwise
|
D | UT_script_group2_nochain.java | 29 private static final int ARRAY_SIZE = 256; field in UT_script_group2_nochain
|
D | UT_script_group2_float.java | 27 private static final int ARRAY_SIZE = 8; field in UT_script_group2_float
|
D | UT_script_group2_gatherscatter.java | 29 private static final int ARRAY_SIZE = 256; field in UT_script_group2_gatherscatter
|
/frameworks/av/services/radio/ |
D | RadioRegions.h | 56 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/frameworks/native/cmds/installd/ |
D | installd_constants.h | 94 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
|
/frameworks/base/services/tests/servicestests/jni/ |
D | apf_jni.cpp | 27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/frameworks/av/camera/tests/ |
D | VendorTagDescriptorTests.cpp | 39 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/frameworks/av/services/audioflinger/ |
D | BufferProviders.cpp | 32 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
|
D | AudioMixer.cpp | 64 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
|
D | AudioFlinger.cpp | 286 #define ARRAY_SIZE(x) (sizeof((x))/sizeof(((x)[0]))) macro
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioPort.cpp | 26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/frameworks/av/media/libeffects/testlibs/ |
D | EffectEqualizer.cpp | 18 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
|
/frameworks/av/media/img_utils/src/ |
D | TiffWriter.cpp | 42 #define ARRAY_SIZE(array) \ macro
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | SparseMappingTable.java | 49 public static final int ARRAY_SIZE = 4096; field in SparseMappingTable
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 48 #define ARRAY_SIZE(a) (sizeof(a)/sizeof(*(a))) macro
|
/frameworks/native/libs/binder/tests/ |
D | binderLibTest.cpp | 31 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
D | EffectReverb.cpp | 19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
|