Searched refs:msg (Results 1 - 25 of 909) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/util/
H A DSuperNotCalledException.java24 public SuperNotCalledException(String msg) { argument
25 super(msg);
H A DSlog.java27 public static int v(String tag, String msg) { argument
28 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag, msg);
31 public static int v(String tag, String msg, Throwable tr) { argument
33 msg + '\n' + Log.getStackTraceString(tr));
36 public static int d(String tag, String msg) { argument
37 return Log.println_native(Log.LOG_ID_SYSTEM, Log.DEBUG, tag, msg);
40 public static int d(String tag, String msg, Throwable tr) { argument
42 msg + '\n' + Log.getStackTraceString(tr));
45 public static int i(String tag, String msg) { argument
46 return Log.println_native(Log.LOG_ID_SYSTEM, Log.INFO, tag, msg);
49 i(String tag, String msg, Throwable tr) argument
54 w(String tag, String msg) argument
58 w(String tag, String msg, Throwable tr) argument
67 e(String tag, String msg) argument
71 e(String tag, String msg, Throwable tr) argument
81 wtf(String tag, String msg) argument
88 wtfQuiet(String tag, String msg) argument
97 wtfStack(String tag, String msg) argument
115 wtf(String tag, String msg, Throwable tr) argument
119 println(int priority, String tag, String msg) argument
[all...]
/frameworks/base/core/java/android/content/
H A DReceiverCallNotAllowedException.java29 public ReceiverCallNotAllowedException(String msg) { argument
30 super(msg);
/frameworks/base/core/java/android/os/
H A DTransactionTooLargeException.java60 public TransactionTooLargeException(String msg) { argument
61 super(msg);
H A DBadParcelableException.java29 public BadParcelableException(String msg) { argument
30 super(msg);
/frameworks/support/fragment/java/android/support/v4/app/
H A DSuperNotCalledException.java22 public SuperNotCalledException(String msg) { argument
23 super(msg);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java153 String msg = "test1_0ConstructorFromType()";
155 assertTrue(msg+": no effects found", (desc.length != 0));
170 assertNotNull(msg + ": could not create AudioEffect", effect);
172 assertTrue(msg +": invalid effect ID", (effect.getId() != 0));
174 msg = msg.concat(": AudioEffect not initialized");
183 msg = msg.concat(": Effect not found: "+desc[0].name);
186 msg = msg
[all...]
H A DMediaEqualizerTest.java96 String msg = "test1_0ConstructorAndRelease()";
100 assertNotNull(msg + ": could not create Equalizer", eq);
102 assertTrue(msg +": invalid effect ID", (eq.getId() != 0));
104 msg = msg.concat(": Equalizer not initialized");
108 msg = msg.concat(": Equalizer not found");
110 msg = msg.concat(": Effect library not loaded");
116 assertTrue(msg, resul
[all...]
H A DMediaEnvReverbTest.java105 String msg = "test1_0ConstructorAndRelease()";
109 assertNotNull(msg + ": could not create EnvironmentalReverb", reverb);
111 assertTrue(msg +": invalid effect ID", (reverb.getId() != 0));
113 msg = msg.concat(": EnvironmentalReverb not initialized");
117 msg = msg.concat(": EnvironmentalReverb not found");
119 msg = msg.concat(": Effect library not loaded");
125 assertTrue(msg, resul
[all...]
H A DMediaBassBoostTest.java92 String msg = "test1_0ConstructorAndRelease()";
96 assertNotNull(msg + ": could not create BassBoost", bb);
98 assertTrue(msg +": invalid effect ID", (bb.getId() != 0));
100 msg = msg.concat(": BassBoost not initialized");
104 msg = msg.concat(": BassBoost not found");
106 msg = msg.concat(": Effect library not loaded");
112 assertTrue(msg, resul
[all...]
H A DMediaVirtualizerTest.java92 String msg = "test1_0ConstructorAndRelease()";
96 assertNotNull(msg + ": could not create Virtualizer", virtualizer);
98 assertTrue(msg +": invalid effect ID", (virtualizer.getId() != 0));
100 msg = msg.concat(": Virtualizer not initialized");
104 msg = msg.concat(": Virtualizer not found");
106 msg = msg.concat(": Effect library not loaded");
112 assertTrue(msg, resul
[all...]
/frameworks/opt/net/wifi/tests/wifitests/jni/
H A Dwifi_nan_hal_mock.cpp53 NanEnableRequest* msg) {
58 jsonW.put_int("master_pref", msg->master_pref);
59 jsonW.put_int("cluster_low", msg->cluster_low);
60 jsonW.put_int("cluster_high", msg->cluster_high);
61 jsonW.put_int("config_support_5g", msg->config_support_5g);
62 jsonW.put_int("support_5g_val", msg->support_5g_val);
63 jsonW.put_int("config_sid_beacon", msg->config_sid_beacon);
64 jsonW.put_int("sid_beacon_val", msg->sid_beacon_val);
65 jsonW.put_int("config_2dot4g_rssi_close", msg->config_2dot4g_rssi_close);
66 jsonW.put_int("rssi_close_2dot4g_val", msg
51 wifi_nan_enable_request_mock(transaction_id id, wifi_interface_handle iface, NanEnableRequest* msg) argument
137 wifi_nan_publish_request_mock(transaction_id id, wifi_interface_handle iface, NanPublishRequest* msg) argument
173 wifi_nan_publish_cancel_request_mock(transaction_id id, wifi_interface_handle iface, NanPublishCancelRequest* msg) argument
191 wifi_nan_subscribe_request_mock(transaction_id id, wifi_interface_handle iface, NanSubscribeRequest* msg) argument
235 wifi_nan_subscribe_cancel_request_mock( transaction_id id, wifi_interface_handle iface, NanSubscribeCancelRequest* msg) argument
253 wifi_nan_transmit_followup_request_mock( transaction_id id, wifi_interface_handle iface, NanTransmitFollowupRequest* msg) argument
279 wifi_nan_stats_request_mock(transaction_id id, wifi_interface_handle iface, NanStatsRequest* msg) argument
286 wifi_nan_config_request_mock(transaction_id id, wifi_interface_handle iface, NanConfigRequest* msg) argument
293 wifi_nan_tca_request_mock(transaction_id id, wifi_interface_handle iface, NanTCARequest* msg) argument
300 wifi_nan_beacon_sdf_payload_request_mock( transaction_id id, wifi_interface_handle iface, NanBeaconSdfPayloadRequest* msg) argument
342 NanResponseMsg msg; local
398 NanPublishTerminatedInd msg; local
421 NanSubscribeTerminatedInd msg; local
443 NanFollowupInd msg; local
472 NanMatchInd msg; local
504 NanDiscEngEventInd msg; local
532 NanDisabledInd msg; local
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DMessageQueueTest.java47 MessageThreadUtil.SyncQueueItem msg = mQueue.next();
48 assertThat(msg.what, is(0));
49 assertThat(msg.arg1, is(1));
50 assertThat(msg.arg2, is(2));
51 assertThat(msg.arg3, is(3));
52 assertThat(msg.arg4, is(4));
53 assertThat(msg.arg5, is(5));
54 assertThat((String)msg.data, sameInstance(data));
63 MessageThreadUtil.SyncQueueItem msg = mQueue.next();
64 assertThat(msg
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaRecorderStopException.java27 public MediaRecorderStopException(String msg) { argument
28 super(msg);
35 public MediaRecorderStopException(String msg, Throwable t) { argument
36 super(msg, t);
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DAssociationServiceException.java24 public AssociationServiceException(String msg) { argument
25 super(msg);
28 public AssociationServiceException(String msg, Exception e) { argument
29 super(msg, e);
/frameworks/base/core/jni/
H A Dandroid_app_Activity.cpp29 std::string msg; local
30 android_dlwarning(&msg, [](void* obj, const char* msg) {
31 if (msg != nullptr) {
32 *reinterpret_cast<std::string*>(obj) = msg;
36 return msg.empty() ? nullptr : env->NewStringUTF(msg.c_str());
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessageQueueTest.java39 public void handleMessage(Message msg) {
40 BaseTestHandler.this.handleMessage(msg);
45 public void handleMessage(Message msg) { argument
46 if (!msg.isInUse()) {
48 "msg.isInuse is false, should always be true, #" + msg.what));
51 if (msg.what != mCount) {
54 + ", received #" + msg.what));
61 "Message received after done, #" + msg.what));
98 public void handleMessage(Message msg) {
125 handleMessage(Message msg) argument
[all...]
/frameworks/av/media/libstagefright/filters/
H A DSimpleFilter.cpp24 status_t SimpleFilter::configure(const sp<AMessage> &msg) { argument
25 CHECK(msg->findInt32("width", &mWidth));
26 CHECK(msg->findInt32("height", &mHeight));
27 if (!msg->findInt32("stride", &mStride)) {
30 if (!msg->findInt32("slice-height", &mSliceHeight)) {
33 CHECK(msg->findInt32("color-format", &mColorFormatIn));
/frameworks/multidex/library/test/src/android/util/
H A DLog.java65 * @param msg The message you would like logged.
67 public static int v(String tag, String msg) { argument
68 return println(LOG_ID_MAIN, VERBOSE, tag, msg);
75 * @param msg The message you would like logged.
78 public static int v(String tag, String msg, Throwable tr) { argument
79 return println(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr));
86 * @param msg The message you would like logged.
88 public static int d(String tag, String msg) { argument
89 return println(LOG_ID_MAIN, DEBUG, tag, msg);
96 * @param msg Th
99 d(String tag, String msg, Throwable tr) argument
109 i(String tag, String msg) argument
120 i(String tag, String msg, Throwable tr) argument
130 w(String tag, String msg) argument
141 w(String tag, String msg, Throwable tr) argument
161 e(String tag, String msg) argument
172 e(String tag, String msg, Throwable tr) argument
210 println(int priority, String tag, String msg) argument
221 println(int bufID, int priority, String tag, String msg) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatLog.java24 public static void d(Object caller, String msg) { argument
31 + msg);
34 public static void d(String caller, String msg) { argument
39 Rlog.d("CAT", caller + ": " + msg);
41 public static void e(Object caller, String msg) { argument
44 + msg);
47 public static void e(String caller, String msg) { argument
48 Rlog.e("CAT", caller + ": " + msg);
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DAssertHelper.java21 public static void assertGreaterThan(String msg, int a, int b) { argument
22 junit.framework.Assert.assertTrue(msg + ": " + a + " > " + b, a > b);
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DMockLog.java33 protected void outPrintln(String msg) { argument
34 mOut.append(msg);
39 protected void errPrintln(String msg) { argument
40 mErr.append(msg);
/frameworks/base/wifi/java/android/net/wifi/nan/
H A DWifiNanSessionListener.java191 public void handleMessage(Message msg) {
192 if (DBG) Log.d(TAG, "What=" + msg.what + ", msg=" + msg);
193 switch (msg.what) {
195 WifiNanSessionListener.this.onPublishFail(msg.arg1);
198 WifiNanSessionListener.this.onPublishTerminated(msg.arg1);
201 WifiNanSessionListener.this.onSubscribeFail(msg.arg1);
204 WifiNanSessionListener.this.onSubscribeTerminated(msg.arg1);
208 msg
[all...]
/frameworks/ex/framesequence/jni/
H A DJNIHelpers.cpp20 void jniThrowException(JNIEnv* env, const char* className, const char* msg) { argument
28 if (env->ThrowNew(clazz, msg) != JNI_OK) {
29 ALOGE("Failed throwing '%s' '%s'", className, msg);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp51 const sp<AMessage> &msg, sp<AMessage> *response) {
52 status_t err = msg->postAndAwaitResponse(response);
66 sp<AMessage> msg = new AMessage(kWhatConfigure, this); local
67 msg->setMessage("format", format);
68 msg->post();
76 sp<AMessage> msg = new AMessage(kWhatSetParameters, this); local
77 msg->setMessage("params", params);
78 msg->post();
82 sp<AMessage> msg = new AMessage(kWhatSetRenderer, this); local
83 msg
50 PostAndAwaitResponse( const sp<AMessage> &msg, sp<AMessage> *response) argument
88 sp<AMessage> msg = new AMessage(kWhatPause, this); local
95 sp<AMessage> msg = new AMessage(kWhatGetInputBuffers, this); local
107 sp<AMessage> msg = new AMessage(kWhatResume, this); local
125 sp<AMessage> msg = new AMessage(kWhatRequestInputBuffers, this); local
130 onMessageReceived(const sp<AMessage> &msg) argument
[all...]

Completed in 669 milliseconds

1234567891011>>