Searched defs:out (Results 276 - 300 of 520) sorted by path

<<11121314151617181920>>

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp267 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties); local
268 *out = mPrimitiveFields;
391 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties); local
392 *out = mPrimitiveFields;
/frameworks/base/libs/hwui/tests/microbench/
H A DShadowBench.cpp41 void createShadowTestData(ShadowTestData* out) { argument
64 out->drawTransform.load(SAMPLE_DRAW_TRANSFORM);
65 out->localClip = SAMPLE_CLIP;
66 out->casterTransformXY.load(SAMPLE_CASTERXY);
67 out->casterTransformZ.load(SAMPLE_CASTERZ);
68 out->lightCenter = SAMPLE_LIGHT_CENTER;
69 out->lightRadius = SAMPLE_LIGHT_RADIUS;
/frameworks/base/media/java/android/media/
H A DExifInterface.java1537 // Prints out attributes for debugging.
1569 FileOutputStream out = null;
1583 out = new FileOutputStream(tempFile);
1584 Streams.copy(in, out);
1590 IoUtils.closeQuietly(out);
1594 out = null;
1599 out = new FileOutputStream(mFilename);
1602 out = new FileOutputStream(mSeekableFileDescriptor);
1604 saveJpegAttributes(in, out);
1609 IoUtils.closeQuietly(out);
2723 ByteOrderAwarenessDataOutputStream(OutputStream out, ByteOrder byteOrder) argument
[all...]
H A DMediaRouter.java2667 * @param out a List to fill with the routes in this category. If this parameter is
2673 public List<RouteInfo> getRoutes(List<RouteInfo> out) { argument
2674 if (out == null) {
2675 out = new ArrayList<RouteInfo>();
2677 out.clear();
2684 out.add(route);
2687 return out;
H A DResampleInputStream.java148 byte[] out, int outOffset, int npoints);
147 fir21(byte[] in, int inOffset, byte[] out, int outOffset, int npoints) argument
H A DTtmlRenderer.java218 private static void extractText(TtmlNode node, long startUs, long endUs, StringBuilder out, argument
221 out.append(node.mText);
223 out.append("\n");
228 int length = out.length();
230 extractText(node.mChildren.get(i), startUs, endUs, out, pTag || inPTag);
232 if (pTag && length != out.length()) {
233 out.append("\n");
252 StringBuilder out) {
254 out.append(node.mText);
256 out
251 extractTtmlFragment(TtmlNode node, long startUs, long endUs, StringBuilder out) argument
389 extractAttribute(XmlPullParser parser, int i, StringBuilder out) argument
[all...]
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java233 * Null out the variables and unbind from the service. This doesn't include
767 public void writeToParcel(Parcel out, int flags) { argument
768 out.writeInt(mFlags);
769 mDescription.writeToParcel(out, flags);
1007 // Clear out what we set in onServiceConnected
/frameworks/base/media/java/android/media/projection/
H A DMediaProjectionInfo.java76 public void writeToParcel(Parcel out, int flags) { argument
77 out.writeString(mPackageName);
78 UserHandle.writeToParcel(mUserHandle, out);
/frameworks/base/media/jni/
H A Dandroid_media_ResampleInputStream.cpp93 short out[BUF_SIZE]; local
101 out[i] = (short)(sum >> 16);
105 env->SetByteArrayRegion(jOut, jOutOffset, jNpoints * 2, (jbyte*)out);
H A Dandroid_media_Utils.cpp423 sp<AMessage> *out) {
555 *out = msg;
421 ConvertKeyValueArraysToMessage( JNIEnv *env, jobjectArray keys, jobjectArray values, sp<AMessage> *out) argument
H A Dandroid_mtp_MtpDevice.cpp377 bool check_uint32_arg(JNIEnv *env, const char* name, jlong value, uint32_t* out) { argument
385 *out = static_cast<uint32_t>(value);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.cpp46 Point out; local
47 out.x_ = x_ + other.x_;
48 out.y_ = y_ + other.y_;
49 return out;
53 Point out; local
54 out.x_ = x_ - other.x_;
55 out.y_ = y_ - other.y_;
56 return out;
60 Point out; local
61 out
[all...]
/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.cpp45 Point out; local
46 out.x_ = x_ + other.x_;
47 out.y_ = y_ + other.y_;
48 return out;
52 Point out; local
53 out.x_ = x_ - other.x_;
54 out.y_ = y_ - other.y_;
55 return out;
59 Point out; local
60 out
[all...]
H A Dvec_types.h33 // out of boundary not checked
37 // out of boundary not checked
60 Vec<T, dim> out; local
62 out.data[i] = x.data[i] + y.data[i];
63 return out;
68 Vec<T, dim> out; local
70 out.data[i] = x.data[i] - y.data[i];
71 return out;
76 Vec<T, dim> out; local
78 out
84 Vec<T, dim> out; local
92 T out = 0; local
100 Vec<T, dim> out; local
108 Vec<T, dim> out; local
116 Vec<T, dim> out; local
[all...]
/frameworks/base/native/android/
H A Dconfiguration.cpp36 void AConfiguration_fromAssetManager(AConfiguration* out, AAssetManager* am) { argument
37 ((AssetManager*)am)->getConfiguration(out);
/frameworks/base/opengl/java/android/opengl/
H A DETC1.java64 * @param out a native order direct buffer of size ENCODED_BLOCK_SIZE that receives the
68 public static native void encodeBlock(Buffer in, int validPixelMask, Buffer out); argument
76 * @param out a native order direct buffer of size DECODED_BLOCK_SIZE that will receive
81 public static native void decodeBlock(Buffer in, Buffer out); argument
92 * @param out a native order direct buffer of the encoded data.
98 int pixelSize, int stride, Buffer out);
103 * @param out native order direct buffer of the image data. Will be written such that
109 public static native void decodeImage(Buffer in, Buffer out, argument
97 encodeImage(Buffer in, int width, int height, int pixelSize, int stride, Buffer out) argument
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DState.java188 public void writeToParcel(Parcel out, int flags) { argument
189 out.writeInt(action);
190 out.writeStringArray(acceptMimes);
191 out.writeInt(userSortOrder);
192 out.writeInt(allowMultiple ? 1 : 0);
193 out.writeInt(forceSize ? 1 : 0);
194 out.writeInt(showSize ? 1 : 0);
195 out.writeInt(localOnly ? 1 : 0);
196 out.writeInt(showAdvancedOption ? 1 : 0);
197 out
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java104 public void write(DataOutputStream out) throws IOException { argument
105 out.writeInt(VERSION_SPLIT_URI);
106 DurableUtils.writeNullableString(out, authority);
107 DurableUtils.writeNullableString(out, documentId);
108 DurableUtils.writeNullableString(out, mimeType);
109 DurableUtils.writeNullableString(out, displayName);
110 out.writeLong(lastModified);
111 out.writeInt(flags);
112 DurableUtils.writeNullableString(out, summary);
113 out
[all...]
H A DDocumentStack.java125 public void write(DataOutputStream out) throws IOException { argument
126 out.writeInt(VERSION_ADD_ROOT);
128 out.writeBoolean(true);
129 root.write(out);
131 out.writeBoolean(false);
134 out.writeInt(size);
137 doc.write(out);
H A DDurable.java26 public void write(DataOutputStream out) throws IOException; argument
H A DDurableUtils.java33 final ByteArrayOutputStream out = new ByteArrayOutputStream();
34 d.write(new DataOutputStream(out));
35 return out.toByteArray();
85 public static void writeNullableString(DataOutputStream out, String value) throws IOException { argument
87 out.write(1);
88 out.writeUTF(value);
90 out.write(0);
H A DRootInfo.java141 public void write(DataOutputStream out) throws IOException { argument
142 out.writeInt(VERSION_DROP_TYPE);
143 DurableUtils.writeNullableString(out, authority);
144 DurableUtils.writeNullableString(out, rootId);
145 out.writeInt(flags);
146 out.writeInt(icon);
147 DurableUtils.writeNullableString(out, title);
148 DurableUtils.writeNullableString(out, summary);
149 DurableUtils.writeNullableString(out, documentId);
150 out
[all...]
/frameworks/base/packages/MtpDocumentsProvider/jni/
H A Dcom_android_mtp_AppFuse.cpp169 FuseResponse<fuse_entry_out>* out) {
184 out->prepare_buffer();
185 out->data()->nodeid = n;
186 out->data()->attr_valid = 10;
187 out->data()->entry_valid = 10;
188 out->data()->attr.ino = n;
189 out->data()->attr.mode = S_IFREG | 0777;
190 out->data()->attr.size = size;
196 FuseResponse<fuse_init_out>* out) {
208 // Before writing |out|, w
167 handle_fuse_lookup(const fuse_in_header& header, const char* name, FuseResponse<fuse_entry_out>* out) argument
194 handle_fuse_init(const fuse_in_header&, const fuse_init_in* in, FuseResponse<fuse_init_out>* out) argument
236 handle_fuse_getattr(const fuse_in_header& header, const fuse_getattr_in* , FuseResponse<fuse_attr_out>* out) argument
257 handle_fuse_open(const fuse_in_header& header, const fuse_open_in* , FuseResponse<fuse_open_out>* out) argument
275 handle_fuse_read(const fuse_in_header& , const fuse_read_in* in, FuseResponse<void>* out) argument
298 handle_fuse_write(const fuse_in_header& , const fuse_write_in* in, FuseResponse<fuse_write_out>* out) argument
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOTree.java227 public void marshal(OutputStream out) throws IOException { argument
228 out.write("tree ".getBytes(StandardCharsets.UTF_8));
229 OMAConstants.serializeString(mDtdRev, out);
230 out.write(String.format("(%s)\n", mUrn).getBytes(StandardCharsets.UTF_8));
231 mRoot.marshal(out, 0);
H A DOMAConstants.java113 public static void serializeString(String s, OutputStream out) throws IOException { argument
116 out.write(prefix);
117 out.write(octets);
120 public static void indent(int level, OutputStream out) throws IOException { argument
121 out.write(INDENT, 0, level);

Completed in 494 milliseconds

<<11121314151617181920>>