/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/ |
D | Log.java | 58 public static void d(Tag tag, String msg) { in d() 60 android.util.Log.d(tag.toString(), msg); in d() local 64 public static void d(Tag tag, String msg, Throwable tr) { in d() 66 android.util.Log.d(tag.toString(), msg, tr); in d() local 70 public static void e(Tag tag, String msg) { in e() 72 android.util.Log.e(tag.toString(), msg); in e() local 76 public static void e(Tag tag, String msg, Throwable tr) { in e() 78 android.util.Log.e(tag.toString(), msg, tr); in e() local 82 public static void i(Tag tag, String msg) { in i() 84 android.util.Log.i(tag.toString(), msg); in i() local [all …]
|
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
D | ShadowSlog.java | 28 protected static int v(String tag, String msg) { in v() 33 protected static int v(String tag, String msg, Throwable tr) { in v() 38 protected static int d(String tag, String msg) { in d() 43 protected static int d(String tag, String msg, Throwable tr) { in d() 48 protected static int i(String tag, String msg) { in i() 53 protected static int i(String tag, String msg, Throwable tr) { in i() 58 protected static int w(String tag, String msg) { in w() 63 protected static int w(String tag, String msg, Throwable tr) { in w() 73 protected static int e(String tag, String msg) { in e() 78 protected static int e(String tag, String msg, Throwable tr) { in e() [all …]
|
/frameworks/base/core/java/android/util/ |
D | Slog.java | 49 public static int v(@Nullable String tag, @NonNull String msg) { in v() 64 public static int v(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in v() 79 public static int d(@Nullable String tag, @NonNull String msg) { in d() 95 public static int d(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in d() 110 public static int i(@Nullable String tag, @NonNull String msg) { in i() 125 public static int i(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in i() 140 public static int w(@Nullable String tag, @NonNull String msg) { in w() 156 public static int w(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in w() 184 public static int e(@Nullable String tag, @NonNull String msg) { in e() 200 public static int e(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in e() [all …]
|
D | Log.java | 111 TerribleFailure(String msg, Throwable cause) { super(msg, cause); } in TerribleFailure() 138 public static int v(@Nullable String tag, @NonNull String msg) { in v() 149 public static int v(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in v() 159 public static int d(@Nullable String tag, @NonNull String msg) { in d() 170 public static int d(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in d() 180 public static int i(@Nullable String tag, @NonNull String msg) { in i() 191 public static int i(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in i() 201 public static int w(@Nullable String tag, @NonNull String msg) { in w() 212 public static int w(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in w() 254 public static int e(@Nullable String tag, @NonNull String msg) { in e() [all …]
|
/frameworks/wilhelm/src/android/ |
D | android_GenericPlayer.cpp | 139 sp<AMessage> msg = new AMessage(kWhatPrepare, this); in prepare() local 147 sp<AMessage> msg = new AMessage(kWhatPlay, this); in play() local 154 sp<AMessage> msg = new AMessage(kWhatPause, this); in pause() local 174 sp<AMessage> msg = new AMessage(kWhatSeek, this); in seek() local 182 sp<AMessage> msg = new AMessage(kWhatLoop, this); in loop() local 190 sp<AMessage> msg = new AMessage(kWhatBuffUpdateThres, this); in setBufferingUpdateThreshold() local 219 sp<AMessage> msg = new AMessage(kWhatAttachAuxEffect, this); in attachAuxEffect() local 229 sp<AMessage> msg = new AMessage(kWhatSetAuxEffectSendLevel, this); in setAuxEffectSendLevel() local 260 sp<AMessage> msg = new AMessage(kWhatSetPlayEvents, this); in setPlayEvents() local 288 sp<AMessage> msg = new AMessage(kWhatNotif, this); in notify() local [all …]
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
D | MediaAudioEffectTest.java | 153 String msg = "test1_0ConstructorFromType()"; in test1_0ConstructorFromType() local 196 String msg = "test1_1ConstructorFromUuid()"; in test1_1ConstructorFromUuid() local 231 String msg = "test1_2ConstructorUnknownType()"; in test1_2ConstructorUnknownType() local 254 String msg = "test1_3GetEnabledAfterRelease()"; in test1_3GetEnabledAfterRelease() local 280 String msg = "test1_4InsertOnMediaPlayer()"; in test1_4InsertOnMediaPlayer() local 317 String msg = "test1_5AuxiliaryOnMediaPlayer()"; in test1_5AuxiliaryOnMediaPlayer() local 349 String msg = "test1_6AuxiliaryOnMediaPlayerFailure()"; in test1_6AuxiliaryOnMediaPlayerFailure() local 397 String msg = "test1_7AuxiliaryOnAudioTrack()"; in test1_7AuxiliaryOnAudioTrack() local 439 String msg = "test2_0SetEnabledGetEnabled()"; in test2_0SetEnabledGetEnabled() local 472 String msg = "test2_1SetEnabledAfterRelease()"; in test2_1SetEnabledAfterRelease() local [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskChangeNotificationController.java | 197 public void handleMessage(Message msg) { in handleMessage() 345 final Message msg = mHandler.obtainMessage(NOTIFY_TASK_STACK_CHANGE_LISTENERS_MSG); in notifyTaskStackChanged() local 354 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_PINNED_LISTENERS_MSG, in notifyActivityPinned() local 364 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_UNPINNED_LISTENERS_MSG); in notifyActivityUnpinned() local 381 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_RESTART_ATTEMPT_LISTENERS_MSG, in notifyActivityRestartAttempt() local 389 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_DISMISSING_DOCKED_ROOT_TASK_MSG); in notifyActivityDismissingDockedRootTask() local 396 final Message msg = mHandler.obtainMessage(NOTIFY_FORCED_RESIZABLE_MSG, taskId, reason, in notifyActivityForcedResizable() local 404 final Message msg = mHandler.obtainMessage( in notifyActivityLaunchOnSecondaryDisplayFailed() local 413 final Message msg = mHandler.obtainMessage( in notifyActivityLaunchOnSecondaryDisplayRerouted() local 421 final Message msg = mHandler.obtainMessage(NOTIFY_TASK_ADDED_LISTENERS_MSG, in notifyTaskCreated() local [all …]
|
D | SafeActivityOptions.java | 272 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 283 final String msg = "Permission Denial: starting transient launch from " + callerApp in checkPermissions() local 295 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 306 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 318 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 331 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 345 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 358 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 367 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 385 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
|
/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() 161 public static int e(String tag, String msg) { in e() 172 public static int e(String tag, String msg, Throwable tr) { in e() [all …]
|
/frameworks/base/telephony/java/com/android/telephony/ |
D | Rlog.java | 39 private static int log(int priority, String tag, String msg) { in log() 43 public static int v(String tag, String msg) { in v() 47 public static int v(String tag, String msg, Throwable tr) { in v() 52 public static int d(String tag, String msg) { in d() 56 public static int d(String tag, String msg, Throwable tr) { in d() 61 public static int i(String tag, String msg) { in i() 65 public static int i(String tag, String msg, Throwable tr) { in i() 70 public static int w(String tag, String msg) { in w() 74 public static int w(String tag, String msg, Throwable tr) { in w() 83 public static int e(String tag, String msg) { in e() [all …]
|
/frameworks/base/core/java/android/telephony/ |
D | Rlog.java | 42 public static int v(String tag, String msg) { in v() 46 public static int v(String tag, String msg, Throwable tr) { in v() 52 public static int d(String tag, String msg) { in d() 57 public static int d(String tag, String msg, Throwable tr) { in d() 63 public static int i(String tag, String msg) { in i() 68 public static int i(String tag, String msg, Throwable tr) { in i() 74 public static int w(String tag, String msg) { in w() 79 public static int w(String tag, String msg, Throwable tr) { in w() 89 public static int e(String tag, String msg) { in e() 94 public static int e(String tag, String msg, Throwable tr) { in e() [all …]
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoderBase.cpp | 51 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse() 66 sp<AMessage> msg = new AMessage(kWhatConfigure, this); in configure() local 81 sp<AMessage> msg = new AMessage(kWhatSetParameters, this); in setParameters() local 87 sp<AMessage> msg = new AMessage(kWhatSetRenderer, this); in setRenderer() local 93 sp<AMessage> msg = new AMessage(kWhatPause, this); in pause() local 104 sp<AMessage> msg = new AMessage(kWhatResume, this); in signalResume() local 122 sp<AMessage> msg = new AMessage(kWhatRequestInputBuffers, this); in onRequestInputBuffers() local 127 void NuPlayer::DecoderBase::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
|
/frameworks/base/core/java/android/app/ |
D | RemoteServiceException.java | 36 public RemoteServiceException(String msg) { in RemoteServiceException() 40 public RemoteServiceException(String msg, Throwable cause) { in RemoteServiceException() 57 public ForegroundServiceDidNotStartInTimeException(String msg, Throwable cause) { in ForegroundServiceDidNotStartInTimeException() 84 public CannotPostForegroundServiceNotificationException(String msg) { in CannotPostForegroundServiceNotificationException() 99 public BadForegroundServiceNotificationException(String msg) { in BadForegroundServiceNotificationException() 115 public MissingRequestPasswordComplexityPermissionException(String msg) { in MissingRequestPasswordComplexityPermissionException() 129 public CrashedByAdbException(String msg) { in CrashedByAdbException()
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | Slogf.java | 65 public static int v(String tag, String msg) { in v() 70 public static int v(String tag, String msg, Throwable tr) { in v() 75 public static int d(String tag, String msg) { in d() 80 public static int d(String tag, String msg, Throwable tr) { in d() 85 public static int i(String tag, String msg) { in i() 90 public static int i(String tag, String msg, Throwable tr) { in i() 95 public static int w(String tag, String msg) { in w() 100 public static int w(String tag, String msg, Throwable tr) { in w() 110 public static int e(String tag, String msg) { in e() 115 public static int e(String tag, String msg, Throwable tr) { in e() [all …]
|
/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/netlink/ |
D | RtNetlinkRouteMessageTest.java | 97 final NetlinkMessage msg = NetlinkMessage.parse(byteBuffer, NETLINK_ROUTE); in testParseRtmRouteMessage() local 115 final NetlinkMessage msg = NetlinkMessage.parse(byteBuffer, NETLINK_ROUTE); in testPackRtmNewRoute() local 137 final NetlinkMessage msg = NetlinkMessage.parse(byteBuffer, NETLINK_ROUTE); in testTruncatedRtmNewRoute() local 153 final NetlinkMessage msg = NetlinkMessage.parse(byteBuffer, NETLINK_ROUTE); in testParseRtmRouteMessage_IPv4MappedIPv6Gateway() local 170 final NetlinkMessage msg = NetlinkMessage.parse(byteBuffer, NETLINK_ROUTE); in testParseRtmRouteMessage_IPv4MappedIPv6Destination() local 190 NetlinkMessage msg = NetlinkMessage.parse(byteBuffer, NETLINK_ROUTE); in testParseMultipleRtmMessagesInOneByteBuffer() local 206 final NetlinkMessage msg = NetlinkMessage.parse(byteBuffer, NETLINK_ROUTE); in testToString() local
|
D | NduseroptMessageTest.java | 77 NduseroptMessage msg = parseNduseroptMessage(toBuffer(MSG_EMPTY)); in testParsing() local 105 NduseroptMessage msg = (NduseroptMessage) nlMsg; in testParseWithinNetlinkMessage() local 134 NduseroptMessage msg = (NduseroptMessage) nlMsg; in testParseRdnssOptionWithinNetlinkMessage() local 170 NduseroptMessage msg = (NduseroptMessage) nlMsg; in testParseUnknownOptionWithinNetlinkMessage() local 184 NduseroptMessage msg = parseNduseroptMessage(buf); in testUnknownOption() local 204 NduseroptMessage msg = parseNduseroptMessage(buf); in testZeroLengthOption() local 216 NduseroptMessage msg = parseNduseroptMessage(buf); in testTooLongOption() local 241 NduseroptMessage msg = parseNduseroptMessage(buf); in testTruncation() local 253 NduseroptMessage msg = parseNduseroptMessage(toBuffer(MSG_PREF64)); in testToString() local 269 byte icmpCode, InetAddress srcaddr, NduseroptMessage msg) { in assertMatches()
|
D | RtNetlinkLinkMessageTest.java | 66 final NetlinkMessage msg = NetlinkMessage.parse(byteBuffer, NETLINK_ROUTE); in testParseRtmNewLink() local 118 final NetlinkMessage msg = NetlinkMessage.parse(byteBuffer, NETLINK_ROUTE); in testParseRtmNewLink_utf8Ifname() local 137 final NetlinkMessage msg = NetlinkMessage.parse(byteBuffer, NETLINK_ROUTE); in testPackRtmNewLink() local 162 final NetlinkMessage msg = NetlinkMessage.parse(byteBuffer, NETLINK_ROUTE); in testTruncatedRtmNewLink() local 177 final NetlinkMessage msg = NetlinkMessage.parse(byteBuffer, NETLINK_ROUTE); in testToString() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | CatLog.java | 28 public static void d(Object caller, String msg) { in d() 39 public static void d(String caller, String msg) { in d() 47 public static void e(Object caller, String msg) { in e() 53 public static void e(String caller, String msg) { in e()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | Log.java | 40 public static void v(String tag, String msg) { in v() 46 public static void d(String tag, String msg) { in d() 50 public static void w(String tag, String msg) { in w() 54 public static void e(String tag, String msg, Throwable tr) { in e()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
D | CdmaSmsCbTest.java | 63 CdmaSmsMessage msg = new CdmaSmsMessage(); in createBroadcastParcel() local 120 private static SmsMessage createMessageFromParcel(CdmaSmsMessage msg, byte[] bearerData) { in createMessageFromParcel() 167 CdmaSmsMessage msg = createBroadcastParcel(serviceCategory); in createCmasSmsMessage() local 193 CdmaSmsMessage msg = createBroadcastParcel(serviceCategory); in createBroadcastSmsMessage() local 354 SmsMessage msg = createBroadcastSmsMessage(123, 456, BearerData.PRIORITY_NORMAL, in doTestNonEmergencyBroadcast() local 386 SmsMessage msg = createBroadcastSmsMessage(987, 654, -1, -1, in testNonEmergencyBroadcastIs91Extended() local 402 SmsMessage msg = createCmasSmsMessage( in doTestCmasBroadcast() local 456 SmsMessage msg = createCmasSmsMessage(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, in testCmasExtremeAlertType1Elements() local 488 SmsMessage msg = createCmasSmsMessage(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, in testCmasUnsupportedCharSet() local 500 SmsMessage msg = createCmasSmsMessage(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, in testCmasUnsupportedCharSet2() local [all …]
|
/frameworks/base/core/java/com/android/internal/util/ |
D | AsyncChannel.java | 468 Message msg = Message.obtain(); in disconnect() local 490 public void sendMessage(Message msg) { in sendMessage() 506 Message msg = Message.obtain(); in sendMessage() local 519 Message msg = Message.obtain(); in sendMessage() local 534 Message msg = Message.obtain(); in sendMessage() local 551 Message msg = Message.obtain(); in sendMessage() local 566 Message msg = Message.obtain(); in sendMessage() local 597 Message msg = Message.obtain(); in replyToMessage() local 611 Message msg = Message.obtain(); in replyToMessage() local 626 Message msg = Message.obtain(); in replyToMessage() local [all …]
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | SessionConfigurationUtils.cpp | 342 String8 msg = String8::format("Camera %s: Surface is NULL", logicalCameraId.string()); in createSurfaceFromGbp() local 353 String8 msg = String8::format("Camera %s: Failed to query Surface consumer usage: %s (%d)", in createSurfaceFromGbp() local 378 String8 msg = String8::format("Camera %s: Failed to query Surface width: %s (%d)", in createSurfaceFromGbp() local 384 String8 msg = String8::format("Camera %s: Failed to query Surface height: %s (%d)", in createSurfaceFromGbp() local 390 String8 msg = String8::format("Camera %s: Failed to query Surface format: %s (%d)", in createSurfaceFromGbp() local 397 String8 msg = String8::format("Camera %s: Failed to query Surface dataspace: %s (%d)", in createSurfaceFromGbp() local 415 String8 msg = String8::format("Camera %s: sensor pixel modes for stream with " in createSurfaceFromGbp() local 431 String8 msg = String8::format("Camera %s: No supported stream configurations with " in createSurfaceFromGbp() local 439 String8 msg = String8::format("Camera %s: Dynamic range profile 0x%" PRIx64 in createSurfaceFromGbp() local 447 String8 msg = String8::format("Camera %s: No 10-bit supported stream configurations with " in createSurfaceFromGbp() local [all …]
|
/frameworks/libs/net/common/device/com/android/net/module/util/ |
D | SharedLog.java | 116 public void e(String msg) { in e() 126 public void e(@NonNull String msg, @Nullable Throwable exception) { in e() 139 public void i(String msg) { in i() 148 public void w(String msg) { in w() 161 public void log(String msg) { in log() 180 public void mark(String msg) { in mark() 184 private String record(Category category, String msg) { in record() 190 private String logLine(Category category, String msg) { in logLine()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraErrorCollector.java | 129 public boolean expectTrue(String msg, boolean condition) { in expectTrue() 147 public <T> boolean expectEquals(String msg, T expected, T actual) { in expectEquals() 169 public <T> boolean expectNotEquals(String msg, T expected, T actual) { in expectNotEquals() 189 public <T> boolean expectEquals(String msg, T[] expected, T[] actual) { in expectEquals() 214 public <T> boolean expectNotEquals(String msg, T[] expected, T[] actual) { in expectNotEquals() 236 public <T extends Comparable<? super T>> boolean expectGreater(String msg, T expected, in expectGreater() 250 public <T extends Comparable<? super T>> boolean expectGreaterOrEqual(String msg, T expected, in expectGreaterOrEqual() 264 public <T extends Comparable<? super T>> boolean expectLess(String msg, T expected, in expectLess() 278 public <T extends Comparable<? super T>> boolean expectLessOrEqual(String msg, T expected, in expectLessOrEqual() 293 public <T> boolean expectEquals(String msg, float expected, float actual, float tolerance) { in expectEquals() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccControllerTest.java | 268 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_ICC_STATUS_DONE, ar); in testCardIdFromIccStatus() local 309 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testCardIdFromSlotStatus() local 336 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testCardIdForDefaultEuicc() local 376 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_ICC_STATUS_DONE, ar); in testGetAllUiccCardInfos() local 427 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_ICC_STATUS_DONE, ar); in testIccidWithTrailingF() local 475 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_ICC_STATUS_DONE, ar); in testGetAllUiccCardInfosNullCard() local 518 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_ICC_STATUS_DONE, ar); in testEidNotSupported() local 569 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testDefaultEuiccIsNotRemovable() local 620 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testDefaultEuiccIsNotRemovable_swapSlotOrder() local 673 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testDefaultEuiccIsNotRemovable_EuiccIsInactive() local [all …]
|