Searched refs:output (Results 151 - 175 of 189) sorted by last modified time

12345678

/frameworks/av/services/audioflinger/
H A DAudioPolicyService.h70 virtual status_t startOutput(audio_io_handle_t output,
73 virtual status_t stopOutput(audio_io_handle_t output,
76 virtual void releaseOutput(audio_io_handle_t output);
132 audio_io_handle_t output,
177 audio_io_handle_t output, int delayMs = 0);
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java977 final byte[] output = new byte[byteLength];
982 output[byteIndex++] = (byte) Integer.parseInt(
987 return output;
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java175 * output stream.
217 * file system trees to the output.
267 * @param output The destination to which the backed-up file data will be sent.
269 public final void fullBackupFile(File file, FullBackupDataOutput output) { argument
327 output.getData());
339 HashSet<String> excludes, FullBackupDataOutput output) {
379 output.getData());
452 // Not a supported output location? We need to consume the data
487 BackupDataOutput output = new BackupDataOutput(data.getFileDescriptor());
490 BackupAgent.this.onBackup(oldState, output, newStat
338 fullBackupFileTree(String packageName, String domain, String rootPath, HashSet<String> excludes, FullBackupDataOutput output) argument
[all...]
H A DFullBackup.java63 String linkdomain, String rootpath, String path, BackupDataOutput output);
74 * If the {@code mode} argument is negative, then the resulting output file will not
77 * @param data Socket supplying the data to be copied to the output file. If the
78 * output is a directory, this may be {@code null}.
84 * the output file or directory. group/all rwx modes are stripped even if set
88 * last modification time of the output file. if the {@code mode} parameter is
104 // Pull the data from the pipe, copying it to the output file, until we're done
62 backupToTar(String packageName, String domain, String linkdomain, String rootpath, String path, BackupDataOutput output) argument
/frameworks/base/core/java/android/content/
H A DContentProvider.java959 * @param output The pipe where data should be written. This will be
966 public void writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, argument
1135 * @param prefix Desired prefix to prepend at each line of output.
/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java425 int output = 0;
428 output |= CONFIG_NATIVE_BITS[i];
431 return output;
H A DVerifierDeviceIdentity.java138 long output = 0L;
169 output = (output << 5) | value;
185 return output;
/frameworks/base/core/java/android/hardware/
H A DCamera.java2196 * video output; otherwise, null is returned.
3312 * @param output focus distances in meters. output must be a float
3319 public void getFocusDistances(float[] output) { argument
3320 if (output == null || output.length != 3) {
3322 "output must be a float array with three elements.");
3324 splitFloat(get(KEY_FOCUS_DISTANCES), output);
3482 * output. This should be called before starting preview for the best
3608 private void splitInt(String str, int[] output) { argument
3620 splitFloat(String str, float[] output) argument
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java2300 String output = "changeInputMethodSubtype:"
2304 Log.v(TAG, "--- " + output);
/frameworks/base/core/java/android/text/
H A DHtml.java87 Editable output, XMLReader xmlReader);
304 // Don't output the dummy character underlying the image.
86 handleTag(boolean opening, String tag, Editable output, XMLReader xmlReader) argument
/frameworks/base/core/java/android/util/
H A DBase64.java35 * of the output (if any).
40 * Encoder flag bit to omit all line terminators (i.e., the output
62 * should not close the output stream it is wrapping when it
72 public byte[] output; field in class:Base64.Coder
76 * Encode/decode another block of input data. this.output is
83 * include any final bytes in the output.
111 * @param flags controls certain features of the decoded output.
129 * @param flags controls certain features of the decoded output.
149 * @param flags controls certain features of the decoded output.
164 // Maybe we got lucky and allocated exactly enough output spac
241 Decoder(int flags, byte[] output) argument
581 Encoder(int flags, byte[] output) argument
[all...]
H A DBase64InputStream.java70 coder.output = new byte[coder.maxOutputSize(BUFFER_SIZE)];
115 return coder.output[outputStart++] & 0xff;
127 System.arraycopy(coder.output, outputStart, b, off, bytes);
134 * decode/encode it into the empty coder.output, and reset the
H A DBase64OutputStream.java137 coder.output = embiggen(coder.output, coder.maxOutputSize(len));
141 out.write(coder.output, 0, coder.op);
H A DEventLog.java189 * @param output container to add events into
192 public static native void readEvents(int[] tags, Collection<Event> output) argument
/frameworks/base/core/java/android/view/
H A DView.java4917 * @param outRect The output location
6409 * @param outViews The output list of matching Views.
8684 * Return the visible drawing bounds of your view. Fills in the output
13879 String output = "";
13882 output += "TAKES_FOCUS";
13889 output += " ";
13891 output += "INVISIBLE";
13896 output += " ";
13898 output += "GONE";
13904 return output;
[all...]
H A DViewDebug.java143 * A specified String is output when the following is true:
234 * Indicates whether to output the flag when the test is true,
271 * @param out The output writer
1185 String output = "[EXCEPTION]";
1187 output = value.toString().replace("\n", "\\n");
1189 out.write(String.valueOf(output.length()));
1191 out.write(output);
H A DViewGroup.java4693 String output;
4696 output = debugIndent(depth);
4697 output += "mFocused";
4698 Log.d(VIEW_LOG_TAG, output);
4701 output = debugIndent(depth);
4702 output += "{";
4703 Log.d(VIEW_LOG_TAG, output);
4712 output = debugIndent(depth);
4713 output += "}";
4714 Log.d(VIEW_LOG_TAG, output);
5657 debug(String output) argument
[all...]
H A DWindowManager.java1565 public String debug(String output) { argument
1566 output += "Contents of " + this + ":";
1567 Log.d("Debug", output);
1568 output = super.debug("");
1569 Log.d("Debug", output);
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java217 public String debug(String output) { argument
218 return output + "Absolute.LayoutParams={width="
H A DLinearLayout.java1871 public String debug(String output) { argument
1872 return output + "LinearLayout.LayoutParams={width=" + sizeToString(width) +
H A DRelativeLayout.java1264 public String debug(String output) { argument
1265 return output + "ViewGroup.LayoutParams={ width=" + sizeToString(width) +
H A DTextView.java6690 String output = debugIndent(depth);
6691 output += "frame={" + mLeft + ", " + mTop + ", " + mRight
6697 output += "mText=\"" + mText + "\" ";
6699 output += "mLayout width=" + mLayout.getWidth()
6703 output += "mText=NULL";
6705 Log.d(VIEW_LOG_TAG, output);
/frameworks/base/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java401 public String debug(String output) { argument
402 return output + "SizeAdaptiveLayout.LayoutParams={" +
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp260 static void toLanguageTag(char* output, size_t outSize, argument
262 if (output == NULL || outSize <= 0) {
266 output[0] = '\0';
280 uloc_toLanguageTag(likelyChars, output, outSize, FALSE, &uErr);
296 output[0] = '\0';
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h288 * the output converted data and offset. In this case the
518 FwdLockConv_Output_t output; member in class:android::FwdLockEngine::ConvertSession
522 memset(&output, 0, sizeof(FwdLockConv_Output_t));

Completed in 245 milliseconds

12345678