Home
last modified time | relevance | path

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

12345678910>>...17

/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/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/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.java89 TerribleFailure(String msg, Throwable cause) { super(msg, cause); } in TerribleFailure()
116 public static int v(String tag, String msg) { in v()
127 public static int v(String tag, String msg, Throwable tr) { in v()
137 public static int d(String tag, String msg) { in d()
148 public static int d(String tag, String msg, Throwable tr) { in d()
158 public static int i(String tag, String msg) { in i()
169 public static int i(String tag, String msg, Throwable tr) { in i()
179 public static int w(String tag, String msg) { in w()
190 public static int w(String tag, String msg, Throwable tr) { in w()
230 public static int e(String tag, String msg) { 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/android/webkit/
DWebSyncManager.java48 public void handleMessage(Message msg) { in handleMessage()
87 Message msg = mHandler.obtainMessage(SYNC_MESSAGE); in run() local
104 Message msg = mHandler.obtainMessage(SYNC_MESSAGE); in sync() local
119 Message msg = mHandler.obtainMessage(SYNC_MESSAGE); in resetSync() local
135 Message msg = mHandler.obtainMessage(SYNC_MESSAGE); in startSync() local
/frameworks/base/core/java/com/android/internal/util/
DAsyncChannel.java450 Message msg = Message.obtain(); in disconnect() local
467 public void sendMessage(Message msg) { in sendMessage()
482 Message msg = Message.obtain(); in sendMessage() local
494 Message msg = Message.obtain(); in sendMessage() local
508 Message msg = Message.obtain(); in sendMessage() local
524 Message msg = Message.obtain(); in sendMessage() local
539 Message msg = Message.obtain(); in sendMessage() local
568 Message msg = Message.obtain(); in replyToMessage() local
581 Message msg = Message.obtain(); in replyToMessage() local
596 Message msg = Message.obtain(); in replyToMessage() local
[all …]
DStateMachine.java464 LogRec(Message msg, String info, State state, State orgState) { in LogRec()
474 public void update(Message msg, String info, State state, State orgState) { in update()
632 synchronized void add(Message msg, String messageInfo, State state, State orgState) { in add()
729 public boolean processMessage(Message msg) { in processMessage()
740 public boolean processMessage(Message msg) { in processMessage()
752 public final void handleMessage(Message msg) { in handleMessage()
896 private final void processMsg(Message msg) { in processMsg()
1142 private final void deferMessage(Message msg) { in deferMessage()
1165 private final boolean isQuit(Message msg) { in isQuit()
1296 protected final void deferMessage(Message msg) { in deferMessage()
[all …]
/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/libmediaplayerservice/nuplayer/
DNuPlayer.cpp89 sp<AMessage> msg = new AMessage(kWhatSetDataSource, id()); in setDataSource() local
120 sp<AMessage> msg = new AMessage(kWhatSetDataSource, id()); in setDataSource() local
136 sp<AMessage> msg = new AMessage(kWhatSetDataSource, id()); in setDataSource() local
144 sp<AMessage> msg = new AMessage(kWhatSetVideoNativeWindow, id()); in setVideoSurfaceTexture() local
152 sp<AMessage> msg = new AMessage(kWhatSetAudioSink, id()); in setAudioSink() local
174 sp<AMessage> msg = new AMessage(kWhatSeek, id()); in seekToAsync() local
199 void NuPlayer::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
725 sp<AMessage> msg = new AMessage(kWhatScanSources, id()); in postScanSources() local
770 status_t NuPlayer::feedDecoderInputData(bool audio, const sp<AMessage> &msg) { in feedDecoderInputData()
887 void NuPlayer::renderBuffer(bool audio, const sp<AMessage> &msg) { in renderBuffer()
[all …]
DNuPlayerRenderer.cpp62 sp<AMessage> msg = new AMessage(kWhatQueueBuffer, id()); in queueBuffer() local
72 sp<AMessage> msg = new AMessage(kWhatQueueEOS, id()); in queueEOS() local
90 sp<AMessage> msg = new AMessage(kWhatFlush, id()); in flush() local
111 void NuPlayer::Renderer::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
212 sp<AMessage> msg = new AMessage(kWhatDrainAudioQueue, id()); in postDrainAudioQueue() local
318 sp<AMessage> msg = new AMessage(kWhatDrainVideoQueue, id()); in postDrainVideoQueue() local
413 void NuPlayer::Renderer::onQueueBuffer(const sp<AMessage> &msg) { in onQueueBuffer()
499 void NuPlayer::Renderer::onQueueEOS(const sp<AMessage> &msg) { in onQueueEOS()
523 void NuPlayer::Renderer::onFlush(const sp<AMessage> &msg) { in onFlush()
579 bool audio, const sp<AMessage> &msg) { in dropBufferWhileFlushing()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp79 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
121 sp<AMessage> msg = new AMessage(kWhatInit, id()); in init() local
138 sp<AMessage> msg = new AMessage(kWhatConfigure, id()); in configure() local
158 sp<AMessage> msg = new AMessage(kWhatStart, id()); in start() local
165 sp<AMessage> msg = new AMessage(kWhatStop, id()); in stop() local
172 sp<AMessage> msg = new AMessage(kWhatRelease, id()); in release() local
189 sp<AMessage> msg = new AMessage(kWhatQueueInputBuffer, id()); in queueInputBuffer() local
216 sp<AMessage> msg = new AMessage(kWhatQueueInputBuffer, id()); in queueSecureInputBuffer() local
235 sp<AMessage> msg = new AMessage(kWhatDequeueInputBuffer, id()); in dequeueInputBuffer() local
256 sp<AMessage> msg = new AMessage(kWhatDequeueOutputBuffer, id()); in dequeueOutputBuffer() local
[all …]
/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()
215 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/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/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()
381 sp<AMessage> msg = new AMessage(kWhatDoMoreStuff, id()); in onStart() local

12345678910>>...17