Searched refs:out (Results 226 - 250 of 652) sorted by relevance

1234567891011>>

/frameworks/av/cmds/stagefright/
H A DSineSource.h20 MediaBuffer **out, const ReadOptions *options = NULL);
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffWritable.h48 virtual status_t writeData(uint32_t offset, /*out*/EndianOutput* out) const = 0;
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.h57 static int DecodeGSM(gsm handle, int16_t *out, uint8_t *in, size_t inSize);
/frameworks/base/core/java/android/gesture/
H A DGestureStore.java226 DataOutputStream out = null;
236 out = new DataOutputStream((stream instanceof BufferedOutputStream) ? stream :
239 out.writeShort(FILE_FORMAT_VERSION);
241 out.writeInt(maps.size());
249 out.writeUTF(key);
251 out.writeInt(count);
254 examples.get(i).serialize(out);
258 out.flush();
267 if (closeStream) GestureUtils.closeStream(out);
/frameworks/base/core/java/android/text/util/
H A DRfc822Tokenizer.java45 public static void tokenize(CharSequence text, Collection<Rfc822Token> out) { argument
66 out.add(new Rfc822Token(name.toString(),
70 out.add(new Rfc822Token(null,
151 out.add(new Rfc822Token(name.toString(),
155 out.add(new Rfc822Token(null,
172 ArrayList<Rfc822Token> out = new ArrayList<Rfc822Token>();
173 tokenize(text, out);
174 return out.toArray(new Rfc822Token[out.size()]);
/frameworks/base/telephony/java/com/android/ims/
H A DImsConferenceState.java52 * "dialing-out" : Focus has dialed out to connect the endpoint to the conference,
73 public static final String STATUS_DIALING_OUT = "dialing-out";
103 public void writeToParcel(Parcel out, int flags) { argument
104 out.writeInt(mParticipants.size());
115 out.writeString(entry.getKey());
116 out.writeParcelable(entry.getValue(), 0);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLog_Delegate.java46 System.out.println(prefix + msg);
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java325 public void writeToParcel(Parcel out, int flags) { argument
326 out.writeInt(mVoiceRegState);
327 out.writeInt(mDataRegState);
328 out.writeInt(mVoiceRoamingType);
329 out.writeInt(mDataRoamingType);
330 out.writeString(mVoiceOperatorAlphaLong);
331 out.writeString(mVoiceOperatorAlphaShort);
332 out.writeString(mVoiceOperatorNumeric);
333 out.writeString(mDataOperatorAlphaLong);
334 out
[all...]
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java340 public void writeXml(XmlSerializer out) throws IOException { argument
341 out.startTag(null, ZEN_TAG);
342 out.attribute(null, ZEN_ATT_VERSION, Integer.toString(XML_VERSION));
344 out.startTag(null, ALLOW_TAG);
345 out.attribute(null, ALLOW_ATT_CALLS, Boolean.toString(allowCalls));
346 out.attribute(null, ALLOW_ATT_MESSAGES, Boolean.toString(allowMessages));
347 out.attribute(null, ALLOW_ATT_EVENTS, Boolean.toString(allowEvents));
348 out.attribute(null, ALLOW_ATT_FROM, Integer.toString(allowFrom));
349 out.endTag(null, ALLOW_TAG);
351 out
398 writeConditionXml(Condition c, XmlSerializer out) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java376 * Window type: panel that slides out from the status bar
417 * Window type: panel that slides out from over the status bar
445 * Window type: panel that slides out from under the status bar
903 /** Window flag: Enable touches to slide out of a window into neighboring
908 * Touches can slide out of the window but they cannot necessarily slide
1401 * specify that this window will rotate in or out following a rotation.
1407 * specify that this window will fade in or out following a rotation.
1598 public void writeToParcel(Parcel out, int parcelableFlags) { argument
1599 out.writeInt(width);
1600 out
[all...]
/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java157 int out = 0;
159 readAndVerifyDeletedEntity(bdi, KEYS[out]); out++;
161 readAndVerifyEntity(bdi, KEYS[out], DATA[out].getBytes()); out++;
163 readAndVerifyEntity(bdi, KEYS[out], DATA[out].getBytes()); out++;
165 readAndVerifyDeletedEntity(bdi, KEYS[out]); ou
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java112 public void write(DataOutputStream out) throws IOException { argument
113 out.writeInt(VERSION_SPLIT_URI);
114 DurableUtils.writeNullableString(out, authority);
115 DurableUtils.writeNullableString(out, documentId);
116 DurableUtils.writeNullableString(out, mimeType);
117 DurableUtils.writeNullableString(out, displayName);
118 out.writeLong(lastModified);
119 out.writeInt(flags);
120 DurableUtils.writeNullableString(out, summary);
121 out
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java328 StringBuilder out = new StringBuilder();
337 out.append("Unknown argument: ").append(args[i]).append("\n");
343 out.append("Drop box contents: ").append(mAllFiles.contents.size()).append(" entries\n");
346 out.append("Searching for:");
347 for (String a : searchArgs) out.append(" ").append(a);
348 out.append("\n");
353 out.append("\n");
365 if (doPrint) out.append("========================================\n");
366 out.append(date).append(" ").append(entry.tag == null ? "(no tag)" : entry.tag);
368 out
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java104 // TODO: i18n -- grab these out of resources.
127 // TODO: i18n -- grab these out of resources.
568 * Figure out a reasonable flex time for cases where none is provided (old api calls).
1015 // Copy and send out. Necessary for thread-safety although it's parceled.
1192 // Clean out all data structures.
1768 // Only write these if they are out of date.
1772 // Just always write these... they are likely out of date.
2043 // Otherwise clear out this default list since we will populate it later with
2152 XmlSerializer out = new FastXmlSerializer();
2153 out
2598 writePendingOperationLocked(PendingOperation pop, XmlSerializer out) argument
2648 extrasToXml(XmlSerializer out, Bundle extras) argument
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DAudioPeakingFilter.h31 // when they are out of supported range.
102 // out Output buffer.
104 void process(const audio_sample_t in[], audio_sample_t out[], argument
105 int frameCount) { mBiquad.process(in, out, frameCount); }
/frameworks/base/core/java/android/app/
H A DIWallpaperManager.aidl43 out Bundle outParams);
/frameworks/base/core/java/android/content/pm/
H A DKeySet.java98 public void writeToParcel(Parcel out, int flags) { argument
99 out.writeStrongBinder(token);
/frameworks/base/core/java/android/os/
H A DRemoteCallback.java91 public void writeToParcel(Parcel out, int flags) { argument
92 out.writeStrongBinder(mTarget.asBinder());
H A DResultReceiver.java113 public void writeToParcel(Parcel out, int flags) { argument
118 out.writeStrongBinder(mReceiver.asBinder());
/frameworks/base/core/java/com/android/internal/http/multipart/
H A DStringPart.java127 * @param out the OutputStream to write to
131 protected void sendData(OutputStream out) throws IOException { argument
133 out.write(getContent());
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java135 OutputStream out = null;
138 out = new FileOutputStream(file);
139 Streams.copy(in, out);
142 IoUtils.closeQuietly(out);
148 FileWriter out = null;
150 out = new FileWriter(file);
151 out.write(Long.toString(value));
153 IoUtils.closeQuietly(out);
/frameworks/base/location/java/com/android/internal/location/
H A DILocationProvider.aidl41 int getStatus(out Bundle extras);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLog.java40 System.out.print(s);
69 System.out.println(msg);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp74 static const void* printReturnCommand(TextOutput& out, const void* _cmd);
75 static const void* printCommand(TextOutput& out, const void* _cmd);
137 static const void* printBinderTransactionData(TextOutput& out, const void* data) argument
143 out << "target.desc=" << btd->target.handle;
145 out << "target.ptr=" << btd->target.ptr;
147 out << " (cookie " << btd->cookie << ")" << endl
156 static const void* printReturnCommand(TextOutput& out, const void* _cmd) argument
163 out << "BR_ERROR: " << (void*)(*cmd++) << endl;
166 out << "Unknown reply: " << code << endl;
169 out << kReturnString
217 printCommand(TextOutput& out, const void* _cmd) argument
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.cpp52 friend Formatter& operator << (Formatter& out, const char* in) { argument
53 for (int i=0 ; i<out.mIndent ; i++) {
54 out.mString.append(" ");
56 out.mString.append(in);
57 out.mString.append("\n");
58 return out;
60 friend inline Formatter& operator << (Formatter& out, const String8& in) { argument
61 return operator << (out, in.string());

Completed in 820 milliseconds

1234567891011>>