Searched refs:msg (Results 276 - 300 of 1035) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/rtsp/
H A DUDPPusher.h35 virtual void onMessageReceived(const sp<AMessage> &msg);
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp73 * public static native int println_native(int buffer, int priority, String tag, String msg)
79 const char* msg = NULL; local
93 msg = env->GetStringUTFChars(msgObj, NULL);
95 int res = __android_log_buf_write(bufID, (android_LogPriority)priority, tag, msg);
99 env->ReleaseStringUTFChars(msgObj, msg);
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java205 String msg = "Permission Denial: changeProviderAndSetting() from pid="
209 Slog.w(TAG, msg);
210 throw new SecurityException(msg);
253 String msg = "Permission Denial: enableFallbackLogic() from pid="
257 Slog.w(TAG, msg);
258 throw new SecurityException(msg);
279 String msg = "Permission Denial: enableMultiProcess() from pid="
283 Slog.w(TAG, msg);
284 throw new SecurityException(msg);
/frameworks/base/services/core/java/com/android/server/wm/
H A DKeyguardDisableHandler.java58 public void handleMessage(Message msg) { argument
63 switch (msg.what) {
65 final Pair<IBinder, String> pair = (Pair<IBinder, String>)msg.obj;
70 mKeyguardTokenWatcher.release((IBinder)msg.obj);
/frameworks/base/services/net/java/android/net/netlink/
H A DRtNetlinkNeighborMessage.java152 final RtNetlinkNeighborMessage msg = new RtNetlinkNeighborMessage(nlmsghdr);
153 msg.mNdmsg = new StructNdMsg();
154 msg.mNdmsg.ndm_family =
156 msg.mNdmsg.ndm_ifindex = ifIndex;
157 msg.mNdmsg.ndm_state = nudState;
158 msg.mDestination = ip;
159 msg.mLinkLayerAddr = llAddr; // might be null
161 final byte[] bytes = new byte[msg.getRequiredSpace()];
165 msg.pack(byteBuffer);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DInstallerTest.java170 private static void checkEquals(String msg, PackageStats a, PackageStats b) { argument
171 checkEquals(msg + " codeSize", a.codeSize, b.codeSize);
172 checkEquals(msg + " dataSize", a.dataSize, b.dataSize);
173 checkEquals(msg + " cacheSize", a.cacheSize, b.cacheSize);
174 checkEquals(msg + " externalCodeSize", a.externalCodeSize, b.externalCodeSize);
175 checkEquals(msg + " externalDataSize", a.externalDataSize, b.externalDataSize);
176 checkEquals(msg + " externalCacheSize", a.externalCacheSize, b.externalCacheSize);
179 private static void checkEquals(String msg, long expected, long actual) { argument
181 Log.e(TAG, msg + " expected " + expected + " actual " + actual);
/frameworks/base/tests/net/java/android/net/netlink/
H A DNetlinkSocketTest.java69 final NetlinkMessage msg = NetlinkMessage.parse(response);
70 assertNotNull(msg);
71 final StructNlMsgHdr hdr = msg.getHeader();
80 assertTrue(msg instanceof RtNetlinkNeighborMessage);
/frameworks/base/tools/aapt2/xml/
H A DXmlActionExecutor.cpp41 static void PrintElementToDiagMessage(const Element* el, DiagMessage* msg) { argument
42 *msg << "<";
44 *msg << el->namespace_uri << ":";
46 *msg << el->name << ">";
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraAgentImpl.java349 public void handleMessage(final Message msg) { argument
350 super.handleMessage(msg);
353 Log.v(TAG, "Skip handleMessage - action = '" + CameraActions.stringify(msg.what) + "'");
356 Log.v(TAG, "handleMessage - action = '" + CameraActions.stringify(msg.what) + "'");
358 int cameraAction = msg.what;
362 final CameraOpenCallback openCallback = (CameraOpenCallback) msg.obj;
363 final int cameraId = msg.arg1;
410 (CameraOpenCallbackForward) msg.obj;
411 final int cameraId = msg.arg1;
444 setPreviewTexture(msg
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java63 public void handleMessage(Message msg) {
66 switch (msg.what) {
68 ar = (AsyncResult) msg.obj;
83 ar = (AsyncResult) msg.obj;
90 ar = (AsyncResult)msg.obj;
132 protected void logd(String msg) { argument
133 Rlog.d(LOG_TAG, "[IccPbInterfaceManager] " + msg);
136 protected void loge(String msg) { argument
137 Rlog.e(LOG_TAG, "[IccPbInterfaceManager] " + msg);
/frameworks/av/media/libmedia/
H A DIOMX.cpp426 virtual status_t dispatchMessage(const omx_message &msg) { argument
429 data.writeInt32(msg.fenceFd >= 0);
430 if (msg.fenceFd >= 0) {
431 data.writeFileDescriptor(msg.fenceFd, true /* takeOwnership */);
433 data.writeInt32(msg.type);
434 data.write(&msg.u, sizeof(msg.u));
549 virtual status_t dispatchMessage(const omx_message &msg) { argument
550 return mBase->dispatchMessage(msg);
959 omx_message msg; local
994 const omx_message &msg = *it++; local
1023 omx_message msg; local
[all...]
/frameworks/opt/net/wifi/libwifi_hal/
H A Dhal_tool.cpp33 void wifi_get_error_info_stub(wifi_error err, const char** msg) { *msg = NULL; } argument
345 NanEnableRequest* msg) {
356 NanPublishRequest* msg) {
362 NanPublishCancelRequest* msg) {
368 NanSubscribeRequest* msg) {
374 NanSubscribeCancelRequest* msg) {
380 NanTransmitFollowupRequest* msg) {
386 NanStatsRequest* msg) {
392 NanConfigRequest* msg) {
343 wifi_nan_enable_request_stub(transaction_id id, wifi_interface_handle iface, NanEnableRequest* msg) argument
354 wifi_nan_publish_request_stub(transaction_id id, wifi_interface_handle iface, NanPublishRequest* msg) argument
360 wifi_nan_publish_cancel_request_stub(transaction_id id, wifi_interface_handle iface, NanPublishCancelRequest* msg) argument
366 wifi_nan_subscribe_request_stub(transaction_id id, wifi_interface_handle iface, NanSubscribeRequest* msg) argument
372 wifi_nan_subscribe_cancel_request_stub( transaction_id id, wifi_interface_handle iface, NanSubscribeCancelRequest* msg) argument
378 wifi_nan_transmit_followup_request_stub( transaction_id id, wifi_interface_handle iface, NanTransmitFollowupRequest* msg) argument
384 wifi_nan_stats_request_stub(transaction_id id, wifi_interface_handle iface, NanStatsRequest* msg) argument
390 wifi_nan_config_request_stub(transaction_id id, wifi_interface_handle iface, NanConfigRequest* msg) argument
396 wifi_nan_tca_request_stub(transaction_id id, wifi_interface_handle iface, NanTCARequest* msg) argument
402 wifi_nan_beacon_sdf_payload_request_stub( transaction_id id, wifi_interface_handle iface, NanBeaconSdfPayloadRequest* msg) argument
434 wifi_nan_data_request_initiator_stub( transaction_id id, wifi_interface_handle iface, NanDataPathInitiatorRequest* msg) argument
440 wifi_nan_data_indication_response_stub( transaction_id id, wifi_interface_handle iface, NanDataPathIndicationResponse* msg) argument
446 wifi_nan_data_end_stub(transaction_id id, wifi_interface_handle iface, NanDataPathEndRequest* msg) argument
[all...]
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java571 String msg = "Latitude: " + latitude + " out of range.";
572 throw new IllegalArgumentException(msg);
575 String msg = "Longitude: " + longitude + " out of range";
576 throw new IllegalArgumentException(msg);
1214 public void handleMessage(Message msg) { argument
1219 switch(msg.what) {
1223 mOnErrorListener.onError(mMediaRecorder, msg.arg1, msg.arg2);
1230 mOnInfoListener.onInfo(mMediaRecorder, msg.arg1, msg
[all...]
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java862 public void handleMessage(android.os.Message msg) { argument
863 switch(msg.what) {
865 sendEnrollResult((Fingerprint) msg.obj, msg.arg1 /* remaining */);
868 sendAcquiredResult((Long) msg.obj /* deviceId */, msg.arg1 /* acquire info */,
869 msg.arg2 /* vendorCode */);
872 sendAuthenticatedSucceeded((Fingerprint) msg.obj, msg.arg1 /* userId */);
878 sendErrorResult((Long) msg
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java222 Message msg = mHandler.obtainMessage(MESSAGE_BLUETOOTH_STATE_CHANGE,prevState,newState);
223 mHandler.sendMessage(msg);
342 Message msg = mHandler.obtainMessage(MESSAGE_RESTORE_USER_SETTING,
346 mHandler.sendMessage(msg);
512 Message msg = mHandler.obtainMessage(MESSAGE_REGISTER_ADAPTER);
513 msg.obj = callback;
514 mHandler.sendMessage(msg);
526 Message msg = mHandler.obtainMessage(MESSAGE_UNREGISTER_ADAPTER);
527 msg.obj = callback;
528 mHandler.sendMessage(msg);
1352 handleMessage(Message msg) argument
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp495 sp<AMessage> msg = new AMessage(kWhatSetBufferingSettings, this); local
496 writeToAMessage(msg, buffering);
497 msg->post();
502 sp<AMessage> msg = new AMessage(kWhatConnect, this); local
503 msg->setString("url", url);
506 msg->setPointer(
511 msg->post();
515 sp<AMessage> msg = new AMessage(kWhatDisconnect, this); local
518 status_t err = msg->postAndAwaitResponse(&response);
524 sp<AMessage> msg local
623 onMessageReceived(const sp<AMessage> &msg) argument
992 onConnect(const sp<AMessage> &msg) argument
1020 onMasterPlaylistFetched(const sp<AMessage> &msg) argument
1454 onSeek(const sp<AMessage> &msg) argument
1521 sp<AMessage> msg = new AMessage(kWhatChangeConfiguration, this); local
1617 sp<AMessage> msg; local
1646 onChangeConfiguration(const sp<AMessage> &msg) argument
1658 onChangeConfiguration2(const sp<AMessage> &msg) argument
1769 onChangeConfiguration3(const sp<AMessage> &msg) argument
2058 sp<AMessage> msg = new AMessage(kWhatPollBuffering, this); local
[all...]
H A DLiveSession.h121 virtual void onMessageReceived(const sp<AMessage> &msg);
258 void onConnect(const sp<AMessage> &msg);
259 void onMasterPlaylistFetched(const sp<AMessage> &msg);
260 void onSeek(const sp<AMessage> &msg);
285 void onChangeConfiguration(const sp<AMessage> &msg);
286 void onChangeConfiguration2(const sp<AMessage> &msg);
287 void onChangeConfiguration3(const sp<AMessage> &msg);
293 sp<AMessage> &msg, int64_t delayUs, bool *needResumeUntil);
/frameworks/av/include/media/stagefright/
H A DMediaWriter.h61 void notify(int msg, int ext1, int ext2) { argument
63 mListener->notify(msg, ext1, ext2);
/frameworks/av/include/media/stagefright/foundation/
H A DAHandler.h54 virtual void onMessageReceived(const sp<AMessage> &msg) = 0;
72 void deliverMessage(const sp<AMessage> &msg);
H A DALooper.h91 void post(const sp<AMessage> &msg, int64_t delayUs);
100 status_t postReply(const sp<AReplyToken> &replyToken, const sp<AMessage> &msg);
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.h57 static void ObserveWrapper(void *me, int msg, int ext1, int ext2);
58 void observe(int msg, int ext1, int ext2);
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaWriter.h61 void notify(int msg, int ext1, int ext2) { argument
63 mListener->notify(msg, ext1, ext2);
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAHandler.h54 virtual void onMessageReceived(const sp<AMessage> &msg) = 0;
72 void deliverMessage(const sp<AMessage> &msg);
H A DALooper.h91 void post(const sp<AMessage> &msg, int64_t delayUs);
100 status_t postReply(const sp<AReplyToken> &replyToken, const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/include/
H A DMediaWriter.h61 void notify(int msg, int ext1, int ext2) { argument
63 mListener->notify(msg, ext1, ext2);

Completed in 7308 milliseconds

<<11121314151617181920>>