Searched refs:tag (Results 101 - 125 of 547) sorted by relevance

1234567891011>>

/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java46 int tag = pack(jpeg, offset, 4, false);
130 int tag = pack(jpeg, offset, 4, false);
131 if (tag != 0x49492A00 && tag != 0x4D4D002A) {
135 final boolean littleEndian = (tag == 0x49492A00);
153 // Get the tag and check if it is orientation.
154 tag = pack(jpeg, offset, 2, littleEndian);
155 if (tag == 0x0112) {
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DSerializer.h34 static const char *const tag; member in struct:android::AudioGainTraits
65 static const char *const tag; member in struct:android::AudioProfileTraits
87 static const char *const tag; member in struct:android::MixPortTraits
110 static const char *const tag; member in struct:android::DevicePortTraits
115 static const char tagName[]; /**< <device tag name>: any string without space. */
133 static const char *const tag; member in struct:android::RouteTraits
154 static const char *const tag; member in struct:android::ModuleTraits
181 static const char *const tag; member in struct:android::GlobalConfigTraits
193 static const char *const tag; member in struct:android::VolumeTraits
/frameworks/base/core/java/com/android/internal/util/
H A DLocalLog.java35 public LocalLog(String tag) { argument
36 mTag = tag;
/frameworks/base/libs/common_time/
H A Dutils.h54 void log(int prio, const char* tag, const char* fmt, ...);
78 void internalLog(int prio, const char* tag, const char* fmt, va_list va);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DBaseLeakChecker.java30 public BaseLeakChecker(LeakCheck test, String tag) { argument
31 mTracker = test.getTracker(tag);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java27 String pkg, String tag, int id, int userId);
29 String pkg, String tag, int id,
26 onNotificationClear(int callingUid, int callingPid, String pkg, String tag, int id, int userId) argument
28 onNotificationError(int callingUid, int callingPid, String pkg, String tag, int id, int uid, int initialPid, String message, int userId) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DRemoteSurfaceTrace.java120 private void writeEvent(String tag) { argument
122 mOut.writeUTF(tag);
131 private void writeIntEvent(String tag, int... values) { argument
133 mOut.writeUTF(tag);
145 private void writeFloatEvent(String tag, float... values) { argument
147 mOut.writeUTF(tag);
159 private void writeRectEvent(String tag, Rect value) { argument
160 writeFloatEvent(tag, value.left, value.top, value.right, value.bottom);
/frameworks/minikin/libs/minikin/
H A DMinikinInternal.cpp35 hb_blob_t* getFontTable(const MinikinFont* minikinFont, uint32_t tag) { argument
39 hb_blob_t* blob = hb_face_reference_table(face, tag);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DWifiHandler.java37 public WifiHandler(String tag, Looper looper) { argument
39 mTag = LOG_TAG + "." + tag;
/frameworks/support/compat/java/android/support/v4/util/
H A DLogWriter.java39 * and tag.
41 * @param tag A string tag to associate with each printed log statement.
43 public LogWriter(String tag) { argument
44 mTag = tag;
/frameworks/av/media/img_utils/include/img_utils/
H A DSortedEntryVector.h30 * do comparisons/lookups based on the tag ID of the entries.
37 * Returns the index of the entry with the given tag ID, or
40 ssize_t indexOfTag(uint16_t tag) const;
44 * Compare tag ID.
/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchUIUtilImpl.java66 final Object tag = view.getTag(
68 if (tag != null && tag instanceof Float) {
69 view.setElevation((Float) tag);
/frameworks/support/compat/java/android/support/v4/net/
H A DTrafficStatsCompat.java79 * Clear active tag used when accounting {@link Socket} traffic originating
90 * Get the active tag used when accounting {@link Socket} traffic originating
91 * from the current thread. Only one active tag per thread is supported.
102 * Increment count of network operations performed under the accounting tag
117 * accounting tag. This can be used to derive bytes-per-operation.
119 * @param tag Accounting tag used in {@link #setThreadStatsTag(int)}.
125 public static void incrementOperationCount(int tag, int operationCount) { argument
126 TrafficStats.incrementOperationCount(tag, operationCount);
130 * Set active tag t
143 setThreadStatsTag(int tag) argument
[all...]
/frameworks/base/core/java/android/text/
H A DHtml.java71 * &lt;img&gt; tag. The <code>source</code> argument is the
88 * a tag that it does not know how to interpret.
90 public void handleTag(boolean opening, String tag, argument
779 private void handleStartTag(String tag, Attributes attributes) { argument
780 if (tag.equalsIgnoreCase("br")) {
782 // so we can safely emit the linebreaks when we handle the close tag.
783 } else if (tag.equalsIgnoreCase("p")) {
786 } else if (tag.equalsIgnoreCase("ul")) {
788 } else if (tag.equalsIgnoreCase("li")) {
790 } else if (tag
841 handleEndTag(String tag) argument
[all...]
/frameworks/av/camera/include/camera/ndk/
H A DNdkCameraMetadata.h93 * The tag identifying the entry.
99 uint32_t tag; member in struct:ACameraMetadata_entry
104 * <p>Must be one of ACAMERA_TYPE_* enum values defined above. A particular tag always has the
138 * The tag identifying the entry.
144 uint32_t tag; member in struct:ACameraMetadata_const_entry
149 * <p>Must be one of ACAMERA_TYPE_* enum values defined above. A particular tag always has the
182 * @param tag the tag value of the camera metadata entry to be get.
190 * of input tag value.</li></ul>
193 const ACameraMetadata* metadata, uint32_t tag, /*ou
[all...]
/frameworks/av/include/camera/ndk/
H A DNdkCameraMetadata.h93 * The tag identifying the entry.
99 uint32_t tag; member in struct:ACameraMetadata_entry
104 * <p>Must be one of ACAMERA_TYPE_* enum values defined above. A particular tag always has the
138 * The tag identifying the entry.
144 uint32_t tag; member in struct:ACameraMetadata_const_entry
149 * <p>Must be one of ACAMERA_TYPE_* enum values defined above. A particular tag always has the
182 * @param tag the tag value of the camera metadata entry to be get.
190 * of input tag value.</li></ul>
193 const ACameraMetadata* metadata, uint32_t tag, /*ou
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_EventLog.cpp50 * static native int writeEvent(int tag, int value)
54 jint tag, jint value)
56 android_log_event_list ctx(tag);
63 * static native int writeEvent(long tag, long value)
67 jint tag, jlong value)
69 android_log_event_list ctx(tag);
76 * static native int writeEvent(long tag, float value)
80 jint tag, jfloat value)
82 android_log_event_list ctx(tag);
89 * static native int writeEvent(int tag, Strin
52 android_util_EventLog_writeEvent_Integer(JNIEnv* env UNUSED, jobject clazz UNUSED, jint tag, jint value) argument
65 android_util_EventLog_writeEvent_Long(JNIEnv* env UNUSED, jobject clazz UNUSED, jint tag, jlong value) argument
78 android_util_EventLog_writeEvent_Float(JNIEnv* env UNUSED, jobject clazz UNUSED, jint tag, jfloat value) argument
91 android_util_EventLog_writeEvent_String(JNIEnv* env, jobject clazz UNUSED, jint tag, jstring value) argument
111 android_util_EventLog_writeEvent_Array(JNIEnv* env, jobject clazz, jint tag, jobjectArray value) argument
192 int32_t tag = * (int32_t *) log_msg.msg(); local
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifOutputStream.java156 // until SOF tag.
162 short tag = mBuffer.getShort();
163 if (tag == JpegHeader.EOI) {
285 for (ExifTag tag : tags) {
286 dataOutputStream.writeShort(tag.getTagId());
287 dataOutputStream.writeShort(tag.getDataType());
288 dataOutputStream.writeInt(tag.getComponentCount());
290 Log.v(TAG, "\n" + tag.toString());
292 if (tag.getDataSize() > 4) {
293 dataOutputStream.writeInt(tag
480 writeTagValue(ExifTag tag, OrderedDataOutputStream dataOutputStream) argument
[all...]
/frameworks/support/emoji/core/src/android/support/text/emoji/widget/
H A DSpannableBuilder.java188 public int getSpanStart(Object tag) { argument
189 if (isWatcher(tag)) {
190 final WatcherWrapper watcher = getWatcherFor(tag);
192 tag = watcher;
195 return super.getSpanStart(tag);
202 public int getSpanEnd(Object tag) { argument
203 if (isWatcher(tag)) {
204 final WatcherWrapper watcher = getWatcherFor(tag);
206 tag = watcher;
209 return super.getSpanEnd(tag);
216 getSpanFlags(Object tag) argument
[all...]
/frameworks/av/media/img_utils/src/
H A DTiffWriter.cpp153 const TagDefinition_t* TiffWriter::lookupDefinition(uint16_t tag) const {
156 ssize_t index = mTagMaps[i].indexOfKey(tag);
164 ALOGE("%s: No definition exists for tag with id %x.", __FUNCTION__, tag);
169 sp<TiffEntry> TiffWriter::getEntry(uint16_t tag, uint32_t ifd) const { argument
175 return mNamedIfds[index]->getEntry(tag);
178 void TiffWriter::removeEntry(uint16_t tag, uint32_t ifd) { argument
181 mNamedIfds[index]->removeEntry(tag);
186 uint16_t tag = entry->getTag(); local
188 const TagDefinition_t* definition = lookupDefinition(tag);
[all...]
/frameworks/base/core/java/android/os/
H A DTrace.java102 private static native void nativeTraceCounter(long tag, String name, int value); argument
104 private static native void nativeTraceBegin(long tag, String name); argument
106 private static native void nativeTraceEnd(long tag); argument
108 private static native void nativeAsyncTraceBegin(long tag, String name, int cookie); argument
110 private static native void nativeAsyncTraceEnd(long tag, String name, int cookie); argument
132 * Caches a copy of the enabled-tag bits. The "master" copy is held by the native code,
152 * Returns true if a trace tag is enabled.
154 * @param traceTag The trace tag to check.
155 * @return True if the trace tag is valid.
170 * @param traceTag The trace tag
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailView.java99 UserSwitcherController.UserRecord tag =
101 if (tag.isDisabledByAdmin) {
103 mContext, tag.enforcedAdmin);
105 } else if (tag.isSwitchToEnabled) {
107 switchTo(tag);
/frameworks/base/tools/aapt2/
H A DDiagnostics.h96 const char* tag; variable
104 tag = "error";
108 tag = "warn";
112 tag = "note";
119 std::cerr << tag << ": " << actual_msg.message << "." << std::endl;
/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h37 * VendorTagDescriptor objects are parcelable containers for the vendor tag
38 * definitions provided, and are typically used to pass the vendor tag
63 // Returns the section name string for a given vendor tag id.
64 const char* getSectionName(uint32_t tag) const;
66 // Returns the tag name string for a given vendor tag id.
67 const char* getTagName(uint32_t tag) const;
69 // Returns the tag type for a given vendor tag id.
70 int getTagType(uint32_t tag) cons
[all...]
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h37 * VendorTagDescriptor objects are parcelable containers for the vendor tag
38 * definitions provided, and are typically used to pass the vendor tag
63 // Returns the section name string for a given vendor tag id.
64 const char* getSectionName(uint32_t tag) const;
66 // Returns the tag name string for a given vendor tag id.
67 const char* getTagName(uint32_t tag) const;
69 // Returns the tag type for a given vendor tag id.
70 int getTagType(uint32_t tag) cons
[all...]

Completed in 604 milliseconds

1234567891011>>