Searched defs:print (Results 1 - 25 of 58) sorted by relevance

123

/frameworks/av/media/mtp/
H A DMtpDeviceInfo.cpp102 void MtpDeviceInfo::print() { function in class:android::MtpDeviceInfo
H A DMtpStorageInfo.cpp69 void MtpStorageInfo::print() { function in class:android::MtpStorageInfo
H A DMtpObjectInfo.cpp97 void MtpObjectInfo::print() { function in class:android::MtpObjectInfo
H A DMtpProperty.cpp342 void MtpProperty::print() { function in class:android::MtpProperty
352 print(mDefaultValue, buffer);
356 print(mCurrentValue, buffer);
364 print(mMinimumValue, buffer);
366 print(mMaximumValue, buffer);
368 print(mStepSize, buffer);
375 print(mEnumValues[i], buffer);
390 void MtpProperty::print(MtpPropertyValue& value, std::string& buffer) { function in class:android::MtpProperty
433 ALOGE("unsupported type for MtpProperty::print\n");
/frameworks/base/core/java/android/print/
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 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 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 DPageRange.java17 package android.print;
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 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 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
102 * A print service may use normal paper to print the content instead
104 * process as the content is not as sensitive to print quality variation
113 * A print service may use dedicated photo paper to print the content
115 * process as the content is more sensitive to print qualit
[all...]
H A DPrintFileDocumentAdapter.java17 package android.print;
42 * want to print a file and intercept when the system is ready
65 * @param file The PDF file to print.
/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/services/print/java/com/android/server/print/
H A DPrintShellCommand.java17 package com.android.server.print;
24 import android.print.IPrintManager;
29 * Shell command implementation for the print manager service
106 pw.println(" Set whether binding to print services provided by instant apps is "
109 pw.println(" Get whether binding to print services provided by instant apps is "
H A DRemotePrintServiceRecommendationService.java17 package com.android.server.print;
44 * Connection to a remote print service recommendation service.
68 * Callbacks to be called when there are updates to the print service recommendations.
72 * Called when there is an update list of print service recommendations.
81 * @return The intent that is used to connect to the print service recommendation service.
125 * Open a new connection to a {@link IRecommendationService remote print service
150 Log.e(LOG_TAG, "Could not connect to print service recommendation service", e);
155 * Terminate the connection to the {@link IRecommendationService remote print
/frameworks/base/tools/aapt/
H A DIndentPrinter.h20 void print(const char* fmt, ...) { function in class:IndentPrinter
H A DApkBuilder.cpp71 void ApkBuilder::print() const { function in class:ApkBuilder
76 mSplits[i]->print();
117 void ApkSplit::print() const { function in class:ApkSplit
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DTriData.java37 public void print() { method in class:TriData
/frameworks/base/core/java/com/android/internal/print/
H A DDumpUtils.java17 package com.android.internal.print;
23 import android.print.PageRange;
24 import android.print.PrintAttributes;
25 import android.print.PrintDocumentInfo;
26 import android.print.PrintJobId;
27 import android.print.PrintJobInfo;
28 import android.print.PrinterCapabilitiesInfo;
29 import android.print.PrinterId;
30 import android.print.PrinterInfo;
31 import android.service.print
[all...]
/frameworks/base/tools/preload/
H A DProc.java150 void print() { method in class:Proc
151 print("");
157 private void print(String prefix) { method in class:Proc
160 child.print(prefix + " ");
/frameworks/ml/nn/runtime/test/
H A DTestGenerated.cpp47 static void print(std::ostream& os, const MixedTyped& test) { function in namespace:generated_tests
59 print<float>(os, test);
60 print<int32_t>(os, test);
61 print<uint8_t>(os, test);
/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.h59 void print() { function in class:android::JNIObject
/frameworks/base/core/java/com/android/internal/util/dump/
H A DDualDumpOutputStream.java33 * Dump either to a proto or a print writer using the same interface.
55 abstract void print(IndentingPrintWriter ipw, boolean printName); method in class:DualDumpOutputStream.Dumpable
66 void print(IndentingPrintWriter ipw, boolean printName) { method in class:DualDumpOutputStream.DumpObject
78 subObject.get(0).print(ipw, true);
84 subObject.get(i).print(ipw, false);
125 void print(IndentingPrintWriter ipw, boolean printName) { method in class:DualDumpOutputStream.DumpField
241 mDumpObjects.getFirst().print(mIpw, false);
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
H A DWorkflowTest.java25 import android.print.PageRange;
26 import android.print.PrintAttributes;
27 import android.print.PrintDocumentAdapter;
28 import android.print.PrintDocumentInfo;
29 import android.print.PrinterCapabilitiesInfo;
30 import android.print.PrinterId;
31 import android.print.PrinterInfo;
32 import android.print.pdf.PrintedPdfDocument;
33 import android.print.test.BasePrintTest;
34 import android.print
196 private void print(PrintAttributes[] printAttributesRef) { method in class:WorkflowTest
[all...]

Completed in 549 milliseconds

123