Searched defs:SIZE (Results 1 - 25 of 61) sorted by relevance

123

/frameworks/base/core/java/android/provider/
H A DOpenableColumns.java42 public static final String SIZE = "_size"; field in interface:OpenableColumns
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioCollections.cpp45 const size_t SIZE = 256; local
46 char buffer[SIZE];
48 snprintf(buffer, SIZE, "\n%*sAudio Routes (%zu):\n", spaces, "", size());
51 snprintf(buffer, SIZE, "%*s- Route %zu:\n", spaces, "", i + 1);
H A DAudioRoute.cpp29 const size_t SIZE = 256; local
30 char buffer[SIZE];
33 snprintf(buffer, SIZE, "%*s- Type: %s\n", spaces, "", mType == AUDIO_ROUTE_MUX ? "Mux" : "Mix");
36 snprintf(buffer, SIZE, "%*s- Sink: %s\n", spaces, "", mSink->getTagName().string());
40 snprintf(buffer, SIZE, "%*s- Sources: \n", spaces, "");
43 snprintf(buffer, SIZE, "%*s%s \n", spaces + 4, "", mSources[i]->getTagName().string());
H A DAudioSourceDescriptor.cpp34 const size_t SIZE = 256; local
35 char buffer[SIZE];
38 snprintf(buffer, SIZE, "mStream: %d\n", audio_attributes_to_stream_type(&mAttributes));
40 snprintf(buffer, SIZE, "mDevice:\n");
50 const size_t SIZE = 256; local
51 char buffer[SIZE];
53 snprintf(buffer, SIZE, "\nAudio sources dump:\n");
56 snprintf(buffer, SIZE, "- Source %d dump:\n", keyAt(i));
H A DAudioGain.cpp103 const size_t SIZE = 256; local
104 char buffer[SIZE];
107 snprintf(buffer, SIZE, "%*sGain %d:\n", spaces, "", index+1);
109 snprintf(buffer, SIZE, "%*s- mode: %08x\n", spaces, "", mGain.mode);
111 snprintf(buffer, SIZE, "%*s- channel_mask: %08x\n", spaces, "", mGain.channel_mask);
113 snprintf(buffer, SIZE, "%*s- min_value: %d mB\n", spaces, "", mGain.min_value);
115 snprintf(buffer, SIZE, "%*s- max_value: %d mB\n", spaces, "", mGain.max_value);
117 snprintf(buffer, SIZE, "%*s- default_value: %d mB\n", spaces, "", mGain.default_value);
119 snprintf(buffer, SIZE, "%*s- step_value: %d mB\n", spaces, "", mGain.step_value);
121 snprintf(buffer, SIZE, "
[all...]
H A DVolumeCurve.cpp65 const size_t SIZE = 256; local
66 char buffer[SIZE];
68 snprintf(buffer, SIZE, " {");
71 snprintf(buffer, SIZE, "(%3d, %5d)",
81 const size_t SIZE = 256; local
82 char buffer[SIZE];
86 snprintf(buffer, SIZE, "%s %02d %02d ",
90 snprintf(buffer, SIZE, "%04x : %02d, ", mIndexCur.keyAt(i), mIndexCur.valueAt(i));
101 snprintf(buffer, SIZE, "%*s %s :",
112 const size_t SIZE local
[all...]
H A DAudioPatch.cpp40 const size_t SIZE = 256; local
41 char buffer[SIZE];
44 snprintf(buffer, SIZE, "%*sAudio patch %d:\n", spaces, "", index+1);
46 snprintf(buffer, SIZE, "%*s- handle: %2d\n", spaces, "", mHandle);
48 snprintf(buffer, SIZE, "%*s- audio flinger handle: %2d\n", spaces, "", mAfPatchHandle);
50 snprintf(buffer, SIZE, "%*s- owner uid: %2d\n", spaces, "", mUid);
52 snprintf(buffer, SIZE, "%*s- %d sources:\n", spaces, "", mPatch.num_sources);
58 snprintf(buffer, SIZE, "%*s- Device ID %d %s\n", spaces + 2, "",
62 snprintf(buffer, SIZE, "%*s- Mix ID %d I/O handle %d\n", spaces + 2, "",
67 snprintf(buffer, SIZE, "
167 const size_t SIZE = 256; local
[all...]
H A DEffectDescriptor.cpp27 const size_t SIZE = 256; local
28 char buffer[SIZE];
31 snprintf(buffer, SIZE, " I/O: %d\n", mIo);
33 snprintf(buffer, SIZE, " Strategy: %d\n", mStrategy);
35 snprintf(buffer, SIZE, " Session: %d\n", mSession);
37 snprintf(buffer, SIZE, " Name: %s\n", mDesc.name);
39 snprintf(buffer, SIZE, " %s\n", mEnabled ? "Enabled" : "Disabled");
179 const size_t SIZE = 256; local
180 char buffer[SIZE];
182 snprintf(buffer, SIZE,
[all...]
H A DIOProfile.cpp105 const size_t SIZE = 256; local
106 char buffer[SIZE];
111 snprintf(buffer, SIZE, " - flags: 0x%04x\n", getFlags());
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSmallCircleActivity.java38 layout.addView(view, new LinearLayout.LayoutParams(PathView.SIZE, PathView.SIZE));
41 layout.addView(view, new LinearLayout.LayoutParams(PathView.SIZE, PathView.SIZE));
47 private static final int SIZE = 37; field in class:SmallCircleActivity.PathView
55 mPath.addCircle(SIZE * 0.5f, SIZE * 0.5f, SIZE * 0.275f, Path.Direction.CW);
56 mPath.addCircle(SIZE * 0.5f, SIZE * 0.
[all...]
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableBlackLevelPattern.java32 private static final int SIZE = SIZEOF_INT32 * BlackLevelPattern.COUNT; field in class:MarshalQueryableBlackLevelPattern
60 return SIZE;
H A DMarshalQueryableColorSpaceTransform.java35 private static final int SIZE = SIZEOF_INT32 * ELEMENTS_INT32; field in class:MarshalQueryableColorSpaceTransform
67 return SIZE;
H A DMarshalQueryableHighSpeedVideoConfiguration.java36 private static final int SIZE = SIZEOF_INT32 * 5; field in class:MarshalQueryableHighSpeedVideoConfiguration
68 return SIZE;
H A DMarshalQueryableMeteringRectangle.java32 private static final int SIZE = SIZEOF_INT32 * 5; field in class:MarshalQueryableMeteringRectangle
72 return SIZE;
H A DMarshalQueryableRect.java32 private static final int SIZE = SIZEOF_INT32 * 4; field in class:MarshalQueryableRect
63 return SIZE;
H A DMarshalQueryableRggbChannelVector.java32 private static final int SIZE = SIZEOF_FLOAT * RggbChannelVector.COUNT; field in class:MarshalQueryableRggbChannelVector
59 return SIZE;
H A DMarshalQueryableSize.java32 private static final int SIZE = SIZEOF_INT32 * 2; field in class:MarshalQueryableSize
55 return SIZE;
H A DMarshalQueryableSizeF.java33 private static final int SIZE = SIZEOF_FLOAT * 2; field in class:MarshalQueryableSizeF
57 return SIZE;
H A DMarshalQueryableStreamConfiguration.java36 private static final int SIZE = SIZEOF_INT32 * 4; field in class:MarshalQueryableStreamConfiguration
64 return SIZE;
H A DMarshalQueryableStreamConfigurationDuration.java38 private static final int SIZE = SIZEOF_INT64 * 4; field in class:MarshalQueryableStreamConfigurationDuration
73 return SIZE;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DVoiceMailConstants.java47 static final int SIZE = 3; field in class:VoiceMailConstants
101 String[] data = new String[SIZE];
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DMandelbulb.java50 private static final int SIZE = 256; field in class:Mandelbulb
58 v.mDimx = v.mDimy = v.mDimz = SIZE;
72 scriptC_mandelbulb.set_size(SIZE);
H A DDroid.java57 private static final int SIZE = 256; field in class:Droid
65 v.mDimx = v.mDimy = v.mDimz = SIZE;
80 scriptC_bricked.set_size(SIZE);
/frameworks/native/include/ui/
H A Dvec2.h49 enum { SIZE = 2 }; enumerator in enum:android::tvec2::__anon1419
50 inline static size_type size() { return SIZE; }
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp63 const size_t SIZE = 256; local
64 char buffer[SIZE];

Completed in 367 milliseconds

123