Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsCbTest.java51 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 …]
DGSMPhoneTest.java93 Message msg; in setUp() local
137 Message msg; in brokenTestGeneral() local
760 Message msg; in testOutgoingCallFailImmediately() local
791 Message msg; in testHangupOnOutgoing() local
877 Message msg; in testIncallMmiCallDeflection() local
942 Message msg; in testIncallMmiCallWaiting() local
1113 Message msg; in testIncallMmiCallHold() local
1253 Message msg; in testCallIndex() local
1360 Message msg; in testPostDialSequences() local
1474 Message msg; in testPostDialCancel() local
[all …]
/frameworks/av/libvideoeditor/osal/inc/
DM4OSA_Debug.h67 #define M4OSA_DEBUG_IFx(cond, errorCode, msg, level)\ argument
76 #define M4OSA_DEBUG(errorCode, msg)\ argument
91 #define M4OSA_DEBUG_IF1(cond, errorCode, msg)\ argument
94 #define M4OSA_DEBUG_IF1(cond, errorCode, msg) argument
99 #define M4OSA_DEBUG_IF2(cond, errorCode, msg)\ argument
102 #define M4OSA_DEBUG_IF2(cond, errorCode, msg) argument
107 #define M4OSA_DEBUG_IF3(cond, errorCode, msg)\ argument
110 #define M4OSA_DEBUG_IF3(cond, errorCode, msg) argument
128 #define M4OSA_TRACEx_0(msg, level)\ argument
133 #define M4OSA_TRACEx_1(msg, param1, level)\ argument
[all …]
/frameworks/base/core/java/android/util/
DSlog.java32 public static int v(String tag, String msg) { in v()
36 public static int v(String tag, String msg, Throwable tr) { in v()
41 public static int d(String tag, String msg) { in d()
45 public static int d(String tag, String msg, Throwable tr) { in d()
50 public static int i(String tag, String msg) { in i()
54 public static int i(String tag, String msg, Throwable tr) { in i()
59 public static int w(String tag, String msg) { in w()
63 public static int w(String tag, String msg, Throwable tr) { in w()
72 public static int e(String tag, String msg) { in e()
76 public static int e(String tag, String msg, Throwable tr) { in e()
[all …]
DLog.java90 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/
Dandroid_GenericPlayer.cpp138 sp<AMessage> msg = new AMessage(kWhatPrepare, id()); in prepare() local
146 sp<AMessage> msg = new AMessage(kWhatPlay, id()); in play() local
153 sp<AMessage> msg = new AMessage(kWhatPause, id()); in pause() local
173 sp<AMessage> msg = new AMessage(kWhatSeek, id()); in seek() local
181 sp<AMessage> msg = new AMessage(kWhatLoop, id()); in loop() local
189 sp<AMessage> msg = new AMessage(kWhatBuffUpdateThres, id()); in setBufferingUpdateThreshold() local
218 sp<AMessage> msg = new AMessage(kWhatAttachAuxEffect, id()); in attachAuxEffect() local
228 sp<AMessage> msg = new AMessage(kWhatSetAuxEffectSendLevel, id()); in setAuxEffectSendLevel() local
259 sp<AMessage> msg = new AMessage(kWhatSetPlayEvents, id()); in setPlayEvents() local
287 sp<AMessage> msg = new AMessage(kWhatNotif, id()); in notify() local
[all …]
Dandroid_GenericMediaPlayer.cpp62 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/telephony/java/android/telephony/
DRlog.java36 public static int v(String tag, String msg) { in v()
40 public static int v(String tag, String msg, Throwable tr) { in v()
45 public static int d(String tag, String msg) { in d()
49 public static int d(String tag, String msg, Throwable tr) { in d()
54 public static int i(String tag, String msg) { in i()
58 public static int i(String tag, String msg, Throwable tr) { in i()
63 public static int w(String tag, String msg) { in w()
67 public static int w(String tag, String msg, Throwable tr) { in w()
76 public static int e(String tag, String msg) { in e()
80 public static int e(String tag, String msg, Throwable tr) { in e()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaAudioEffectTest.java153 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 …]
DMediaEnvReverbTest.java105 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
DMediaEqualizerTest.java96 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
DMediaVisualizerTest.java105 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
DMediaPresetReverbTest.java99 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/core/java/com/android/internal/util/
DAsyncChannel.java457 Message msg = Message.obtain(); in disconnect() local
478 public void sendMessage(Message msg) { in sendMessage()
493 Message msg = Message.obtain(); in sendMessage() local
505 Message msg = Message.obtain(); in sendMessage() local
519 Message msg = Message.obtain(); in sendMessage() local
535 Message msg = Message.obtain(); in sendMessage() local
550 Message msg = Message.obtain(); in sendMessage() local
579 Message msg = Message.obtain(); in replyToMessage() local
592 Message msg = Message.obtain(); in replyToMessage() local
607 Message msg = Message.obtain(); in replyToMessage() local
[all …]
/frameworks/base/core/java/android/webkit/
DWebSyncManager.java48 public void handleMessage(Message msg) { in handleMessage()
86 Message msg = mHandler.obtainMessage(SYNC_MESSAGE); in run() local
103 Message msg = mHandler.obtainMessage(SYNC_MESSAGE); in sync() local
118 Message msg = mHandler.obtainMessage(SYNC_MESSAGE); in resetSync() local
134 Message msg = mHandler.obtainMessage(SYNC_MESSAGE); in startSync() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DRilMessageDecoder.java69 Message msg = obtainMessage(CMD_START); in sendStartDecodingMessageParams() local
81 Message msg = obtainMessage(RilMessageDecoder.CMD_PARAMS_READY); in sendMsgParamsDecoded() local
88 Message msg = mCaller.obtainMessage(CatService.MSG_ID_RIL_MSG_DECODED, in sendCmdForExecution() local
106 public boolean processMessage(Message msg) { in processMessage()
121 public boolean processMessage(Message msg) { in processMessage()
DCatLog.java24 public static void d(Object caller, String msg) { in d()
34 public static void d(String caller, String msg) { in d()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp86 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
144 sp<AMessage> msg = new AMessage(kWhatInit, id()); in init() local
161 sp<AMessage> msg = new AMessage(kWhatConfigure, id()); in configure() local
182 sp<AMessage> msg = new AMessage(kWhatCreateInputSurface, id()); in createInputSurface() local
201 sp<AMessage> msg = new AMessage(kWhatStart, id()); in start() local
208 sp<AMessage> msg = new AMessage(kWhatStop, id()); in stop() local
215 sp<AMessage> msg = new AMessage(kWhatRelease, id()); in release() local
232 sp<AMessage> msg = new AMessage(kWhatQueueInputBuffer, id()); in queueInputBuffer() local
259 sp<AMessage> msg = new AMessage(kWhatQueueInputBuffer, id()); in queueSecureInputBuffer() local
278 sp<AMessage> msg = new AMessage(kWhatDequeueInputBuffer, id()); in dequeueInputBuffer() local
[all …]
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp66 sp<AMessage> msg = new AMessage(kWhatQueueBuffer, id()); in queueBuffer() local
76 sp<AMessage> msg = new AMessage(kWhatQueueEOS, id()); in queueEOS() local
94 sp<AMessage> msg = new AMessage(kWhatFlush, id()); in flush() local
115 void NuPlayer::Renderer::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
216 sp<AMessage> msg = new AMessage(kWhatDrainAudioQueue, id()); in postDrainAudioQueue() local
341 sp<AMessage> msg = new AMessage(kWhatDrainVideoQueue, id()); in postDrainVideoQueue() local
448 void NuPlayer::Renderer::onQueueBuffer(const sp<AMessage> &msg) { in onQueueBuffer()
534 void NuPlayer::Renderer::onQueueEOS(const sp<AMessage> &msg) { in onQueueEOS()
564 void NuPlayer::Renderer::onFlush(const sp<AMessage> &msg) { in onFlush()
625 bool audio, const sp<AMessage> &msg) { in dropBufferWhileFlushing()
/frameworks/av/media/libstagefright/wifi-display/source/
DMediaPuller.cpp50 const sp<AMessage> &msg) { in postSynchronouslyAndReturnError()
70 sp<AMessage> msg = new AMessage(kWhatStop, id()); in stopAsync() local
83 void MediaPuller::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
218 sp<AMessage> msg = new AMessage(kWhatPull, id()); in schedulePull() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
DCdmaSmsCbTest.java353 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/media/libmedia/
DSoundPoolThread.cpp25 void SoundPoolThread::write(SoundPoolMsg msg) { in write()
43 SoundPoolMsg msg = mMsgQueue[0]; in read() local
84 SoundPoolMsg msg = read(); in run() local
/frameworks/av/cmds/stagefright/
DSimplePlayer.cpp47 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
61 sp<AMessage> msg = new AMessage(kWhatSetDataSource, id()); in setDataSource() local
68 sp<AMessage> msg = new AMessage(kWhatSetSurface, id()); in setSurface() local
83 sp<AMessage> msg = new AMessage(kWhatPrepare, id()); in prepare() local
89 sp<AMessage> msg = new AMessage(kWhatStart, id()); in start() local
95 sp<AMessage> msg = new AMessage(kWhatStop, id()); in stop() local
101 sp<AMessage> msg = new AMessage(kWhatReset, id()); in reset() local
106 void SimplePlayer::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
383 sp<AMessage> msg = new AMessage(kWhatDoMoreStuff, id()); in onStart() local
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DMockLog.java33 protected void outPrintln(String msg) { in outPrintln()
39 protected void errPrintln(String msg) { in errPrintln()
/frameworks/base/core/java/android/os/
DHandler.java81 public boolean handleMessage(Message msg); in handleMessage()
87 public void handleMessage(Message msg) { in handleMessage()
93 public void dispatchMessage(Message msg) { in dispatchMessage()
501 public final boolean sendMessage(Message msg) in sendMessage()
528 Message msg = Message.obtain(); in sendEmptyMessageDelayed() local
544 Message msg = Message.obtain(); in sendEmptyMessageAtTime() local
561 public final boolean sendMessageDelayed(Message msg, long delayMillis) in sendMessageDelayed()
587 public boolean sendMessageAtTime(Message msg, long uptimeMillis) { in sendMessageAtTime()
610 public final boolean sendMessageAtFrontOfQueue(Message msg) { in sendMessageAtFrontOfQueue()
621 private boolean enqueueMessage(MessageQueue queue, Message msg, long uptimeMillis) { in enqueueMessage()
[all …]

12345678910>>...18