Searched defs:msg (Results 76 - 100 of 474) sorted by relevance

1234567891011>>

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScriptThunker.java98 public void setMessageHandler(RSMessageHandler msg) { argument
99 mMessageCallback = msg;
116 public void setErrorHandler(RSErrorHandler msg) { argument
117 mErrorCallback = msg;
/frameworks/av/media/libmedia/
H A DIStreamSource.cpp155 Command cmd, bool synchronous, const sp<AMessage> &msg) {
161 if (msg != NULL) {
163 msg->writeToParcel(&data);
194 sp<AMessage> msg; local
197 msg = AMessage::FromParcel(data);
200 issueCommand(cmd, synchronous, msg);
154 issueCommand( Command cmd, bool synchronous, const sp<AMessage> &msg) argument
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.cpp162 void HDCP::ObserveWrapper(void *me, int msg, int ext1, int ext2) { argument
163 static_cast<HDCP *>(me)->observe(msg, ext1, ext2);
166 void HDCP::observe(int msg, int ext1, int ext2) { argument
170 mObserver->notify(msg, ext1, ext2, NULL /* obj */);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp263 const sp<AMessage> &msg) {
264 switch (msg->what()) {
262 onMessageReceived( const sp<AMessage> &msg) argument
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp161 void ALooper::post(const sp<AMessage> &msg, int64_t delayUs) { argument
178 event.mMessage = msg;
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp212 sp<AMessage> msg = mNotifyMsg->dup(); local
213 msg->setBuffer("access-unit", accessUnit);
214 msg->post();
228 sp<AMessage> msg = mNotifyMsg->dup(); local
229 msg->setInt32("eos", true);
230 msg->post();
H A DAAVCAssembler.cpp354 sp<AMessage> msg = mNotifyMsg->dup(); local
355 msg->setBuffer("access-unit", accessUnit);
356 msg->post();
378 sp<AMessage> msg = mNotifyMsg->dup(); local
379 msg->setInt32("eos", true);
380 msg->post();
H A DARTPSession.cpp126 void ARTPSession::onMessageReceived(const sp<AMessage> &msg) { argument
127 switch (msg->what()) {
131 if (msg->findInt32("first-rtcp", &firstRTCP)) {
139 CHECK(msg->findSize("track-index", &trackIndex));
142 if (msg->findInt32("eos", &eos) && eos) {
149 CHECK(msg->findBuffer("access-unit", &accessUnit));
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp71 sp<AMessage> msg = new AMessage(kWhatSeek, id()); local
72 msg->setInt64("seekTimeUs", timeUs);
73 msg->post();
77 sp<AMessage> msg = new AMessage(kWhatSetSource, id()); local
78 msg->setObject("source", source);
79 msg->post();
82 void TimedTextPlayer::onMessageReceived(const sp<AMessage> &msg) { argument
83 switch (msg->what()) {
117 CHECK(msg->findInt32("generation", &generation));
119 // Drop obsolete msg
234 sp<AMessage> msg = new AMessage(kWhatRetryRead, id()); local
262 sp<AMessage> msg = new AMessage(kWhatSendSubtitle, id()); local
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp179 void RepeaterSource::onMessageReceived(const sp<AMessage> &msg) { argument
180 switch (msg->what()) {
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegCompressor.cpp169 bool JpegCompressor::checkError(const char *msg) { argument
175 __FUNCTION__, msg, errBuffer);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dpSink.java429 private static void log(String msg) { argument
430 Log.d(TAG, msg);
H A DBluetoothAvrcpController.java257 private static void log(String msg) { argument
258 Log.d(TAG, msg);
H A DBluetoothMasInstance.java100 public boolean msgSupported(int msg) { argument
101 return (mMsgTypes & msg) != 0;
H A DBluetoothPbap.java319 private static void log(String msg) { argument
320 Log.d(TAG, msg);
/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java66 public void handleMessage(Message msg) { argument
70 WorkerArgs args = (WorkerArgs) msg.obj;
72 int token = msg.what;
73 int event = msg.arg1;
113 reply.arg1 = msg.arg1;
116 Log.d(TAG, "WorkerHandler.handleMsg: msg.arg1=" + msg.arg1
168 Message msg = mWorkerThreadHandler.obtainMessage(token);
169 msg.arg1 = EVENT_ARG_QUERY;
179 msg
330 handleMessage(Message msg) argument
[all...]
/frameworks/base/core/java/android/nfc/cardemulation/
H A DHostApduService.java231 public void handleMessage(Message msg) { argument
232 switch (msg.what) {
234 Bundle dataBundle = msg.getData();
238 if (mNfcService == null) mNfcService = msg.replyTo;
270 msg.replyTo = mMessenger;
271 mNfcService.send(msg);
279 onDeactivated(msg.arg1);
287 msg.replyTo = mMessenger;
288 mNfcService.send(msg);
294 super.handleMessage(msg);
[all...]
/frameworks/base/core/java/android/service/notification/
H A DConditionProviderService.java137 public void handleMessage(Message msg) { argument
140 switch(msg.what) {
147 onRequestConditions(msg.arg1);
151 onSubscribe((Uri)msg.obj);
155 onUnsubscribe((Uri)msg.obj);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java100 public void handleMessage(Message msg) { argument
101 switch (msg.what) {
112 super.handleMessage(msg);
/frameworks/base/core/java/android/view/
H A DWindowId.java82 public void handleMessage(Message msg) { argument
83 switch (msg.what) {
85 onFocusGained((WindowId)msg.obj);
88 onFocusLost((WindowId)msg.obj);
91 super.handleMessage(msg);
/frameworks/base/core/java/android/webkit/
H A DJsDialogHelper.java66 public JsDialogHelper(JsPromptResult result, Message msg) { argument
68 mDefaultValue = msg.getData().getString("default");
69 mMessage = msg.getData().getString("message");
70 mType = msg.getData().getInt("type");
71 mUrl = msg.getData().getString("url");
/frameworks/base/core/java/android/widget/
H A DFilter.java225 * @param msg the filtering request
227 public void handleMessage(Message msg) { argument
228 int what = msg.what;
232 RequestArguments args = (RequestArguments) msg.obj;
276 * @param msg the filtering results
279 public void handleMessage(Message msg) { argument
280 RequestArguments args = (RequestArguments) msg.obj;
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java137 void fail(int msg) { argument
138 Toast.makeText(this, msg, Toast.LENGTH_LONG).show();
232 public void updateProgressDialog(int msg) { argument
241 mProgressDialog.setMessage(getText(msg));
/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp38 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj);
56 bool MessageQueue::raiseAndClearException(JNIEnv* env, const char* msg) { argument
60 raiseException(env, msg, exceptionObj);
78 void NativeMessageQueue::raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) { argument
85 ALOGE("Exception in MessageQueue callback: %s", msg);
88 ALOGE("Exception: %s", msg);
H A Dandroid_server_FingerprintManager.cpp61 static void hal_notify_callback(fingerprint_msg_t msg) { argument
65 switch (msg.type) {
67 arg1 = msg.data.error;
70 arg1 = msg.data.acquired.acquired_info;
73 arg1 = msg.data.processed.id;
76 arg1 = msg.data.enroll.id;
77 arg2 = msg.data.enroll.samples_remaining;
78 arg3 = msg.data.enroll.data_collected_bmp;
81 arg1 = msg.data.removed.id;
84 ALOGE("fingerprint: invalid msg
[all...]

Completed in 3785 milliseconds

1234567891011>>