Searched refs:tag (Results 1 - 25 of 221) sorted by relevance

123456789

/frameworks/base/core/java/com/android/internal/os/
H A DAndroidPrintStream.java29 private final String tag; field in class:AndroidPrintStream
35 * @param tag to log
37 public AndroidPrintStream(int priority, String tag) { argument
38 if (tag == null) {
39 throw new NullPointerException("tag");
43 this.tag = tag;
47 Log.println(priority, tag, line);
H A DIDropBoxManagerService.aidl38 boolean isTagEnabled(String tag);
41 DropBoxManager.Entry getNextEntry(String tag, long millis);
/frameworks/base/core/java/android/util/
H A DLog.java98 void onTerribleFailure(String tag, TerribleFailure what); argument
102 public void onTerribleFailure(String tag, TerribleFailure what) {
103 RuntimeInit.wtf(tag, what);
112 * @param tag Used to identify the source of a log message. It usually identifies
116 public static int v(String tag, String msg) { argument
117 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg);
122 * @param tag Used to identify the source of a log message. It usually identifies
127 public static int v(String tag, String msg, Throwable tr) { argument
128 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr));
133 * @param tag Use
137 d(String tag, String msg) argument
148 d(String tag, String msg, Throwable tr) argument
158 i(String tag, String msg) argument
169 i(String tag, String msg, Throwable tr) argument
179 w(String tag, String msg) argument
190 w(String tag, String msg, Throwable tr) argument
212 isLoggable(String tag, int level) argument
220 w(String tag, Throwable tr) argument
230 e(String tag, String msg) argument
241 e(String tag, String msg, Throwable tr) argument
254 wtf(String tag, String msg) argument
264 wtf(String tag, Throwable tr) argument
275 wtf(String tag, String msg, Throwable tr) argument
331 println(int priority, String tag, String msg) argument
340 println_native(int bufID, int priority, String tag, String msg) argument
[all...]
H A DSlog.java32 public static int v(String tag, String msg) { argument
33 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag, msg);
36 public static int v(String tag, String msg, Throwable tr) { argument
37 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag,
41 public static int d(String tag, String msg) { argument
42 return Log.println_native(Log.LOG_ID_SYSTEM, Log.DEBUG, tag, msg);
45 public static int d(String tag, String msg, Throwable tr) { argument
46 return Log.println_native(Log.LOG_ID_SYSTEM, Log.DEBUG, tag,
50 public static int i(String tag, String msg) { argument
51 return Log.println_native(Log.LOG_ID_SYSTEM, Log.INFO, tag, ms
54 i(String tag, String msg, Throwable tr) argument
59 w(String tag, String msg) argument
63 w(String tag, String msg, Throwable tr) argument
68 w(String tag, Throwable tr) argument
72 e(String tag, String msg) argument
76 e(String tag, String msg, Throwable tr) argument
81 println(int priority, String tag, String msg) argument
[all...]
H A DLogPrinter.java30 * and tag.
38 * @param tag A string tag to associate with each printed log statement.
40 public LogPrinter(int priority, String tag) { argument
42 mTag = tag;
50 public LogPrinter(int priority, String tag, int buffer) { argument
52 mTag = tag;
H A DEventLogTags.java38 Description(int tag, String name) { argument
39 mTag = tag;
50 public Description get(int tag) { return null; } argument
H A DLogWriter.java30 * and tag.
38 * @param tag A string tag to associate with each printed log statement.
40 public LogWriter(int priority, String tag) { argument
42 mTag = tag;
50 public LogWriter(int priority, String tag, int buffer) { argument
52 mTag = tag;
/frameworks/base/core/jni/
H A Dandroid_util_Log.h26 bool android_util_Log_isVerboseLogEnabled(const char* tag);
/frameworks/av/services/camera/libcameraservice/camera2/
H A DCameraMetadata.h104 status_t update(uint32_t tag,
106 status_t update(uint32_t tag,
108 status_t update(uint32_t tag,
110 status_t update(uint32_t tag,
112 status_t update(uint32_t tag,
114 status_t update(uint32_t tag,
116 status_t update(uint32_t tag,
120 status_t update(uint32_t tag, Vector<T> data) { argument
121 return update(tag, data.array(), data.size());
125 * Get metadata entry by tag i
[all...]
H A DCameraMetadata.cpp95 status_t CameraMetadata::checkType(uint32_t tag, uint8_t expectedType) { argument
96 int tagType = get_camera_metadata_tag_type(tag);
98 ALOGE("Update metadata entry: Unknown tag %d", tag);
102 ALOGE("Mismatched tag type when updating entry %s (%d) of type %s; "
104 get_camera_metadata_tag_name(tag), tag,
112 status_t CameraMetadata::update(uint32_t tag, argument
115 if ( (res = checkType(tag, TYPE_INT32)) != OK) {
118 return update(tag, (cons
121 update(uint32_t tag, const uint8_t *data, size_t data_count) argument
130 update(uint32_t tag, const float *data, size_t data_count) argument
139 update(uint32_t tag, const int64_t *data, size_t data_count) argument
148 update(uint32_t tag, const double *data, size_t data_count) argument
157 update(uint32_t tag, const camera_metadata_rational_t *data, size_t data_count) argument
166 update(uint32_t tag, const String8 &string) argument
175 update(uint32_t tag, const void *data, size_t data_count) argument
208 find(uint32_t tag) argument
230 erase(uint32_t tag) argument
[all...]
/frameworks/base/core/java/android/nfc/tech/
H A DNfcB.java45 * Get an instance of {@link NfcB} for the given tag.
47 * This indicates the tag does not support NFC-B.
50 * @param tag an NFC-B compatible tag
53 public static NfcB get(Tag tag) { argument
54 if (!tag.hasTech(TagTechnology.NFC_B)) return null;
56 return new NfcB(tag);
63 public NfcB(Tag tag) throws RemoteException { argument
64 super(tag, TagTechnology.NFC_B);
65 Bundle extras = tag
[all...]
H A DNfcBarcode.java41 * Get an instance of {@link NfcBarcode} for the given tag.
47 * @param tag an NfcBarcode compatible tag
50 public static NfcBarcode get(Tag tag) { argument
51 if (!tag.hasTech(TagTechnology.NFC_BARCODE)) return null;
53 return new NfcBarcode(tag);
63 public NfcBarcode(Tag tag) throws RemoteException { argument
64 super(tag, TagTechnology.NFC_BARCODE);
65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_BARCODE);
74 * Returns the NFC Barcode tag typ
[all...]
H A DNfcV.java46 * Get an instance of {@link NfcV} for the given tag.
48 * This indicates the tag does not support NFC-V.
51 * @param tag an NFC-V compatible tag
54 public static NfcV get(Tag tag) { argument
55 if (!tag.hasTech(TagTechnology.NFC_V)) return null;
57 return new NfcV(tag);
64 public NfcV(Tag tag) throws RemoteException { argument
65 super(tag, TagTechnology.NFC_V);
66 Bundle extras = tag
[all...]
H A DMifareUltralight.java36 * The primary operations on an Ultralight tag are {@link #readPages} and
55 * In either case, {@link NfcA} will also be enumerated on the tag,
64 /** A MIFARE Ultralight compatible tag of unknown type */
66 /** A MIFARE Ultralight tag */
68 /** A MIFARE Ultralight C tag */
83 * Get an instance of {@link MifareUltralight} for the given tag.
85 * {@link Tag#getTechList} - this indicates the tag is not MIFARE
90 * @param tag an MIFARE Ultralight compatible tag
93 public static MifareUltralight get(Tag tag) { argument
103 MifareUltralight(Tag tag) argument
[all...]
/frameworks/support/v4/ics/android/support/v4/net/
H A DTrafficStatsCompatIcs.java40 public static void incrementOperationCount(int tag, int operationCount) { argument
41 TrafficStats.incrementOperationCount(tag, operationCount);
44 public static void setThreadStatsTag(int tag) { argument
45 TrafficStats.setThreadStatsTag(tag);
/frameworks/base/core/java/android/os/
H A DIUpdateLock.aidl25 void acquireUpdateLock(IBinder token, String tag);
H A DDropBoxManager.java73 * string containing the dropbox tag.
75 public static final String EXTRA_TAG = "tag";
98 public Entry(String tag, long millis) { argument
99 if (tag == null) throw new NullPointerException("tag == null");
101 mTag = tag;
109 public Entry(String tag, long millis, String text) { argument
110 if (tag == null) throw new NullPointerException("tag == null");
113 mTag = tag;
124 Entry(String tag, long millis, byte[] data, int flags) argument
141 Entry(String tag, long millis, ParcelFileDescriptor data, int flags) argument
158 Entry(String tag, long millis, File data, int flags) argument
271 addText(String tag, String data) argument
282 addData(String tag, byte[] data, int flags) argument
296 addFile(String tag, File file, int flags) argument
316 isTagEnabled(String tag) argument
329 getNextEntry(String tag, long msec) argument
[all...]
H A DLatencyTimer.java60 * @param tag string used for printing out the result. This should be unique at each point of
64 public void sample(String tag, long delta) { argument
65 long[] array = getArray(tag);
76 Log.i(TAG, tag + " average = " + totalDelta / mSampleSize);
80 private long[] getArray(String tag) { argument
81 long[] data = store.get(tag);
84 data = store.get(tag);
87 store.put(tag, data);
H A DTokenWatcher.java40 * @param tag A debugging tag for this TokenWatcher
42 public TokenWatcher(Handler h, String tag) argument
45 mTag = tag != null ? tag : "TokenWatcher";
65 * @param tag A string used by the {@link #dump} method for debugging,
68 public void acquire(IBinder token, String tag) argument
75 Death d = new Death(token, tag);
140 a.add("[" + i + "] " + mTokens.get(b).tag + " - " + b);
183 String tag; field in class:TokenWatcher.Death
185 Death(IBinder token, String tag) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DMacAuthenticatedInputStream.java27 * the end of the data that should be authenticated, the tag can be calculated.
41 public boolean isTagEqual(byte[] tag) { argument
44 if (tag == null || actualTag == null || tag.length != actualTag.length) {
54 for (int i = 0; i < tag.length; i++) {
55 value |= tag[i] ^ actualTag[i];
/frameworks/support/v4/java/android/support/v4/net/
H A DTrafficStatsCompat.java34 void incrementOperationCount(int tag, int operationCount); argument
35 void setThreadStatsTag(int tag); argument
67 public void incrementOperationCount(int tag, int operationCount) { argument
71 public void setThreadStatsTag(int tag) { argument
72 mThreadSocketTags.get().statsTag = tag;
101 public void incrementOperationCount(int tag, int operationCount) { argument
102 TrafficStatsCompatIcs.incrementOperationCount(tag, operationCount);
106 public void setThreadStatsTag(int tag) { argument
107 TrafficStatsCompatIcs.setThreadStatsTag(tag);
132 * Clear active tag use
166 incrementOperationCount(int tag, int operationCount) argument
181 setThreadStatsTag(int tag) argument
[all...]
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarNotification.java42 public final String tag; field in class:StatusBarNotification
53 public StatusBarNotification(String pkg, int id, String tag, int uid, int initialPid, int score, argument
55 this(pkg, id, tag, uid, initialPid, score, notification, UserHandle.OWNER);
58 public StatusBarNotification(String pkg, int id, String tag, int uid, int initialPid, int score, argument
65 this.tag = tag;
78 this.tag = in.readString();
80 this.tag = null;
93 if (this.tag != null) {
95 out.writeString(this.tag);
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java79 public String tag, info; field in class:GestureRecorder.Gesture.TagRecord
80 public TagRecord(long when, String tag, String info) { argument
82 this.tag = tag;
86 return String.format("{\"type\":\"tag\", \"time\":%d, \"tag\":\"%s\", \"info\":\"%s\"}",
88 this.tag,
114 public void tag(long when, String tag, String info) { argument
115 mRecords.add(new TagRecord(when, tag, inf
171 tag(long when, String tag, String info) argument
182 tag(long when, String tag) argument
186 tag(String tag) argument
190 tag(String tag, String info) argument
[all...]
/frameworks/native/libs/utils/
H A DLog.cpp24 LogIfSlow::LogIfSlow(const char* tag, android_LogPriority priority, argument
26 mTag(tag), mPriority(priority), mTimeoutMillis(timeoutMillis), mMessage(message),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DBerTlv.java37 private BerTlv(int tag, List<ComprehensionTlv> ctlvs) { argument
38 mTag = tag;
52 * Gets a tag id of the BER-TLV object.
54 * @return A tag integer.
70 int tag, length = 0;
73 /* tag */
74 tag = data[curIndex++] & 0xff;
75 if (tag == BER_PROACTIVE_COMMAND_TAG) {
93 "Expected first byte to be length or a length tag and < 0x81" +
98 if (ComprehensionTlvTag.COMMAND_DETAILS.value() == (tag
[all...]

Completed in 439 milliseconds

123456789