Home
last modified time | relevance | path

Searched defs:SIZE (Results 1 – 25 of 87) sorted by relevance

1234

/aosp12/frameworks/av/services/audioflinger/
H A DBufLog.h81 #define __BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE) \ argument
85 #define BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE) \ argument
88 #define BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE) \ argument
/aosp12/frameworks/base/core/java/android/provider/
H A DOpenableColumns.java42 public static final String SIZE = "_size"; field
/aosp12/art/test/103-string-append/src/
H A DMain.java19 public static final int SIZE = 8 * 1024; field in Main
/aosp12/frameworks/native/libs/gui/include/private/gui/
H A DParcelUtils.h31 #define SAFE_PARCEL_READ_SIZE(FUNC, COUNT, SIZE) \ argument
/aosp12/hardware/libhardware_legacy/audio/
H A DAudioHardwareStub.cpp101 const size_t SIZE = 256; in dumpInternals() local
143 const size_t SIZE = 256; in dump() local
186 const size_t SIZE = 256; in dump() local
H A DAudioHardwareGeneric.cpp168 const size_t SIZE = 256; in dumpInternals() local
247 const size_t SIZE = 256; in dump() local
355 const size_t SIZE = 256; in dump() local
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
H A DRestrictedSwitchPreferenceTest.java37 private static final int SIZE = 50; field in RestrictedSwitchPreferenceTest
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSmallCircleActivity.java47 private static final int SIZE = 37; field in SmallCircleActivity.PathView
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DLatencyAggregator.h36 SIZE = 7, // Must be last enumerator
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DMandelbulb.java50 private static final int SIZE = 256; field in Mandelbulb
H A DDroid.java57 private static final int SIZE = 256; field in Droid
/aosp12/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableBlackLevelPattern.java32 private static final int SIZE = SIZEOF_INT32 * BlackLevelPattern.COUNT; field in MarshalQueryableBlackLevelPattern
H A DMarshalQueryableSize.java32 private static final int SIZE = SIZEOF_INT32 * 2; field in MarshalQueryableSize
H A DMarshalQueryableSizeF.java33 private static final int SIZE = SIZEOF_FLOAT * 2; field in MarshalQueryableSizeF
H A DMarshalQueryableColorSpaceTransform.java35 private static final int SIZE = SIZEOF_INT32 * ELEMENTS_INT32; field in MarshalQueryableColorSpaceTransform
H A DMarshalQueryableStreamConfiguration.java36 private static final int SIZE = SIZEOF_INT32 * 4; field in MarshalQueryableStreamConfiguration
H A DMarshalQueryableRecommendedStreamConfiguration.java36 private static final int SIZE = SIZEOF_INT32 * 5; field in MarshalQueryableRecommendedStreamConfiguration
H A DMarshalQueryableRggbChannelVector.java32 private static final int SIZE = SIZEOF_FLOAT * RggbChannelVector.COUNT; field in MarshalQueryableRggbChannelVector
H A DMarshalQueryableHighSpeedVideoConfiguration.java36 private static final int SIZE = SIZEOF_INT32 * 5; field in MarshalQueryableHighSpeedVideoConfiguration
H A DMarshalQueryableStreamConfigurationDuration.java38 private static final int SIZE = SIZEOF_INT64 * 4; field in MarshalQueryableStreamConfigurationDuration
H A DMarshalQueryableRect.java32 private static final int SIZE = SIZEOF_INT32 * 4; field in MarshalQueryableRect
H A DMarshalQueryableMeteringRectangle.java32 private static final int SIZE = SIZEOF_INT32 * 5; field in MarshalQueryableMeteringRectangle
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DFoundationUtils.cpp81 const size_t SIZE = 256; in nameForFd() local
/aosp12/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.h33 SIZE = 2 enumerator
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DVoiceMailConstants.java49 static final int SIZE = 3; field in VoiceMailConstants

1234