/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GsmSmsCbTest.java | 51 SmsCbMessage msg = createFromPdu(pdu); in doTestGeographicalScopeValue() local 58 SmsCbMessage msg = createFromPdu(null); in testCreateNullPdu() local 64 SmsCbMessage msg = createFromPdu(pdu); in testCreateTooShortPdu() local 117 SmsCbMessage msg = createFromPdu(pdu); in testGetGeographicalScopeUmts() local 139 SmsCbMessage msg = createFromPdu(pdu); in testGetMessageBody7Bit() local 169 SmsCbMessage msg = createFromPdu(pdu); in testGetMessageBody7BitUmts() local 216 SmsCbMessage msg = createFromPdu(pdu); in testGetMessageBody7BitMultipageUmts() local 239 SmsCbMessage msg = createFromPdu(pdu); in testGetMessageBody7BitFull() local 271 SmsCbMessage msg = createFromPdu(pdu); in testGetMessageBody7BitFullUmts() local 296 SmsCbMessage msg = createFromPdu(pdu); in testGetMessageBody7BitWithLanguage() local [all …]
|
/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/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() 67 public static int e(String tag, String msg) { in e() 71 public static int e(String tag, String msg, Throwable tr) { in e() [all …]
|
D | Log.java | 90 TerribleFailure(String msg, Throwable cause) { super(msg, cause); } in TerribleFailure() 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() 231 public static int e(String tag, 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 …]
|
D | android_GenericMediaPlayer.cpp | 62 static const char *media_event_type_to_string(media_event_type msg) in media_event_type_to_string() 85 #define _(code, msg) case code: return msg; in media_error_type_to_string() argument 99 #define _(code, msg) case code: return msg; in media_info_type_to_string() argument 116 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) { in notify() 392 void GenericMediaPlayer::onSeek(const sp<AMessage> &msg) { in onSeek() 427 void GenericMediaPlayer::onLoop(const sp<AMessage> &msg) { in onLoop() 455 void GenericMediaPlayer::onAttachAuxEffect(const sp<AMessage> &msg) { in onAttachAuxEffect() 469 void GenericMediaPlayer::onSetAuxEffectSendLevel(const sp<AMessage> &msg) { in onSetAuxEffectSendLevel() 483 void GenericMediaPlayer::onBufferingUpdate(const sp<AMessage> &msg) { in onBufferingUpdate()
|
/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 …]
|
D | MediaEnvReverbTest.java | 105 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local 136 String msg = "test1_0Room()"; in test1_0Room() local 171 String msg = "test1_1Decay()"; in test1_1Decay() local 242 String msg = "test1_3Reverb()"; in test1_3Reverb() local 276 String msg = "test1_4DiffusionAndDensity()"; in test1_4DiffusionAndDensity() local 311 String msg = "test1_5Properties()"; in test1_5Properties() local 351 String msg = "test2_0AuxiliarySoundModification()"; in test2_0AuxiliarySoundModification() local 425 String msg = "test2_1InsertSoundModification()"; in test2_1InsertSoundModification() local
|
D | MediaEqualizerTest.java | 96 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local 128 String msg = "test1_0BandLevel()"; in test1_0BandLevel() local 164 String msg = "test1_1BandFrequency()"; in test1_1BandFrequency() local 196 String msg = "test1_2Presets()"; in test1_2Presets() local 226 String msg = "test1_3Properties()"; in test1_3Properties() local
|
D | MediaVisualizerTest.java | 105 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local 132 String msg = "test1_0CaptureRates()"; in test1_0CaptureRates() local 161 String msg = "test1_1CaptureSize()"; in test1_1CaptureSize() local 195 String msg = "test1_2ScalingMode()"; in test1_2ScalingMode() local 230 String msg = "test2_0PollingCapture()"; in test2_0PollingCapture() local 309 String msg = "test2_1ListenerCapture()"; in test2_1ListenerCapture() local 443 String msg = "test2_2PollingCaptureVolumeScaling()"; in test2_2PollingCaptureVolumeScaling() local
|
D | MediaPresetReverbTest.java | 99 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local 130 String msg = "test1_0Preset()"; in test1_0Preset() local 158 String msg = "test1_1Properties()"; in test1_1Properties() local 196 String msg = "test2_0AuxiliarySoundModification()"; in test2_0AuxiliarySoundModification() local 268 String msg = "test2_1InsertSoundModification()"; in test2_1InsertSoundModification() 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() 71 public static int e(String tag, String msg) { in e() 75 public static int e(String tag, String msg, Throwable tr) { in e() [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() 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/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoderBase.cpp | 50 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse() 65 sp<AMessage> msg = new AMessage(kWhatConfigure, this); in configure() local 75 sp<AMessage> msg = new AMessage(kWhatSetParameters, this); in setParameters() local 81 sp<AMessage> msg = new AMessage(kWhatSetRenderer, this); in setRenderer() local 87 sp<AMessage> msg = new AMessage(kWhatGetInputBuffers, this); in getInputBuffers() local 99 sp<AMessage> msg = new AMessage(kWhatResume, this); in signalResume() local 117 sp<AMessage> msg = new AMessage(kWhatRequestInputBuffers, this); in onRequestInputBuffers() local 122 void NuPlayer::DecoderBase::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
|
D | GenericSource.cpp | 308 sp<AMessage> msg = dupNotify(); in checkDrmStatus() local 354 sp<AMessage> msg = new AMessage(kWhatPrepareAsync, this); in prepareAsync() local 421 sp<AMessage> msg = new AMessage; in onPrepareAsync() local 520 sp<AMessage> msg = new AMessage(kWhatStopWidevine, this); in stop() local 571 sp<AMessage> msg = new AMessage(kWhatPollBuffering, this); in schedulePollBuffering() local 604 sp<AMessage> msg = dupNotify(); in notifyBufferingUpdate() local 746 void NuPlayer::GenericSource::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived() 905 sp<AMessage> msg) { in fetchTextData() 939 sp<AMessage> msg) { in sendTextData() 969 sp<AMessage> msg = new AMessage(kWhatGetFormat, this); in getFormatMeta() local [all …]
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/ |
D | MessageQueueTest.java | 45 MessageThreadUtil.SyncQueueItem msg = mQueue.next(); in testAllArguments() local 61 MessageThreadUtil.SyncQueueItem msg = mQueue.next(); in testSendInOrder() local 83 MessageThreadUtil.SyncQueueItem msg = mQueue.next(); in testSendAtFront() local 110 MessageThreadUtil.SyncQueueItem msg = mQueue.next(); in testRemove() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | CatLog.java | 24 public static void d(Object caller, String msg) { in d() 34 public static void d(String caller, String msg) { in d() 41 public static void e(Object caller, String msg) { in e() 47 public static void e(String caller, String msg) { in e()
|
D | RilMessageDecoder.java | 87 Message msg = obtainMessage(CMD_START); in sendStartDecodingMessageParams() local 99 Message msg = obtainMessage(RilMessageDecoder.CMD_PARAMS_READY); in sendMsgParamsDecoded() local 106 Message msg = mCaller.obtainMessage(CatService.MSG_ID_RIL_MSG_DECODED, in sendCmdForExecution() local 128 public boolean processMessage(Message msg) { in processMessage() 143 public boolean processMessage(Message msg) { in processMessage()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | AsyncChannel.java | 458 Message msg = Message.obtain(); in disconnect() local 479 public void sendMessage(Message msg) { in sendMessage() 494 Message msg = Message.obtain(); in sendMessage() local 506 Message msg = Message.obtain(); in sendMessage() local 520 Message msg = Message.obtain(); in sendMessage() local 536 Message msg = Message.obtain(); in sendMessage() local 551 Message msg = Message.obtain(); in sendMessage() local 580 Message msg = Message.obtain(); in replyToMessage() local 593 Message msg = Message.obtain(); in replyToMessage() local 608 Message msg = Message.obtain(); in replyToMessage() local [all …]
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/ |
D | L.java | 49 public static void d(String msg, Object... args) { in d() 55 public static void d(Throwable t, String msg, Object... args) { in d() 62 public static void w(String msg, Object... args) { in w() 66 public static void w(Throwable t, String msg, Object... args) { in w() 84 public static void e(String msg, Object... args) { in e() 90 public static void e(Throwable t, String msg, Object... args) { in e()
|
/frameworks/av/media/libstagefright/filters/ |
D | MediaFilter.cpp | 59 void MediaFilter::setNotificationMessage(const sp<AMessage> &msg) { in setNotificationMessage() 63 void MediaFilter::initiateAllocateComponent(const sp<AMessage> &msg) { in initiateAllocateComponent() 69 void MediaFilter::initiateConfigureComponent(const sp<AMessage> &msg) { in initiateConfigureComponent() 89 sp<AMessage> msg = new AMessage(kWhatShutdown, this); in initiateShutdown() local 108 sp<AMessage> msg = new AMessage(kWhatSetParameters, this); in signalSetParameters() local 117 void MediaFilter::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived() 443 void MediaFilter::onAllocateComponent(const sp<AMessage> &msg) { in onAllocateComponent() 471 void MediaFilter::onConfigureComponent(const sp<AMessage> &msg) { in onConfigureComponent() 578 void MediaFilter::onInputBufferFilled(const sp<AMessage> &msg) { in onInputBufferFilled() 647 void MediaFilter::onOutputBufferDrained(const sp<AMessage> &msg) { in onOutputBufferDrained() [all …]
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 276 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse() 369 sp<AMessage> msg = new AMessage(kWhatInit, this); in init() local 400 sp<AMessage> msg = new AMessage(kWhatSetCallback, this); in setCallback() local 408 sp<AMessage> msg = new AMessage(kWhatSetNotification, this); in setOnFrameRenderedNotification() local 418 sp<AMessage> msg = new AMessage(kWhatConfigure, this); in configure() local 477 sp<AMessage> msg = new AMessage(kWhatSetInputSurface, this); in setInputSurface() local 485 sp<AMessage> msg = new AMessage(kWhatSetSurface, this); in setSurface() local 494 sp<AMessage> msg = new AMessage(kWhatCreateInputSurface, this); in createInputSurface() local 534 sp<AMessage> msg = new AMessage(kWhatStart, this); in start() local 575 sp<AMessage> msg = new AMessage(kWhatStop, this); in stop() local [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcSwitchStateMachine.java | 99 public boolean processMessage(Message msg) { in processMessage() 152 public boolean processMessage(Message msg) { in processMessage() 220 public boolean processMessage(Message msg) { in processMessage() 319 public boolean processMessage(Message msg) { in processMessage() 376 public boolean processMessage(Message msg) { in processMessage() 436 public boolean processMessage(Message msg) { in processMessage()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
D | CdmaSmsCbTest.java | 353 SmsMessage msg = createBroadcastSmsMessage(123, 456, BearerData.PRIORITY_NORMAL, in doTestNonEmergencyBroadcast() local 381 SmsMessage msg = createBroadcastSmsMessage(987, 654, -1, -1, in testNonEmergencyBroadcastIs91Extended() local 397 SmsMessage msg = createCmasSmsMessage( in doTestCmasBroadcast() local 445 SmsMessage msg = createCmasSmsMessage(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, in testCmasExtremeAlertType1Elements() local 473 SmsMessage msg = createCmasSmsMessage(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, in testCmasUnsupportedCharSet() local 484 SmsMessage msg = createCmasSmsMessage(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, in testCmasUnsupportedCharSet2() local 495 SmsMessage msg = createCmasSmsMessage( in testCmasNoRecordType0() local 532 SmsMessage msg = createMessageFromParcel(p, data); in testRandomBearerStreamData() local 565 SmsMessage msg = createMessageFromParcel(p, bos.toByteArray()); in testRandomUserData() local 628 SmsMessage msg = createMessageFromParcel(p, bos.toByteArray()); in testServiceCategoryProgramDataAddCategory() local [all …]
|
/frameworks/av/cmds/stagefright/ |
D | SimplePlayer.cpp | 48 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse() 62 sp<AMessage> msg = new AMessage(kWhatSetDataSource, this); in setDataSource() local 69 sp<AMessage> msg = new AMessage(kWhatSetSurface, this); in setSurface() local 83 sp<AMessage> msg = new AMessage(kWhatPrepare, this); in prepare() local 89 sp<AMessage> msg = new AMessage(kWhatStart, this); in start() local 95 sp<AMessage> msg = new AMessage(kWhatStop, this); in stop() local 101 sp<AMessage> msg = new AMessage(kWhatReset, this); in reset() local 106 void SimplePlayer::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived() 382 sp<AMessage> msg = new AMessage(kWhatDoMoreStuff, this); in onStart() local
|