Searched defs:out (Results 26 - 50 of 366) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredIntentResolver.java36 protected void dumpFilter(PrintWriter out, String prefix, argument
38 filter.mPref.dump(out, prefix, filter);
/frameworks/base/telephony/java/com/android/ims/
H A DImsSsInfo.java51 public void writeToParcel(Parcel out, int flags) { argument
52 out.writeInt(mStatus);
/frameworks/base/wifi/java/android/net/wifi/
H A DRssiPacketCountInfo.java51 public void writeToParcel(Parcel out, int flags) { argument
52 out.writeInt(rssi);
53 out.writeInt(txgood);
54 out.writeInt(txbad);
55 out.writeInt(rxgood);
H A DScanSettings.java61 public void writeToParcel(Parcel out, int flags) { argument
62 out.writeInt(channelSet == null ? 0 : channelSet.size());
64 for (WifiChannel channel : channelSet) channel.writeToParcel(out, flags);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DIntFloat.java31 public void writeToParcel(Parcel out, int flags) { argument
32 out.writeInt(index);
33 out.writeFloat(value);
H A DStringFloat.java37 public void writeToParcel(Parcel out, int flags) { argument
38 out.writeString(key);
39 out.writeFloat(value);
H A DStringString.java32 public void writeToParcel(Parcel out, int flags) { argument
33 out.writeString(key);
34 out.writeString(value);
/frameworks/native/opengl/tools/glgen/src/
H A DGenerateEGL.java26 private static void copy(String filename, PrintStream out) throws IOException { argument
30 out.println(s);
51 System.out.println("Special-casing function " + fname);
93 new PrintStream(new FileOutputStream("out/" + egljFilename));
95 new PrintStream(new FileOutputStream("out/" + eglcFilename));
H A DGenerateGL.java26 static void copy(String filename, PrintStream out) throws IOException { argument
30 out.println(s);
52 System.out.println("Special-casing function " + fname);
93 System.out.println("useContextPointer = " + useContextPointer);
120 new PrintStream(new FileOutputStream("out/" + gl10Filename));
122 new PrintStream(new FileOutputStream("out/" + gl10ExtFilename));
124 new PrintStream(new FileOutputStream("out/" + gl11Filename));
126 new PrintStream(new FileOutputStream("out/" + gl11ExtFilename));
128 new PrintStream(new FileOutputStream("out/" + gl11ExtPackFilename));
130 new PrintStream(new FileOutputStream("out/"
[all...]
H A DGenerateGLES.java26 static void copy(String filename, PrintStream out) throws IOException { argument
30 out.println(s);
50 System.out.println("Special-casing function " + fname);
96 new PrintStream(new FileOutputStream("out/" + gl11Filename));
98 new PrintStream(new FileOutputStream("out/" + gl11cFilename));
/frameworks/rs/cpu_ref/linkloader/utils/
H A Draw_ostream.cpp24 llvm::raw_ostream &out() { function
/frameworks/av/cmds/stagefright/
H A DSineSource.cpp61 MediaBuffer **out, const ReadOptions * /* options */) {
62 *out = NULL;
97 *out = buffer;
60 read( MediaBuffer **out, const ReadOptions * ) argument
/frameworks/av/media/img_utils/src/
H A DEndianUtils.cpp22 EndianOutput::EndianOutput(Output* out, Endianness end) argument
23 : mOffset(0), mOutput(out), mEndian(end) {}
/frameworks/av/media/libeffects/testlibs/
H A DAudioCoefInterpolator.cpp43 audio_coef_t out[]) {
56 getCoefRecurse(index, fracCoord, out, 0);
61 audio_coef_t out[], size_t dim) {
63 memcpy(out, mTable + index, mNumOutDims * sizeof(audio_coef_t));
65 getCoefRecurse(index, fracCoord, out, dim + 1);
72 out[d] = interp(out[d], tempCoef[d], fracCoord[dim]);
42 getCoef(const int intCoord[], uint32_t fracCoord[], audio_coef_t out[]) argument
59 getCoefRecurse(size_t index, const uint32_t fracCoord[], audio_coef_t out[], size_t dim) argument
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirProcessNeon.h32 // Macros to save a mono/stereo accumulator sample in q0 (and q4) as stereo out.
35 "vld1.s32 {d3}, %[out] \n"/* (2) unaligned load the output */\
40 "vst1.s32 {d3}, %[out] \n"/* (2+2d) store result */
44 "vld1.s32 {d3}, %[out] \n"/* (2) unaligned load the output*/\
50 "vst1.s32 {d3}, %[out] \n"/* (2+2d)store result*/
53 inline void ProcessL<1, 16>(int32_t* const out, argument
91 : [out] "=Uv" (out[0]),
105 inline void ProcessL<2, 16>(int32_t* const out, argument
148 : [out] "
163 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
233 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
309 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
370 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
450 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
535 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
639 ProcessL(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
689 ProcessL(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
742 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
810 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
881 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
935 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
997 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
1069 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
[all...]
/frameworks/base/core/java/android/app/
H A DProfilerInfo.java57 public void writeToParcel(Parcel out, int flags) { argument
58 out.writeString(profileFile);
60 out.writeInt(1);
61 profileFd.writeToParcel(out, flags);
63 out.writeInt(0);
65 out.writeInt(samplingInterval);
66 out.writeInt(autoStopProfiler ? 1 : 0);
H A DResultInfo.java49 public void writeToParcel(Parcel out, int flags) { argument
50 out.writeString(mResultWho);
51 out.writeInt(mRequestCode);
52 out.writeInt(mResultCode);
54 out.writeInt(1);
55 mData.writeToParcel(out, 0);
57 out.writeInt(0);
/frameworks/base/core/java/android/content/
H A DSyncAdaptersCache.java80 public void writeAsXml(SyncAdapterType item, XmlSerializer out) throws IOException { argument
81 out.attribute(null, "authority", item.authority);
82 out.attribute(null, "accountType", item.accountType);
/frameworks/base/core/java/android/net/
H A DNetworkQuotaInfo.java66 public void writeToParcel(Parcel out, int flags) { argument
67 out.writeLong(mEstimatedBytes);
68 out.writeLong(mSoftLimitBytes);
69 out.writeLong(mHardLimitBytes);
H A DWifiKey.java87 public void writeToParcel(Parcel out, int flags) { argument
88 out.writeString(ssid);
89 out.writeString(bssid);
/frameworks/base/core/java/android/os/
H A DMessenger.java94 public void writeToParcel(Parcel out, int flags) { argument
95 out.writeStrongBinder(mTarget.asBinder());
116 * @param out Where to write the Messenger.
119 Parcel out) {
120 out.writeStrongBinder(messenger != null ? messenger.mTarget.asBinder()
118 writeMessengerOrNullToParcel(Messenger messenger, Parcel out) argument
/frameworks/base/core/java/android/util/
H A DBase64OutputStream.java40 * @param out the OutputStream to write the encoded data to
44 public Base64OutputStream(OutputStream out, int flags) { argument
45 this(out, flags, true);
53 * @param out the OutputStream to write the encoded data to
60 public Base64OutputStream(OutputStream out, int flags, boolean encode) { argument
61 super(out);
80 // internal buffer full; write it out.
115 out.close();
117 out.flush();
141 out
[all...]
/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/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/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentStack.java123 public void write(DataOutputStream out) throws IOException { argument
124 out.writeInt(VERSION_ADD_ROOT);
126 out.writeBoolean(true);
127 root.write(out);
129 out.writeBoolean(false);
132 out.writeInt(size);
135 doc.write(out);

Completed in 3135 milliseconds

1234567891011>>