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

123

/frameworks/av/media/mtp/
H A DMtpDeviceInfo.cpp97 void MtpDeviceInfo::print() { function in class:android::MtpDeviceInfo
H A DMtpStorageInfo.cpp67 void MtpStorageInfo::print() { function in class:android::MtpStorageInfo
H A DMtpObjectInfo.cpp95 void MtpObjectInfo::print() { function in class:android::MtpObjectInfo
H A DMtpProperty.cpp332 void MtpProperty::print() { function in class:android::MtpProperty
342 print(mDefaultValue, buffer);
346 print(mCurrentValue, buffer);
354 print(mMinimumValue, buffer);
356 print(mMaximumValue, buffer);
358 print(mStepSize, buffer);
365 print(mEnumValues[i], buffer);
380 void MtpProperty::print(MtpPropertyValue& value, MtpString& buffer) { function in class:android::MtpProperty
418 ALOGE("unsupported type for MtpProperty::print\n");
/frameworks/base/core/java/android/print/
H A DPrintJobId.java17 package android.print;
26 * This class represents the id of a print job.
99 * Unflattens a print job id from a string.
H A DPrinterId.java17 package android.print;
36 * @param serviceName The managing print service.
52 * The id of the print service this printer is managed by.
54 * @return The print service component name.
64 * 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;
20 * This class represents a print job from the perspective of an
23 * print job state is represented by the {@link PrintJobInfo} class.
24 * The state of a print job may change over time. An application receives
25 * instances of this class when creating a print job or querying for
26 * its print jobs.
40 * Gets the unique print job id.
52 * current print job state. Every call to this method returns a fresh
53 * info object that reflects the current print job state.
56 * @return The print jo
[all...]
H A DPrintDocumentInfo.java17 package android.print;
25 * purposes. This meta-data is used by the platform and print services,
29 * the range to print. Also a print service may optimize the printing
85 * A print service may use normal paper to print the content instead
87 * process as the content is not as sensitive to print quality variation
96 * A print service may use dedicated photo paper to print the content
98 * 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 DPrintManager.java17 package android.print;
32 import android.print.PrintDocumentAdapter.LayoutResultCallback;
33 import android.print.PrintDocumentAdapter.WriteResultCallback;
53 * To obtain a handle to the print manager do the following:
64 * should be laid out for the currently selected print options resulting in an
68 * when the user selects some options from the print UI that may affect the way
77 * Print jobs are started by calling the {@link #print(String, PrintDocumentAdapter,
78 * PrintAttributes)} from an activity which results in bringing up the system print
79 * UI. Once the print UI is up, when the user changes a selected print optio
414 public PrintJob print(String printJobName, PrintDocumentAdapter documentAdapter, method in class:PrintManager
[all...]
/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
34 * from the provided print attributes and these precomputed values can be
82 * @param attributes The print attributes.
109 * rectangle computed from the print attributes passed in the constructor
/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
H A DSourcePos.cpp29 void print(FILE* to) const;
66 ErrorPos::print(FILE* to) const function in class:ErrorPos
130 ErrorPos(this->file, this->line, msg, ErrorPos::WARNING).print(stderr);
140 ErrorPos(this->file, this->line, msg, ErrorPos::NOTE).print(stderr);
160 it->print(to);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DTriData.java37 public void print() { method in class:TriData
H A DMatrix.java62 public void print() { method in class:Matrix
/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/opt/net/wifi/service/jni/
H A Djni_helper.h42 void print() { function in class:android::JNIObject
/frameworks/base/services/print/java/com/android/server/print/
H A DPrintManagerService.java17 package com.android.server.print;
41 import android.print.IPrintDocumentAdapter;
42 import android.print.IPrintJobStateChangeListener;
43 import android.print.IPrintManager;
44 import android.print.IPrinterDiscoveryObserver;
45 import android.print.PrintAttributes;
46 import android.print.PrintJobId;
47 import android.print.PrintJobInfo;
48 import android.print.PrinterId;
118 public Bundle print(Strin method in class:PrintManagerService.PrintManagerImpl
[all...]
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp52 void RawString::print(std::ostream& out) const { function in class:aapt::RawString
82 void Reference::print(std::ostream& out) const { function in class:aapt::Reference
113 void Id::print(std::ostream& out) const { function in class:aapt::Id
135 void String::print(std::ostream& out) const { function in class:aapt::String
156 void StyledString::print(std::ostream& out) const { function in class:aapt::StyledString
177 void FileReference::print(std::ostream& out) const { function in class:aapt::FileReference
193 void BinaryPrimitive::print(std::ostream& out) const { function in class:aapt::BinaryPrimitive
332 void Attribute::print(std::ostream& out) const { function in class:aapt::Attribute
358 void Style::print(std::ostream& out) const { function in class:aapt::Style
370 value.value->print(ou
382 void Array::print(std::ostream& out) const { function in class:aapt::Array
399 void Plural::print(std::ostream& out) const { function in class:aapt::Plural
413 void Styleable::print(std::ostream& out) const { function in class:aapt::Styleable
[all...]
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/
H A DStochasticLinearRanker.java141 public void print(Model model){ method in class:StochasticLinearRanker
/frameworks/support/v4/java/android/support/v4/print/
H A DPrintHelper.java17 package android.support.v4.print;
61 * Callback for observing when a print operation is completed.
62 * When print is finished either the system acquired the
63 * document to print or printing was cancelled.
68 * Called when a print operation is finished.
225 * Returns the PrintHelper that can be used to print images.
308 * @param jobName The print job name.
309 * @param bitmap The bitmap to print.
318 * @param jobName The print job name.
319 * @param bitmap The bitmap to print
[all...]
/frameworks/base/cmds/idmap/
H A Dinspect.cpp127 void print(const char *section, const char *subsection, uint32_t value, const char *fmt, ...) { function in namespace:__anon811
183 print("IDMAP HEADER", "magic", i, "");
189 print("", "version", i, "");
195 print("", "base crc", i, "");
201 print("", "overlay crc", i, "");
233 print("DATA HEADER", "target pkg", static_cast<uint32_t>(data16), "");
239 print("", "types count", static_cast<uint32_t>(data16), "");
250 print("DATA BLOCK", "target type", targetTypeId, "");
256 print("", "overlay type", static_cast<uint32_t>(data16), "");
263 print("", "entr
[all...]

Completed in 560 milliseconds

123