Searched refs:out (Results 251 - 275 of 484) sorted by path

<<11121314151617181920

/frameworks/base/media/java/android/media/videoeditor/
H A DOverlayFrame.java194 final FileOutputStream out = new FileOutputStream (mBitmapFileName);
195 mBitmap.compress(CompressFormat.PNG, 100, out);
196 out.flush();
197 out.close();
H A DVideoEditorImpl.java1600 final FileOutputStream out = new FileOutputStream(new File(getPath(),
1602 out.write(writer.toString().getBytes());
1603 out.flush();
1604 out.close();
1919 * Tries to grab the semaphore with a specified time out which arbitrates access to the editor
1921 * @param timeoutMs time out in ms.
/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.cpp278 sp<AMessage> *out) {
398 *out = msg;
276 ConvertKeyValueArraysToMessage( JNIEnv *env, jobjectArray keys, jobjectArray values, sp<AMessage> *out) argument
H A Dandroid_mtp_MtpDatabase.cpp191 // create buffers for out arguments
385 goto out;
392 goto out;
445 out:
962 ALOGE("out of memory in setObjectReferences");
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp308 // temp file name of VSS out file
3479 /* write the samples per value supplied to out file */
3507 // if out value of bytes-read is 0, break
3632 goto out;
3662 out:
/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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaFrameworkTestRunner.java98 System.out.print("min_camera_" + minCameraFps);
/frameworks/base/native/android/
H A Dconfiguration.cpp36 void AConfiguration_fromAssetManager(AConfiguration* out, AAssetManager* am) { argument
37 ((AssetManager*)am)->getConfiguration(out);
/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
H A DBasicNfcEeTest.java60 byte[] out = mEe.transceive(SELECT_CARD_MANAGER_COMMAND);
61 assertTrue(out.length >= SELECT_CARD_MANAGER_RESPONSE.length);
62 byte[] trailing = Arrays.copyOfRange(out,
63 out.length - SELECT_CARD_MANAGER_RESPONSE.length,
64 out.length);
79 byte[] out = mEe.transceive(SELECT_CARD_MANAGER_COMMAND);
80 byte[] trailing = Arrays.copyOfRange(out,
81 out.length - SELECT_CARD_MANAGER_RESPONSE.length,
82 out.length);
/frameworks/base/obex/javax/obex/
H A DClientOperation.java399 ByteArrayOutputStream out = new ByteArrayOutputStream();
459 out.write(headerArray);
483 out.write(0x49);
486 out.write(0x48);
490 out.write((byte)(bodyLength >> 8));
491 out.write((byte)bodyLength);
494 out.write(body);
501 out.write(0x48);
503 out.write(0x49);
509 out
[all...]
H A DClientSession.java418 ByteArrayOutputStream out = new ByteArrayOutputStream();
419 out.write((byte)opCode);
423 out.write(0x00);
424 out.write(0x03);
426 out.write((byte)((head.length + 3) >> 8));
427 out.write((byte)(head.length + 3));
428 out.write(head);
432 mOutput.write(out.toByteArray());
500 out.write((byte)HeaderSet.AUTH_RESPONSE);
501 out
[all...]
H A DHeaderSet.java504 ByteArrayOutputStream out = new ByteArrayOutputStream();
507 out.write(COUNT);
510 out.write(NAME);
513 out.write(TYPE);
516 out.write(LENGTH);
519 out.write(TIME_ISO_8601);
522 out.write(TIME_4_BYTE);
525 out.write(DESCRIPTION);
528 out.write(TARGET);
531 out
[all...]
H A DObexHelper.java338 * <code>false</code> if it should not be nulled out
352 ByteArrayOutputStream out = new ByteArrayOutputStream();
362 out.write((byte)HeaderSet.CONNECTION_ID);
363 out.write(headImpl.mConnectionID);
369 out.write((byte)HeaderSet.COUNT);
371 out.write(value);
380 out.write((byte)HeaderSet.NAME);
385 out.write(lengthArray);
386 out.write(value);
395 out
[all...]
H A DServerOperation.java95 * @param out the output stream to write to
284 ByteArrayOutputStream out = new ByteArrayOutputStream();
339 out.write(headerArray);
367 out.write(0x49);
369 out.write(0x48);
373 out.write((byte)(bodyLength >> 8));
374 out.write((byte)bodyLength);
375 out.write(body);
380 out.write(0x49);
382 out
[all...]
/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/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java442 private static void copyToFile(InputStream inputStream, OutputStream out) throws IOException { argument
446 out.write(buffer, 0, bytesRead);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java224 // Parse out 'network=' decls so we can ignore duplicates
417 DataOutputStream out = new DataOutputStream(bufstream);
420 out.writeInt(FULL_BACKUP_VERSION);
423 out.writeInt(systemSettingsData.length);
424 out.write(systemSettingsData);
426 out.writeInt(secureSettingsData.length);
427 out.write(secureSettingsData);
429 out.writeInt(globalSettingsData.length);
430 out.write(globalSettingsData);
432 out
907 writeInt(byte[] out, int pos, int value) argument
915 writeBytes(byte[] out, int pos, byte[] value) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java252 float out = target;
253 out = out < mSmallSize ? mSmallSize : (out > mLargeSize ? mLargeSize : out);
254 out = out > mNaturalHeight ? mNaturalHeight : out;
255 return out;
324 // animate glow in and out
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java200 OutputStream out = resolver.openOutputStream(uri);
201 image.compress(Bitmap.CompressFormat.PNG, 100, out);
202 out.flush();
203 out.close();
473 // Flash the flash view in and out quickly
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java943 System.out.print(Integer.toHexString(0xff & arr[i]));
944 System.out.print(' ');
947 System.out.print(Integer.toHexString(0xff & arr[index]));
948 System.out.print(' ');
951 System.out.print(str.charAt(i));
952 System.out.print(' ');
955 System.out.print('\n');
1043 System.out.print(Integer.toHexString(0xff & arr[i]));
1044 System.out.print(' ');
1047 System.out
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java102 * todo: need to pull the generic functionality out into a base class
438 // Clear it out of the action bar.
527 // System.out.println("Open panel: isOpen=" + st.isOpen);
671 // System.out.println("Close panel: isOpen=" + st.isOpen);
697 // This view is no longer shown, so null it out
1925 // to cancel out of something special?
2540 * Clears out internal reference when the action mode is destroyed.
2609 System.out.println("From style:");
2615 System.out.println(s);
2740 System.out
[all...]
H A DPhoneWindowManager.java227 * Lock protecting internal state. Must not call out into window
362 // if the status bar can't be hidden; in that case it effectively carves out
1039 // out to be 16:aspect. If this is less than 9, then hiding
2409 // For purposes of putting out fake window up to steal focus, we will
2711 "Laying out status bar window: (%d,%d - %d,%d)",
2774 "Laying out IN_SCREEN status bar window: (%d,%d - %d,%d)",
2786 "Laying out navigation bar window: (%d,%d - %d,%d)",
2814 // ask for layout in only content. We can't currently figure out
2815 // what the screen would be if only laying out to hide the nav bar.
2902 // Dock windows carve out th
[all...]

Completed in 281 milliseconds

<<11121314151617181920