Searched defs:type (Results 201 - 225 of 940) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.h101 WebmFrameSourceThread(int type, LinkedBlockingQueue<const sp<WebmFrame> >& sink);
114 WebmFrameEmptySourceThread(int type, LinkedBlockingQueue<const sp<WebmFrame> >& sink) argument
115 : WebmFrameSourceThread(type, sink) {
127 int type,
/frameworks/av/media/mtp/
H A DMtpProperty.cpp49 MtpDataType type,
53 mType(type),
70 switch (type) {
96 ALOGE("unknown type %04X in MtpProperty::MtpProperty", type);
289 ALOGE("unsupported type for MtpProperty::setRange");
328 ALOGE("unsupported type for MtpProperty::setEnum");
345 ALOGI(" type %04X", mType);
424 ALOGE("unsupported type for MtpProperty::print\n");
478 ALOGE("unknown type
48 MtpProperty(MtpPropertyCode propCode, MtpDataType type, bool writeable, int defaultValue) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DSharedLibraryInfo.java50 * Shared library type: this library is a part of the OS
56 * Shared library type: this library is backwards-compatible, can
63 * Shared library type: this library is <strong>not</strong> backwards
87 * @param type The lib type.
93 public SharedLibraryInfo(String name, int version, int type, argument
97 mType = type;
108 * Gets the type of this library.
110 * @return The library type.
190 return "SharedLibraryInfo[name:" + mName + ", type
204 typeToString(int type) argument
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureStore.java43 // Nb. bytes Java type Description
108 * @param type SEQUENCE_INVARIANT or SEQUENCE_SENSITIVE
110 public void setSequenceType(int type) { argument
111 mSequenceType = type;
/frameworks/base/core/java/android/hardware/
H A DSensorAdditionalInfo.java46 public final int type; field in class:SensorAdditionalInfo
49 * Sequence number of frame for a certain type.
54 * Additional info payload data represented in float values. Depending on the type of
60 * Additional info payload data represented in int values. Depending on the type of information,
66 * Typical values of additional infomation type. The set of values is subject to extension in
138 * device geo location. This type is primarily for for magnetic field calibration and rotation
195 type = aType;
H A DSensorDirectChannel.java46 * Shared memory type ashmem, wrapped in MemoryFile object.
53 * Shared memory type wrapped by HardwareBuffer object.
145 * offset type name
149 * 0x0008 int32_t type (see SensorType)
152 * 0x0018 float[16]/int64_t[8] data (data type depends on sensor type)
163 * token can be used to differentiate sensor events from multiple sensor of the same type. For
184 SensorDirectChannel(SensorManager manager, int id, int type, long size) { argument
187 mType = type;
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiPortInfo.java30 /** HDMI port type: Input */
33 /** HDMI port type: Output */
47 * @param type HDMI port input/output type
53 public HdmiPortInfo(int id, int type, int address, boolean cec, boolean mhl, boolean arc) { argument
55 mType = type;
72 * Returns the port type.
74 * @return port type
134 int type = source.readInt();
139 return new HdmiPortInfo(id, type, addres
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java63 int type, int subType, String subscriberId, String networkId, boolean roaming,
65 mType = type;
93 builder.append("type=").append(getNetworkTypeName(mType));
187 final int type = state.networkInfo.getType();
196 if (isNetworkTypeMobile(type)) {
208 } else if (type == TYPE_WIFI) {
219 return new NetworkIdentity(type, subType, subscriberId, networkId, roaming, metered);
62 NetworkIdentity( int type, int subType, String subscriberId, String networkId, boolean roaming, boolean metered) argument
/frameworks/base/core/java/android/net/metrics/
H A DDhcpErrorEvent.java58 // byte 0: error type
97 private static int makeErrorCode(int type, int subtype) { argument
98 return (type << 24) | ((0xFF & subtype) << 16);
/frameworks/base/core/java/android/os/health/
H A DHealthKeys.java75 int type(); method in interface:HealthKeys.Constant
112 final int type = constant.type();
113 if (type >= keys.length) {
114 throw new RuntimeException("Unknown Constant type " + type
118 keys[type].addValue(field.getInt(null));
120 throw new RuntimeException("Can't read constant value type=" + type
140 * Return how many keys there are for the given field type
148 getSize(int type) argument
162 getIndex(int type, int key) argument
175 getKeys(int type) argument
[all...]
/frameworks/base/core/java/android/os/storage/
H A DVolumeRecord.java41 public final int type; field in class:VolumeRecord
50 public VolumeRecord(int type, String fsUuid) { argument
51 this.type = type;
56 type = parcel.readInt();
67 return type;
89 pw.printPair("type", DebugUtils.valueToString(VolumeInfo.class, "TYPE_", type));
149 parcel.writeInt(type);
/frameworks/base/core/java/android/preference/
H A DRingtonePreference.java81 * Returns the sound type(s) that are shown in the picker.
83 * @return The sound type(s) that are shown in the picker.
91 * Sets the sound type(s) that are shown in the picker.
93 * @param type The sound type(s) that are shown in the picker.
96 public void setRingtoneType(int type) { argument
97 mRingtoneType = type;
111 * to use will be deduced from the sound type(s) being shown.
/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java37 * process based on the content type, such as document or photo.
92 * Content type: unknown.
97 * Content type: document.
108 * Content type: photo.
177 * Gets the content type.
179 * @return The content type.
335 * Sets the content type.
340 * @param type The content type.
346 public @NonNull Builder setContentType(@ContentType int type) { argument
[all...]
/frameworks/base/core/java/android/text/
H A DSpanned.java50 * 0-length spans with type SPAN_MARK_MARK behave like text marks:
65 * 0-length spans with type SPAN_POINT_POINT behave like cursors:
91 * Non-0-length spans of type SPAN_INCLUSIVE_EXCLUSIVE expand
98 * Spans of type SPAN_INCLUSIVE_INCLUSIVE expand
104 * Spans of type SPAN_EXCLUSIVE_EXCLUSIVE do not expand
112 * Non-0-length spans of type SPAN_EXCLUSIVE_INCLUSIVE expand
166 * slice of this CharSequence and whose type is the specified type
167 * or a subclass of it. Specify Object.class for the type if you
168 * want all the objects regardless of type
170 getSpans(int start, int end, Class<T> type) argument
198 nextSpanTransition(int start, int limit, Class type) argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DReplacementTransformationMethod.java183 public <T> T[] getSpans(int start, int end, Class<T> type) { argument
184 return mSpanned.getSpans(start, end, type);
199 public int nextSpanTransition(int start, int end, Class type) { argument
200 return mSpanned.nextSpanTransition(start, end, type);
/frameworks/base/core/java/android/view/
H A DSurfaceHolder.java50 * whose type is SURFACE_TYPE_PUSH_BUFFERS.
174 * Sets the surface's type.
179 public void setType(int type); argument
/frameworks/base/core/java/android/view/autofill/
H A DAutofillValue.java40 * <p>Each {@link AutofillValue} is associated with a {@code type}, as defined by
47 private AutofillValue(@View.AutofillType int type, @NonNull Object value) { argument
48 mType = type;
60 Preconditions.checkState(isText(), "value must be a text value, not type=" + mType);
81 Preconditions.checkState(isToggle(), "value must be a toggle value, not type=" + mType);
102 Preconditions.checkState(isList(), "value must be a list value, not type=" + mType);
123 Preconditions.checkState(isDate(), "value must be a date value, not type=" + mType);
177 .append("[type=").append(mType)
234 throw new IllegalArgumentException("type=" + mType + " not valid");
/frameworks/base/core/java/android/view/textclassifier/
H A DTextSelection.java132 * Sets an entity type for the classified text and assigns a confidence score.
139 @NonNull @EntityType String type,
141 mEntityConfidence.setEntityType(type, confidenceScore);
138 setEntityType( @onNull @ntityType String type, @FloatRange(from = 0.0, to = 1.0) float confidenceScore) argument
/frameworks/base/core/java/android/webkit/
H A DJsDialogHelper.java57 public JsDialogHelper(JsPromptResult result, int type, String defaultValue, String message, argument
62 mType = type;
70 mType = msg.getData().getInt("type");
85 throw new IllegalArgumentException("Unexpected type: " + mType);
/frameworks/base/core/java/com/android/server/backup/
H A DSystemBackupAgent.java141 int type, String domain, String path, long mode, long mtime)
164 FullBackup.restoreFile(data, size, type, mode, mtime, outFile);
140 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime) argument
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DParceledListSliceTest.java152 // The type/creator to use when unparceling. Here we use the base class
167 protected void writeToParcel(Parcel dest, int flags, int type) { argument
168 dest.writeInt(type);
190 throw new IllegalArgumentException("Unknown type");
224 // Consume the type (as it is always written out).
274 // Consume the type (as it is always written out).
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextClassificationManagerTest.java205 final int startIndex, final int endIndex, final String type) {
213 && typeMatches(selection, type);
218 private boolean typeMatches(TextSelection selection, String type) {
219 return type == null
221 && type.trim().equalsIgnoreCase(selection.getEntity(0)));
227 String.format("%d, %d, %s", startIndex, endIndex, type));
233 final String text, final String type, final String intentUri) {
241 switch (type) {
258 && type.equals(result.getEntity(0))
268 .appendText(", type
204 isTextSelection( final int startIndex, final int endIndex, final String type) argument
232 isTextClassification( final String text, final String type, final String intentUri) argument
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetDir.h61 * Get the type of a file (usually regular or directory).
110 void set(const String8& path, FileType type) { argument
112 mFileType = type;
119 void setFileType(FileType type) { mFileType = type; } argument
H A DAssetManager.h165 * Get the type of a file in the asset hierarchy. They will either
200 asset_path() : path(""), type(kFileTypeRegular), idmap(""),
203 FileType type; member in struct:android::AssetManager::asset_path
H A DBackupHelpers.h33 int type; // BACKUP_HEADER_ENTITY_V1 member in struct:android::__anon1163
112 status_t ReadNextHeader(bool* done, int* type);
130 int type; member in union:android::BackupDataReader::__anon1164

Completed in 369 milliseconds

1234567891011>>