Searched defs:print (Results 1 - 25 of 68) sorted by path

123

/frameworks/av/media/mtp/
H A DMtpDevice.cpp279 void MtpDevice::print() { function in class:android::MtpDevice
283 mDeviceInfo->print();
292 property->print();
310 property->print();
H A DMtpDeviceInfo.cpp102 void MtpDeviceInfo::print() { function in class:android::MtpDeviceInfo
H A DMtpObjectInfo.cpp97 void MtpObjectInfo::print() { function in class:android::MtpObjectInfo
H A DMtpProperty.cpp338 void MtpProperty::print() { function in class:android::MtpProperty
348 print(mDefaultValue, buffer);
352 print(mCurrentValue, buffer);
360 print(mMinimumValue, buffer);
362 print(mMaximumValue, buffer);
364 print(mStepSize, buffer);
371 print(mEnumValues[i], buffer);
386 void MtpProperty::print(MtpPropertyValue& value, MtpString& buffer) { function in class:android::MtpProperty
424 ALOGE("unsupported type for MtpProperty::print\n");
H A DMtpStorageInfo.cpp69 void MtpStorageInfo::print() { function in class:android::MtpStorageInfo
/frameworks/base/cmds/idmap/
H A Dinspect.cpp128 void print(const char *section, const char *subsection, uint32_t value, const char *fmt, ...) { function in namespace:__anon1027
184 print("IDMAP HEADER", "magic", i, "");
190 print("", "version", i, "");
196 print("", "base crc", i, "");
202 print("", "overlay crc", i, "");
234 print("DATA HEADER", "target pkg", static_cast<uint32_t>(data16), "");
240 print("", "types count", static_cast<uint32_t>(data16), "");
251 print("DATA BLOCK", "target type", targetTypeId, "");
257 print("", "overlay type", static_cast<uint32_t>(data16), "");
264 print("", "entr
[all...]
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java168 resultPrinter.print(testRunResult, runTime, testRunOutput);
194 System.out.print(pretty);
233 public void print(TestResult result, long runTime, Bundle testOutput); method in interface:UiAutomatorTestRunner.ResultReporter
349 public void print(TestResult result, long runTime, Bundle testOutput) { method in class:UiAutomatorTestRunner.WatcherResultPrinter
350 mPrinter.print(result, runTime, testOutput);
379 public void print(TestResult result, long runTime, Bundle testOutput) { method in class:UiAutomatorTestRunner.SimpleResultPrinter
/frameworks/base/core/java/android/print/
H A DPageRange.java17 package android.print;
H A DPrintAttributes.java17 package android.print;
42 * This class represents the attributes of a print job. These attributes
44 * print attributes may state that the content should be laid out on a
152 * landscape. For example, a printer may not be able to print in a stripe
169 * landscape. For example, a printer may not be able to print in a stripe
210 * Gets whether this print attributes are in portrait orientation,
214 * @return Whether this print attributes are in portrait.
252 * Gets a new print attributes instance which is in portrait orientation,
290 * Gets a new print attributes instance which is in landscape orientation,
H A DPrintDocumentAdapter.java17 package android.print;
36 * inform you that the print attributes (page size, density, etc) changed
88 * application interactive while the print work is being performed. Note that
89 * while your activity is covered by the system print UI and a user cannot
95 * You can also do work on different threads, for example if you print UI
113 * the current layout is for a print preview, <code>false</code> otherwise.
132 * Called when the print attributes (page size, density, etc) changed
153 * requested if the user changes a print option that may affect layout while
176 * @param oldAttributes The old print attributes.
177 * @param newAttributes The new print attribute
[all...]
H A DPrintDocumentInfo.java17 package android.print;
32 * purposes. This meta-data is used by the platform and print services,
36 * the range to print. Also a print service may optimize the printing
99 * A print service may use normal paper to print the content instead
101 * process as the content is not as sensitive to print quality variation
110 * A print service may use dedicated photo paper to print the content
112 * process as the content is more sensitive to print qualit
[all...]
H A DPrintFileDocumentAdapter.java17 package android.print;
40 * want to print a file and intercept when the system is ready
63 * @param file The PDF file to print.
H A DPrintJob.java17 package android.print;
25 * This class represents a print job from the perspective of an
28 * print job state is represented by the {@link PrintJobInfo} class.
29 * The state of a print job may change over time. An application receives
30 * instances of this class when creating a print job or querying for
31 * its print jobs.
45 * Gets the unique print job id.
57 * current print job state. Every call to this method returns a fresh
58 * info object that reflects the current print job state.
61 * @return The print jo
[all...]
H A DPrintJobId.java17 package android.print;
28 * This class represents the id of a print job.
101 * Unflattens a print job id from a string.
H A DPrintJobInfo.java17 package android.print;
39 * This class represents the description of a print job. The print job
40 * state includes properties such as its id, print attributes used for
41 * generating the content, and so on. Note that the print jobs state may
56 * Constant for matching any print job state.
63 * Constant for matching any print job state.
70 * Constant for matching any active print job state.
77 * Constant for matching any scheduled, i.e. delivered to a print
78 * service, print jo
[all...]
H A DPrintManager.java17 package android.print;
39 import android.print.PrintDocumentAdapter.LayoutResultCallback;
40 import android.print.PrintDocumentAdapter.WriteResultCallback;
66 * should be laid out for the currently selected print options resulting in an
70 * when the user selects some options from the print UI that may affect the way
79 * Print jobs are started by calling the {@link #print(String, PrintDocumentAdapter,
80 * PrintAttributes)} from an activity which results in bringing up the system print
81 * UI. Once the print UI is up, when the user changes a selected print option that
92 * Active print job
506 public @NonNull PrintJob print(@NonNull String printJobName, method in class:PrintManager
[all...]
H A DPrintServiceRecommendationsLoader.java17 package android.print;
31 * Loader for the list of print service recommendations.
36 /** The print manager to be used by this object */
48 * @param printManager The print manager supplying the data
64 * Read the print service recommendations and queue it to be delivered on the main thread.
H A DPrintServicesLoader.java17 package android.print;
31 * Loader for the list of print services. Can be parametrized to select a subset.
39 /** The print manager to be used by this object */
51 * @param printManager The print manager supplying the data
70 * Read the print services and queue it to be delivered on the main thread.
H A DPrinterCapabilitiesInfo.java17 package android.print;
22 import android.print.PrintAttributes.ColorMode;
23 import android.print.PrintAttributes.DuplexMode;
24 import android.print.PrintAttributes.Margins;
25 import android.print.PrintAttributes.MediaSize;
26 import android.print.PrintAttributes.Resolution;
37 * of this class are created by a print service to report the
39 * printer specify how it can print content. For example, what
178 * Gets the default print attributes.
551 * only PrintAttributes#COLOR_MODE_MONOCHROME leads to a print spoole
[all...]
H A DPrinterDiscoverySession.java17 package android.print;
H A DPrinterId.java17 package android.print;
38 * @param serviceName The managing print service.
54 * The id of the print service this printer is managed by.
56 * @return The print service component name.
66 * of the print service that manages it.
H A DPrinterInfo.java17 package android.print;
43 * this class are created by print services to report to the system
47 * print modes a printer supports such as media sizes, margins, etc.
61 /** Printer status: the printer is idle and ready to print. */
471 * Declares that the print service can load a custom per printer's icon. If both
/frameworks/base/core/java/android/print/pdf/
H A DPrintedPdfDocument.java17 package android.print.pdf;
24 import android.print.PrintAttributes;
25 import android.print.PrintAttributes.Margins;
26 import android.print.PrintAttributes.MediaSize;
29 * This class is a helper for creating a PDF file for given print attributes. It is useful for
32 * This class computes the page width, page height, and content rectangle from the provided print
81 * @param attributes The print attributes.
108 * from the print attributes passed in the constructor and the given page number to create an
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java1263 pw.print(" * "); pw.print(pkgName); pw.print(" / ");
1264 UserHandle.formatUid(pw, uid); pw.print(" / v");
1265 pw.print(vers); pw.println(":");
1274 pw.print(" (Not active: ");
1275 pw.print(pkgState.mProcesses.keyAt(iproc)); pw.println(")");
1278 pw.print(" Process ");
1279 pw.print(pkgState.mProcesses.keyAt(iproc));
1281 pw.print(" (mult
1753 void print(PrintWriter pw, long overallTime, boolean full) { method in class:ProcessStats.ProcessDataCollection
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java32 * A print stream which logs output line by line.
197 public synchronized void print(char[] charArray) { method in class:LoggingPrintStream
203 public synchronized void print(char ch) { method in class:LoggingPrintStream
211 public synchronized void print(double dnum) { method in class:LoggingPrintStream
216 public synchronized void print(float fnum) { method in class:LoggingPrintStream
221 public synchronized void print(int inum) { method in class:LoggingPrintStream
226 public synchronized void print(long lnum) { method in class:LoggingPrintStream
231 public synchronized void print(Object obj) { method in class:LoggingPrintStream
237 public synchronized void print(String str) { method in class:LoggingPrintStream
243 public synchronized void print(boolea method in class:LoggingPrintStream
[all...]

Completed in 343 milliseconds

123