Searched refs:msg (Results 1 - 25 of 559) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp382 void AudioSfDecoder::onSeek(const sp<AMessage> &msg) { argument
385 CHECK(msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec));
394 GenericPlayer::onSeek(msg);
398 void AudioSfDecoder::onLoop(const sp<AMessage> &msg) { argument
401 CHECK(msg->findInt32(WHATPARAM_LOOP_LOOPING, &loop));
412 GenericPlayer::onLoop(msg);
416 void AudioSfDecoder::onCheckCache(const sp<AMessage> &msg) { argument
441 msg->post(100000);
569 sp<AMessage> msg = new AMessage(kWhatRender, id()); local
570 msg
575 onMessageReceived(const sp<AMessage> &msg) argument
614 onNotify(const sp<AMessage> &msg) argument
[all...]
H A Dandroid_AudioSfDecoder.h81 void onCheckCache(const sp<AMessage> &msg);
88 virtual void onSeek(const sp<AMessage> &msg);
89 virtual void onLoop(const sp<AMessage> &msg);
92 virtual void onNotify(const sp<AMessage> &msg);
93 virtual void onMessageReceived(const sp<AMessage> &msg);
H A Dandroid_GenericMediaPlayer.cpp61 // Map a media_event_type enum (the msg of an IMediaPlayerClient::notify) to a string or NULL
62 static const char *media_event_type_to_string(media_event_type msg) argument
64 switch (msg) {
85 #define _(code, msg) case code: return msg;
99 #define _(code, msg) case code: return msg;
116 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) { argument
117 SL_LOGV("MediaPlayerNotificationClient::notify(msg=%s (%d), ext1=%d, ext2=%d)",
118 media_event_type_to_string((enum media_event_type) msg), ms
392 onSeek(const sp<AMessage> &msg) argument
427 onLoop(const sp<AMessage> &msg) argument
455 onAttachAuxEffect(const sp<AMessage> &msg) argument
469 onSetAuxEffectSendLevel(const sp<AMessage> &msg) argument
483 onBufferingUpdate(const sp<AMessage> &msg) argument
[all...]
H A Dandroid_GenericMediaPlayer.h36 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj);
103 virtual void onSeek(const sp<AMessage> &msg);
104 virtual void onLoop(const sp<AMessage> &msg);
107 virtual void onBufferingUpdate(const sp<AMessage> &msg);
108 virtual void onAttachAuxEffect(const sp<AMessage> &msg);
109 virtual void onSetAuxEffectSendLevel(const sp<AMessage> &msg);
H A Dandroid_GenericPlayer.cpp138 sp<AMessage> msg = new AMessage(kWhatPrepare, id()); local
139 msg->post();
146 sp<AMessage> msg = new AMessage(kWhatPlay, id()); local
147 msg->post();
153 sp<AMessage> msg = new AMessage(kWhatPause, id()); local
154 msg->post();
173 sp<AMessage> msg = new AMessage(kWhatSeek, id()); local
174 msg->setInt64(WHATPARAM_SEEK_SEEKTIME_MS, timeMsec);
175 msg->post();
181 sp<AMessage> msg local
189 sp<AMessage> msg = new AMessage(kWhatBuffUpdateThres, id()); local
218 sp<AMessage> msg = new AMessage(kWhatAttachAuxEffect, id()); local
228 sp<AMessage> msg = new AMessage(kWhatSetAuxEffectSendLevel, id()); local
259 sp<AMessage> msg = new AMessage(kWhatSetPlayEvents, id()); local
287 sp<AMessage> msg = new AMessage(kWhatNotif, id()); local
300 sp<AMessage> msg = new AMessage(kWhatNotif, id()); local
312 onMessageReceived(const sp<AMessage> &msg) argument
407 onNotify(const sp<AMessage> &msg) argument
473 onSeek(const sp<AMessage> &msg) argument
478 onLoop(const sp<AMessage> &msg) argument
498 onBufferingUpdate(const sp<AMessage> &msg) argument
503 onSetBufferingUpdateThreshold(const sp<AMessage> &msg) argument
513 onAttachAuxEffect(const sp<AMessage> &msg) argument
518 onSetAuxEffectSendLevel(const sp<AMessage> &msg) argument
523 onSetPlayEvents(const sp<AMessage> &msg) argument
537 onOneShot(const sp<AMessage> &msg) argument
567 sp<AMessage> msg = new AMessage(kWhatSeekComplete, id()); local
574 sp<AMessage> msg = new AMessage(kWhatBufferingUpdate, id()); local
707 sp<AMessage> msg = new AMessage(kWhatOneShot, id()); local
[all...]
H A Dandroid_GenericPlayer.h130 virtual void onMessageReceived(const sp<AMessage> &msg);
134 virtual void onNotify(const sp<AMessage> &msg);
137 virtual void onSeek(const sp<AMessage> &msg);
138 virtual void onLoop(const sp<AMessage> &msg);
141 virtual void onBufferingUpdate(const sp<AMessage> &msg);
142 virtual void onSetBufferingUpdateThreshold(const sp<AMessage> &msg);
143 virtual void onAttachAuxEffect(const sp<AMessage> &msg);
144 virtual void onSetAuxEffectSendLevel(const sp<AMessage> &msg);
145 void onSetPlayEvents(const sp<AMessage> &msg);
146 void onOneShot(const sp<AMessage> &msg);
[all...]
H A Dandroid_StreamPlayer.cpp98 void StreamSourceAppProxy::receivedCmd_l(IStreamListener::Command cmd, const sp<AMessage> &msg) { argument
100 mListener->issueCommand(cmd, false /* synchronous */, msg);
161 sp<AMessage> msg = new AMessage(); local
162 msg->setInt64(IStreamListener::kKeyResumeAtPTS,
164 receivedCmd_l(IStreamListener::DISCONTINUITY, msg /*msg*/);
167 sp<AMessage> msg = new AMessage(); local
168 msg->setInt32(
171 receivedCmd_l(IStreamListener::DISCONTINUITY, msg /*msg*/);
174 sp<AMessage> msg = new AMessage(); local
313 onMessageReceived(const sp<AMessage> &msg) argument
[all...]
H A Dandroid_StreamPlayer.h51 void receivedCmd_l(IStreamListener::Command cmd, const sp<AMessage> &msg = NULL);
89 virtual void onMessageReceived(const sp<AMessage> &msg);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiObjectNotFoundException.java27 public UiObjectNotFoundException(String msg) { argument
28 super(msg);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java581 public void setMessageHandler(RSMessageHandler msg) { argument
582 mMessageCallback = msg;
610 public void setErrorHandler(RSErrorHandler msg) { argument
611 mErrorCallback = msg;
676 int msg = mRS.nContextPeekMessage(mRS.mContext, mAuxData);
680 if (msg == RS_MESSAGE_TO_CLIENT_USER) {
700 if (msg == RS_MESSAGE_TO_CLIENT_ERROR) {
/frameworks/support/renderscript/v8/rs_support/
H A DrsContext.cpp374 void Context::setError(RsError e, const char *msg) const {
376 sendMessageToClient(msg, RS_MESSAGE_TO_CLIENT_ERROR, e, strlen(msg) + 1, true);
H A DrsContext.h141 void setError(RsError e, const char *msg = NULL) const;
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java339 public InstantiationException(String msg, Exception cause) { argument
340 super(msg, cause);
H A DFragmentActivity.java83 public void handleMessage(Message msg) {
84 switch (msg.what) {
95 super.handleMessage(msg);
H A DSuperNotCalledException.java22 public SuperNotCalledException(String msg) { argument
23 super(msg);
/frameworks/support/v4/java/android/support/v4/content/
H A DLocalBroadcastManager.java113 public void handleMessage(Message msg) {
114 switch (msg.what) {
119 super.handleMessage(msg);
H A DModernAsyncTask.java469 public void handleMessage(Message msg) { argument
470 AsyncTaskResult result = (AsyncTaskResult) msg.obj;
471 switch (msg.what) {
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java111 public void handleMessage(Message msg) { argument
112 switch (msg.what) {
129 throw new RuntimeException("Unknown message " + msg); //never
/frameworks/support/volley/src/com/android/volley/
H A DVolleyLog.java59 String msg = (args == null) ? format : String.format(Locale.US, format, args);
77 Thread.currentThread().getId(), caller, msg);
/frameworks/rs/driver/
H A DrsdGL.cpp504 const char *msg, bool isFatal) {
508 snprintf(buf, sizeof(buf), "GL Error = 0x%08x, from: %s", err, msg);
H A DrsdGL.h85 const char *msg, bool isFatal = false);
/frameworks/rs/
H A DrsContext.cpp660 void Context::setError(RsError e, const char *msg) const {
662 sendMessageToClient(msg, RS_MESSAGE_TO_CLIENT_ERROR, e, strlen(msg) + 1, true);
H A DrsContext.h206 void setError(RsError e, const char *msg = NULL) const;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java1713 public void handleMessage(Message msg) {
1715 switch (msg.what) {
1718 mDisconnectRegistrants.notifyRegistrants((AsyncResult) msg.obj);
1722 mPreciseCallStateRegistrants.notifyRegistrants((AsyncResult) msg.obj);
1727 Connection c = (Connection) ((AsyncResult) msg.obj).result;
1735 mNewRingingConnectionRegistrants.notifyRegistrants((AsyncResult) msg.obj);
1740 mUnknownConnectionRegistrants.notifyRegistrants((AsyncResult) msg.obj);
1746 mIncomingRingRegistrants.notifyRegistrants((AsyncResult) msg.obj);
1751 mRingbackToneRegistrants.notifyRegistrants((AsyncResult) msg.obj);
1755 mInCallVoicePrivacyOnRegistrants.notifyRegistrants((AsyncResult) msg
[all...]
H A DCallTracker.java79 Message msg = obtainMessage();
81 msg.what = EVENT_REPOLL_AFTER_DELAY;
82 sendMessageDelayed(msg, POLL_DELAY_MSEC);
168 public abstract void handleMessage (Message msg); argument
174 protected abstract void log(String msg); argument

Completed in 241 milliseconds

1234567891011>>