Searched defs:out (Results 51 - 75 of 185) sorted by relevance

12345678

/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIconList.java50 public void writeToParcel(Parcel out, int flags) { argument
51 out.writeStringArray(mSlots);
53 out.writeInt(-1);
56 out.writeInt(N);
60 out.writeInt(0);
62 out.writeInt(1);
63 ic.writeToParcel(out, flags);
/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java171 * @param out Where to write the XML data.
178 public static final void writeMapXml(Map val, OutputStream out) argument
181 serializer.setOutput(out, "utf-8");
193 * @param out Where to write the XML data.
200 public static final void writeListXml(List val, OutputStream out) argument
204 serializer.setOutput(out, "utf-8");
218 * @param out XmlSerializer to write the map into.
225 public static final void writeMapXml(Map val, String name, XmlSerializer out) argument
229 out.startTag(null, "null");
230 out
264 writeListXml(List val, String name, XmlSerializer out) argument
300 writeByteArrayXml(byte[] val, String name, XmlSerializer out) argument
345 writeIntArrayXml(int[] val, String name, XmlSerializer out) argument
388 writeValueXml(Object v, String name, XmlSerializer out) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java55 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { argument
/frameworks/base/graphics/java/android/renderscript/
H A DProgramRaster.java77 public Builder(RenderScript rs, Element in, Element out) { argument
H A DProgramVertex.java46 public Builder(RenderScript rs, Element in, Element out) { argument
/frameworks/base/libs/rs/
H A DrsMatrix.cpp159 void Matrix::vectorMultiply(float *out, const float *in) const { argument
160 out[0] = (m[0] * in[0]) + (m[4] * in[1]) + (m[8] * in[2]) + m[12];
161 out[1] = (m[1] * in[0]) + (m[5] * in[1]) + (m[9] * in[2]) + m[13];
162 out[2] = (m[2] * in[0]) + (m[6] * in[1]) + (m[10] * in[2]) + m[14];
163 out[3] = (m[3] * in[0]) + (m[7] * in[1]) + (m[11] * in[2]) + m[15];
H A DrsProgramFragmentStore.cpp266 void rsi_ProgramFragmentStoreBegin(Context * rsc, RsElement in, RsElement out) argument
H A DrsProgramRaster.cpp121 RsProgramRaster rsi_ProgramRasterCreate(Context * rsc, RsElement in, RsElement out, argument
/frameworks/base/media/libmediaplayerservice/
H A DTestPlayerStub.h95 virtual status_t invoke(const android::Parcel& in, android::Parcel *out) { argument
96 return mPlayer->invoke(in, out);
/frameworks/base/media/libstagefright/codecs/aacdec/
H A DAACDecoder.cpp158 MediaBuffer **out, const ReadOptions *options) {
161 *out = NULL;
255 // The stream turns out to be not aacPlus mode anyway
313 *out = buffer;
157 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/base/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp199 MediaBuffer **out, const ReadOptions *options) {
202 *out = NULL;
218 *out = buffer;
307 *out = buffer;
198 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/base/media/libstagefright/codecs/amrnb/enc/
H A DAMRNBEncoder.cpp142 MediaBuffer **out, const ReadOptions *options) {
145 *out = NULL;
238 *out = buffer;
141 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/base/media/libstagefright/codecs/amrwb/
H A DAMRWBDecoder.cpp132 MediaBuffer **out, const ReadOptions *options) {
135 *out = NULL;
220 *out = buffer;
131 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/base/media/libstagefright/codecs/g711/dec/
H A DG711Decoder.cpp107 MediaBuffer **out, const ReadOptions *options) {
110 *out = NULL;
163 *out = outBuffer;
170 int16_t *out, const uint8_t *in, size_t inSize) {
190 *out++ = (x > 127) ? mant : -mant;
196 int16_t *out, const uint8_t *in, size_t inSize) {
209 *out++ = (x < 0x80) ? -abs : abs;
106 read( MediaBuffer **out, const ReadOptions *options) argument
169 DecodeALaw( int16_t *out, const uint8_t *in, size_t inSize) argument
195 DecodeMLaw( int16_t *out, const uint8_t *in, size_t inSize) argument
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.cpp33 Output: out[64] ==> next block
38 Void BlockDCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) argument
50 dst = out + 64 ;
52 out += 128;
158 while (dst < out);
160 out -= 64;
161 dst = out + 8;
166 k0 = out[0];
167 k1 = out[8];
168 k2 = out[1
267 Block4x4DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) argument
473 Block2x2DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) argument
652 BlockDCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) argument
863 Block4x4DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) argument
1050 Block2x2DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) argument
1210 Block1x1DCTwSub(Short *out, UChar *cur, UChar *pred, Int width) argument
1247 Block1x1DCTIntra(Short *out, UChar *cur, UChar *dummy2, Int width) argument
[all...]
H A Ddct_inline.h29 int32 out; local
33 out = op2 * 724 + op3; /* op1 is not used here */
35 return out;
62 int32 out; local
66 out = k6 * 1338 + k1;
68 return out;
73 int32 out; local
77 out = k6 * 946 + k1;
79 return out;
113 int32 out; local
117 smlabb out, op1, op2, op3 local
149 int32 out; local
153 smlabb out, k6, k14, k1 local
161 int32 out; local
165 smlabb out, k6, k14, k1 local
176 int32 out; local
180 and out, op2, #0xFFFF local
181 mla out, op1, out, op3 local
215 int32 out; local
219 and out, k14, 0xFFFF local
220 mla out, k6, out, k1 local
228 int32 out; local
232 and out, k14, 0xFFFF local
233 mla out, k6, out, k1 local
271 register int32 out; local
287 register int32 out; local
303 register int32 out; local
319 register int32 out; local
334 register int32 out; local
[all...]
H A Dfastquant_inline.h431 register int32 out; local
441 : "=&r"(out)
446 return out;
451 register int32 out; local
460 : "=&r"(out),
466 return out;
485 register int32 out; local
500 : "=&r"(out),
507 return out;
512 register int32 out; local
527 register int32 out; local
540 register int32 out; local
569 register int32 out; local
600 register int32 out; local
[all...]
/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DVPXDecoder.cpp131 MediaBuffer **out, const ReadOptions *options) {
132 *out = NULL;
200 *out = new MediaBuffer(0);
210 *out = new MediaBuffer(0);
269 *out = output;
130 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/base/media/libstagefright/codecs/vorbis/dec/
H A DVorbisDecoder.cpp165 int VorbisDecoder::decodePacket(MediaBuffer *packet, MediaBuffer *out) { argument
193 mState, (int16_t *)out->data(), kMaxNumSamplesPerBuffer);
210 out->set_range(0, numFrames * sizeof(int16_t) * mNumChannels);
216 MediaBuffer **out, const ReadOptions *options) {
219 *out = NULL;
270 *out = outputBuffer;
215 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java309 public static boolean copyToFile(InputStream inputStream, FileOutputStream out) { argument
314 out.write(buffer, 0, bytesRead);
323 public static boolean copyToFile(File srcFile, FileOutputStream out) { argument
327 return copyToFile(inputStream, out);
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/
H A DDaemonProxy.java82 OutputStream out = getControlSocketOutput();
83 for (String arg : args) outputString(out, arg);
84 out.write(END_OF_ARGUMENTS);
85 out.flush();
185 private void outputString(OutputStream out, String s) throws IOException { argument
187 out.write(bytes.length);
188 out.write(bytes);
189 out.flush();
/frameworks/base/services/java/com/android/server/am/
H A DDeviceMonitor.java113 OutputStream out = new FileOutputStream(
119 dump(new File(processDirectory, "stat"), out);
125 dump(file, out);
128 closeQuietly(out);
147 private void dump(File from, OutputStream out) throws IOException { argument
148 writeHeader(from, out);
155 out.write(buffer, 0, count);
165 private static void writeHeader(File file, OutputStream out) argument
168 out.write(header.getBytes());
/frameworks/base/tools/preload/
H A DMemoryUsage.java192 System.err.println("Timed out while measuring "
274 private static void copy(InputStream in, OutputStream out) { argument
279 out.write(buffer, 0, read);
/frameworks/base/cmds/runtime/
H A Dmain_runtime.cpp416 const char* out = NULL; local
418 //out = getenv("ANDROID_PRODUCT_OUT");
420 if (out == NULL)
421 out = "";
423 char* systemDir = (char*) malloc(strlen(out) + strlen(kSystemDir) +1);
424 char* dataDir = (char*) malloc(strlen(out) + strlen(kDataDir) +1);
426 sprintf(systemDir, "%s%s", out, kSystemDir);
427 sprintf(dataDir, "%s%s", out, kDataDir);
449 // directory out from under us. Preserve the behavior for now.
/frameworks/base/core/java/android/app/
H A DPendingIntent.java469 public void writeToParcel(Parcel out, int flags) { argument
470 out.writeStrongBinder(mTarget.asBinder());
491 * @param out Where to write the PendingIntent.
494 Parcel out) {
495 out.writeStrongBinder(sender != null ? sender.mTarget.asBinder()
493 writePendingIntentOrNullToParcel(PendingIntent sender, Parcel out) argument

Completed in 418 milliseconds

12345678