| /frameworks/base/core/java/android/util/ |
| D | Slog.java | 27 public static int v(String tag, String msg) { in v() 31 public static int v(String tag, String msg, Throwable tr) { in v() 36 public static int d(String tag, String msg) { in d() 40 public static int d(String tag, String msg, Throwable tr) { in d() 45 public static int i(String tag, String msg) { in i() 49 public static int i(String tag, String msg, Throwable tr) { in i() 54 public static int w(String tag, String msg) { in w() 58 public static int w(String tag, String msg, Throwable tr) { in w() 63 public static int w(String tag, Throwable tr) { in w() 67 public static int e(String tag, String msg) { in e() [all …]
|
| D | Log.java | 99 void onTerribleFailure(String tag, TerribleFailure what, boolean system); in onTerribleFailure() 117 public static int v(String tag, String msg) { in v() 128 public static int v(String tag, String msg, Throwable tr) { in v() 138 public static int d(String tag, String msg) { in d() 149 public static int d(String tag, String msg, Throwable tr) { in d() 159 public static int i(String tag, String msg) { in i() 170 public static int i(String tag, String msg, Throwable tr) { in i() 180 public static int w(String tag, String msg) { in w() 191 public static int w(String tag, String msg, Throwable tr) { in w() 213 public static native boolean isLoggable(String tag, int level); in isLoggable() [all …]
|
| D | EventLog.java | 170 public static native int writeEvent(int tag, int value); in writeEvent() 178 public static native int writeEvent(int tag, long value); in writeEvent() 186 public static native int writeEvent(int tag, String str); in writeEvent() 194 public static native int writeEvent(int tag, Object... list); in writeEvent() 210 public static String getTagName(int tag) { in getTagName() 236 Pattern tag = Pattern.compile(TAG_PATTERN); in readTagsFile() local
|
| /frameworks/base/telephony/java/android/telephony/ |
| D | Rlog.java | 31 public static int v(String tag, String msg) { in v() 35 public static int v(String tag, String msg, Throwable tr) { in v() 40 public static int d(String tag, String msg) { in d() 44 public static int d(String tag, String msg, Throwable tr) { in d() 49 public static int i(String tag, String msg) { in i() 53 public static int i(String tag, String msg, Throwable tr) { in i() 58 public static int w(String tag, String msg) { in w() 62 public static int w(String tag, String msg, Throwable tr) { in w() 67 public static int w(String tag, Throwable tr) { in w() 71 public static int e(String tag, String msg) { in e() [all …]
|
| /frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/ |
| D | ObexAppParameters.java | 99 public boolean exists(byte tag) { in exists() 103 public void add(byte tag, byte val) { in add() 108 public void add(byte tag, short val) { in add() 113 public void add(byte tag, int val) { in add() 118 public void add(byte tag, long val) { in add() 123 public void add(byte tag, String val) { in add() 128 public void add(byte tag, byte[] bval) { in add() 132 public byte getByte(byte tag) { in getByte() 142 public short getShort(byte tag) { in getShort() 152 public int getInt(byte tag) { in getInt() [all …]
|
| /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/ |
| D | ObexAppParameters.java | 99 public boolean exists(byte tag) { in exists() 103 public void add(byte tag, byte val) { in add() 108 public void add(byte tag, short val) { in add() 113 public void add(byte tag, int val) { in add() 118 public void add(byte tag, long val) { in add() 123 public void add(byte tag, String val) { in add() 128 public void add(byte tag, byte[] bval) { in add() 132 public byte getByte(byte tag) { in getByte() 142 public short getShort(byte tag) { in getShort() 152 public int getInt(byte tag) { in getInt() [all …]
|
| /frameworks/multidex/library/test/src/android/util/ |
| D | Log.java | 67 public static int v(String tag, String msg) { in v() 78 public static int v(String tag, String msg, Throwable tr) { in v() 88 public static int d(String tag, String msg) { in d() 99 public static int d(String tag, String msg, Throwable tr) { in d() 109 public static int i(String tag, String msg) { in i() 120 public static int i(String tag, String msg, Throwable tr) { in i() 130 public static int w(String tag, String msg) { in w() 141 public static int w(String tag, String msg, Throwable tr) { in w() 151 public static int w(String tag, Throwable tr) { in w() 161 public static int e(String tag, String msg) { in e() [all …]
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| D | GestureRecorder.java | 79 public String tag, info; field in GestureRecorder.Gesture.TagRecord 80 public TagRecord(long when, String tag, String info) { in TagRecord() 114 public void tag(long when, String tag, String info) { in tag() method in GestureRecorder.Gesture 171 public void tag(long when, String tag, String info) { in tag() argument 182 public void tag(long when, String tag) { in tag() method in GestureRecorder 186 public void tag(String tag) { in tag() argument 187 tag(SystemClock.uptimeMillis(), tag, null); in tag() local 190 public void tag(String tag, String info) { in tag() method in GestureRecorder 191 tag(SystemClock.uptimeMillis(), tag, info); in tag() local
|
| /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/ |
| D | Log.java | 44 public Tag(String tag) { in Tag() 58 public static void d(Tag tag, String msg) { in d() 64 public static void d(Tag tag, String msg, Throwable tr) { in d() 70 public static void e(Tag tag, String msg) { in e() 76 public static void e(Tag tag, String msg, Throwable tr) { in e() 82 public static void i(Tag tag, String msg) { in i() 88 public static void i(Tag tag, String msg, Throwable tr) { in i() 94 public static void v(Tag tag, String msg) { in v() 100 public static void v(Tag tag, String msg, Throwable tr) { in v() 106 public static void w(Tag tag, String msg) { in w() [all …]
|
| /frameworks/base/core/java/android/os/ |
| D | DropBoxManager.java | 95 public Entry(String tag, long millis) { in Entry() 106 public Entry(String tag, long millis, String text) { in Entry() 121 public Entry(String tag, long millis, byte[] data, int flags) { in Entry() 138 public Entry(String tag, long millis, ParcelFileDescriptor data, int flags) { in Entry() 155 public Entry(String tag, long millis, File data, int flags) throws IOException { in Entry() 268 public void addText(String tag, String data) { in addText() 279 public void addData(String tag, byte[] data, int flags) { in addData() 293 public void addFile(String tag, File file, int flags) throws IOException { in addFile() 313 public boolean isTagEnabled(String tag) { in isTagEnabled() 326 public Entry getNextEntry(String tag, long msec) { in getNextEntry()
|
| D | TokenWatcher.java | 42 public TokenWatcher(Handler h, String tag) in TokenWatcher() 68 public void acquire(IBinder token, String tag) in acquire() 183 String tag; field in TokenWatcher.Death 185 Death(IBinder token, String tag) in Death()
|
| /frameworks/support/v4/java/android/support/v4/net/ |
| D | TrafficStatsCompat.java | 34 void incrementOperationCount(int tag, int operationCount); in incrementOperationCount() 35 void setThreadStatsTag(int tag); in setThreadStatsTag() 67 public void incrementOperationCount(int tag, int operationCount) { in incrementOperationCount() 71 public void setThreadStatsTag(int tag) { in setThreadStatsTag() 101 public void incrementOperationCount(int tag, int operationCount) { in incrementOperationCount() 106 public void setThreadStatsTag(int tag) { in setThreadStatsTag() 166 public static void incrementOperationCount(int tag, int operationCount) { in incrementOperationCount() 181 public static void setThreadStatsTag(int tag) { in setThreadStatsTag()
|
| /frameworks/av/camera/tests/ |
| D | VendorTagDescriptorTests.cpp | 41 static bool ContainsTag(uint32_t* tagArray, size_t size, uint32_t tag) { in ContainsTag() 64 static const char* default_get_section_name(const vendor_tag_ops_t* vOps, uint32_t tag) { in default_get_section_name() 68 static const char* default_get_tag_name(const vendor_tag_ops_t* vOps, uint32_t tag) { in default_get_tag_name() 72 static int default_get_tag_type(const vendor_tag_ops_t* vOps, uint32_t tag) { in default_get_tag_type() 113 uint32_t tag; in TEST() local 156 uint32_t tag; in TEST() local
|
| /frameworks/base/core/java/com/android/server/ |
| D | NetworkManagementSocketTagger.java | 53 public static void setThreadSocketStatsTag(int tag) { in setThreadSocketStatsTag() 66 public void tag(FileDescriptor fd) throws SocketException { in tag() method in NetworkManagementSocketTagger 76 private void tagSocketFd(FileDescriptor fd, int tag, int uid) { in tagSocketFd() 146 private static native int native_tagSocketFd(FileDescriptor fd, int tag, int uid); in native_tagSocketFd() 149 private static native int native_deleteTagData(int tag, int uid); in native_deleteTagData()
|
| /frameworks/support/v4/java/android/support/v4/app/ |
| D | NotificationCompatSideChannelService.java | 61 public abstract void notify(String packageName, int id, String tag, Notification notification); in notify() 66 public abstract void cancel(String packageName, int id, String tag); in cancel() 75 public void notify(String packageName, int id, String tag, Notification notification) in notify() 87 public void cancel(String packageName, int id, String tag) throws RemoteException { in cancel()
|
| D | NotificationManagerCompat.java | 115 void cancelNotification(NotificationManager notificationManager, String tag, int id); in cancelNotification() 117 void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification() 125 public void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification() 131 public void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification() 144 public void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification() 150 public void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification() 188 public void cancel(String tag, int id) { in cancel() 218 public void notify(String tag, int id, Notification notification) { in notify() 564 final String tag; field in NotificationManagerCompat.NotifyTask 567 public NotifyTask(String packageName, int id, String tag, Notification notif) { in NotifyTask() [all …]
|
| /frameworks/av/camera/ |
| D | CameraMetadata.cpp | 171 status_t CameraMetadata::checkType(uint32_t tag, uint8_t expectedType) { in checkType() 188 status_t CameraMetadata::update(uint32_t tag, in update() 201 status_t CameraMetadata::update(uint32_t tag, in update() 214 status_t CameraMetadata::update(uint32_t tag, in update() 227 status_t CameraMetadata::update(uint32_t tag, in update() 240 status_t CameraMetadata::update(uint32_t tag, in update() 253 status_t CameraMetadata::update(uint32_t tag, in update() 266 status_t CameraMetadata::update(uint32_t tag, in update() 280 status_t CameraMetadata::updateImpl(uint32_t tag, const void *data, in updateImpl() 331 camera_metadata_entry_t CameraMetadata::find(uint32_t tag) { in find() [all …]
|
| D | VendorTagDescriptor.cpp | 85 uint32_t tag = tagArray[i]; in createDescriptorFromOps() local 118 uint32_t tag = tagArray[i]; in createDescriptorFromOps() local 162 uint32_t tag, sectionIndex; in createFromParcel() local 237 uint32_t tag = allTags[i]; in createFromParcel() local 303 uint32_t tag, sectionIndex; in writeToParcel() local 362 uint32_t tag = mTagToNameMap.keyAt(i); in dump() local 432 const char* vendor_tag_descriptor_get_section_name(const vendor_tag_ops_t* /*v*/, uint32_t tag) { in vendor_tag_descriptor_get_section_name() 441 const char* vendor_tag_descriptor_get_tag_name(const vendor_tag_ops_t* /*v*/, uint32_t tag) { in vendor_tag_descriptor_get_tag_name() 450 int vendor_tag_descriptor_get_tag_type(const vendor_tag_ops_t* /*v*/, uint32_t tag) { in vendor_tag_descriptor_get_tag_type()
|
| /frameworks/base/core/jni/ |
| D | android_os_Trace.cpp | 48 jlong tag, jstring nameStr, jint value) { in android_os_Trace_nativeTraceCounter() 56 jlong tag, jstring nameStr) { in android_os_Trace_nativeTraceBegin() 67 jlong tag) { in android_os_Trace_nativeTraceEnd() 74 jlong tag, jstring nameStr, jint cookie) { in android_os_Trace_nativeAsyncTraceBegin() 85 jlong tag, jstring nameStr, jint cookie) { in android_os_Trace_nativeAsyncTraceEnd()
|
| /frameworks/base/core/java/com/android/internal/os/ |
| D | AndroidPrintStream.java | 29 private final String tag; field in AndroidPrintStream 37 public AndroidPrintStream(int priority, String tag) { in AndroidPrintStream()
|
| D | IDropBoxManagerService.aidl | 38 boolean isTagEnabled(String tag); in isTagEnabled() 41 DropBoxManager.Entry getNextEntry(String tag, long millis); in getNextEntry()
|
| /frameworks/av/media/libstagefright/ |
| D | ESDS.cpp | 71 uint8_t *tag, size_t *data_offset, size_t *data_size) const { in skipDescriptorHeader() 106 uint8_t tag; in parse() local 179 uint8_t tag; in parseESDescriptor() local 213 uint8_t tag; in parseDecoderConfigDescriptor() local
|
| /frameworks/support/v4/eclair/android/support/v4/app/ |
| D | NotificationManagerCompatEclair.java | 23 static void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification() 28 public static void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | UpdateLockService.java | 46 LockWatcher(Handler h, String tag) { in LockWatcher() 88 public void acquireUpdateLock(IBinder token, String tag) throws RemoteException { in acquireUpdateLock() 107 private String makeTag(String tag) { in makeTag()
|
| /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
| D | ExifData.java | 159 protected ExifTag getTag(short tag, int ifd) { in getTag() 168 protected ExifTag addTag(ExifTag tag) { in addTag() 180 protected ExifTag addTag(ExifTag tag, int ifdId) { in addTag() 221 ExifTag tag = ifdData.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_USER_COMMENT)); in getUserComment() local 300 protected List<ExifTag> getAllTagsForTagId(short tag) { in getAllTagsForTagId()
|