/frameworks/base/core/java/android/provider/ |
H A D | OpenableColumns.java | 42 public static final String SIZE = "_size"; field in interface:OpenableColumns
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | AudioCollections.cpp | 45 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 D | AudioRoute.cpp | 29 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 D | AudioSourceDescriptor.cpp | 34 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 D | AudioGain.cpp | 103 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 D | VolumeCurve.cpp | 66 const size_t SIZE = 256; local 67 char buffer[SIZE]; 69 snprintf(buffer, SIZE, " {"); 72 snprintf(buffer, SIZE, "(%3d, %5d)", 82 const size_t SIZE = 256; local 83 char buffer[SIZE]; 87 snprintf(buffer, SIZE, "%s %02d %02d ", 91 snprintf(buffer, SIZE, "%04x : %02d, ", mIndexCur.keyAt(i), mIndexCur.valueAt(i)); 102 snprintf(buffer, SIZE, "%*s %s :", 113 const size_t SIZE local [all...] |
H A D | AudioPatch.cpp | 40 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 D | EffectDescriptor.cpp | 27 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 D | IOProfile.cpp | 105 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 D | SmallCircleActivity.java | 38 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 D | MarshalQueryableBlackLevelPattern.java | 32 private static final int SIZE = SIZEOF_INT32 * BlackLevelPattern.COUNT; field in class:MarshalQueryableBlackLevelPattern 60 return SIZE;
|
H A D | MarshalQueryableColorSpaceTransform.java | 35 private static final int SIZE = SIZEOF_INT32 * ELEMENTS_INT32; field in class:MarshalQueryableColorSpaceTransform 67 return SIZE;
|
H A D | MarshalQueryableHighSpeedVideoConfiguration.java | 36 private static final int SIZE = SIZEOF_INT32 * 5; field in class:MarshalQueryableHighSpeedVideoConfiguration 68 return SIZE;
|
H A D | MarshalQueryableMeteringRectangle.java | 32 private static final int SIZE = SIZEOF_INT32 * 5; field in class:MarshalQueryableMeteringRectangle 72 return SIZE;
|
H A D | MarshalQueryableRect.java | 32 private static final int SIZE = SIZEOF_INT32 * 4; field in class:MarshalQueryableRect 63 return SIZE;
|
H A D | MarshalQueryableRggbChannelVector.java | 32 private static final int SIZE = SIZEOF_FLOAT * RggbChannelVector.COUNT; field in class:MarshalQueryableRggbChannelVector 59 return SIZE;
|
H A D | MarshalQueryableSize.java | 32 private static final int SIZE = SIZEOF_INT32 * 2; field in class:MarshalQueryableSize 55 return SIZE;
|
H A D | MarshalQueryableSizeF.java | 33 private static final int SIZE = SIZEOF_FLOAT * 2; field in class:MarshalQueryableSizeF 57 return SIZE;
|
H A D | MarshalQueryableStreamConfiguration.java | 36 private static final int SIZE = SIZEOF_INT32 * 4; field in class:MarshalQueryableStreamConfiguration 64 return SIZE;
|
H A D | MarshalQueryableStreamConfigurationDuration.java | 38 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 D | VoiceMailConstants.java | 47 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 D | Mandelbulb.java | 50 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 D | Droid.java | 57 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 D | vec2.h | 49 enum { SIZE = 2 }; enumerator in enum:android::tvec2::__anon1427 50 inline static size_type size() { return SIZE; }
|
/frameworks/av/media/libmediaplayerservice/ |
H A D | MetadataRetrieverClient.cpp | 63 const size_t SIZE = 256; local 64 char buffer[SIZE];
|