Searched defs:SIZE (Results 1 - 25 of 55) 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/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/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioGain.cpp104 const size_t SIZE = 256; local
105 char buffer[SIZE];
108 snprintf(buffer, SIZE, "%*sGain %d:\n", spaces, "", index+1);
110 snprintf(buffer, SIZE, "%*s- mode: %08x\n", spaces, "", mGain.mode);
112 snprintf(buffer, SIZE, "%*s- channel_mask: %08x\n", spaces, "", mGain.channel_mask);
114 snprintf(buffer, SIZE, "%*s- min_value: %d mB\n", spaces, "", mGain.min_value);
116 snprintf(buffer, SIZE, "%*s- max_value: %d mB\n", spaces, "", mGain.max_value);
118 snprintf(buffer, SIZE, "%*s- default_value: %d mB\n", spaces, "", mGain.default_value);
120 snprintf(buffer, SIZE, "%*s- step_value: %d mB\n", spaces, "", mGain.step_value);
122 snprintf(buffer, SIZE, "
[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);
56 snprintf(buffer, SIZE, "%*s- Device ID %d %s\n", spaces + 2, "",
61 snprintf(buffer, SIZE, "%*s- Mix ID %d I/O handle %d\n", spaces + 2, "",
66 snprintf(buffer, SIZE, "
144 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");
175 const size_t SIZE = 256; local
176 char buffer[SIZE];
178 snprintf(buffer, SIZE, "\nTota
[all...]
H A DIOProfile.cpp123 const size_t SIZE = 256; local
124 char buffer[SIZE];
129 snprintf(buffer, SIZE, " - flags: 0x%04x\n", mFlags);
131 snprintf(buffer, SIZE, " - devices:\n");
141 const size_t SIZE = 256; local
142 char buffer[SIZE];
H A DStreamDescriptor.cpp79 const size_t SIZE = 256; local
80 char buffer[SIZE];
83 snprintf(buffer, SIZE, "%s %02d %02d ",
87 snprintf(buffer, SIZE, "%04x : %02d, ",
145 const size_t SIZE = 256; local
146 char buffer[SIZE];
148 snprintf(buffer, SIZE, "\nStreams dump:\n");
150 snprintf(buffer, SIZE,
154 snprintf(buffer, SIZE, " %02zu ", i);
H A DAudioInputDescriptor.cpp118 const size_t SIZE = 256; local
119 char buffer[SIZE];
122 snprintf(buffer, SIZE, " ID: %d\n", getId());
124 snprintf(buffer, SIZE, " Sampling rate: %d\n", mSamplingRate);
126 snprintf(buffer, SIZE, " Format: %d\n", mFormat);
128 snprintf(buffer, SIZE, " Channels: %08x\n", mChannelMask);
130 snprintf(buffer, SIZE, " Devices %08x\n", mDevice);
132 snprintf(buffer, SIZE, " Ref Count %d\n", mRefCount);
134 snprintf(buffer, SIZE, " Open Ref Count %d\n", mOpenRefCount);
201 const size_t SIZE local
[all...]
H A DHwModule.cpp251 const size_t SIZE = 256; local
252 char buffer[SIZE];
255 snprintf(buffer, SIZE, " - name: %s\n", mName);
257 snprintf(buffer, SIZE, " - handle: %d\n", mHandle);
259 snprintf(buffer, SIZE, " - version: %u.%u\n", mHalVersion >> 8, mHalVersion & 0xFF);
265 snprintf(buffer, SIZE, " output %zu:\n", i);
273 snprintf(buffer, SIZE, " input %zu:\n", i);
362 const size_t SIZE = 256; local
363 char buffer[SIZE];
365 snprintf(buffer, SIZE, "\nH
[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::__anon1366
50 inline static size_type size() { return SIZE; }
/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp78 const size_t SIZE = 256; local
79 char buffer[SIZE];
99 snprintf(buffer, SIZE, " Allocation count %i\n", count);
101 snprintf(buffer, SIZE, " Total memory %i\n", totalMemory);
154 snprintf(buffer, SIZE, "size %8i, dup %4i, ", e->size, e->dups);
160 snprintf(buffer, SIZE, "0x%08x", e->backtrace[ct]);
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp62 const size_t SIZE = 256; local
63 char buffer[SIZE];

Completed in 477 milliseconds

123