Home
last modified time | relevance | path

Searched refs:msgObj (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceFocusManager.java492 Object msgObj = ((MessageArgs) msg.obj).obj; in handleMessage() local
497 handleRequestFocus((FocusRequest) msgObj); in handleMessage()
500 handleReleasedFocus((ConnectionServiceFocus) msgObj); in handleMessage()
503 handleReleasedFocusTimeout((FocusRequest) msgObj); in handleMessage()
506 handleConnectionServiceDeath((ConnectionServiceFocus) msgObj); in handleMessage()
509 handleAddedCall((CallFocus) msgObj); in handleMessage()
512 handleRemovedCall((CallFocus) msgObj); in handleMessage()
515 handleCallStateChanged((CallFocus) msgObj, msg.arg1, msg.arg2); in handleMessage()
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp75 jint bufID, jint priority, jstring tagObj, jstring msgObj) in android_util_Log_println_native() argument
80 if (msgObj == NULL) { in android_util_Log_println_native()
92 msg = env->GetStringUTFChars(msgObj, NULL); in android_util_Log_println_native()
98 env->ReleaseStringUTFChars(msgObj, msg); in android_util_Log_println_native()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java510 SdpSearchInstance msgObj = (SdpSearchInstance) msg.obj;
511 Log.w(TAG, "Search timedout for UUID " + msgObj.getUuid());
513 sendSdpIntent(msgObj, null, false);
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaDescrambler.cpp369 ScopedLocalRef<jstring> msgObj( in createServiceSpecificException() local
374 clazz.get(), ctor, serviceSpecificError, msgObj.get()); in createServiceSpecificException()
H A Dandroid_media_MediaCodec.cpp1037 ScopedLocalRef<jstring> msgObj( in createCodecException() local
1065 return (jthrowable)env->NewObject(clazz.get(), ctor, err, actionCode, msgObj.get()); in createCodecException()
1344 jstring msgObj = env->NewStringUTF(msgStr.c_str()); in throwCryptoException() local
1347 (jthrowable)env->NewObject(clazz.get(), constructID, err, msgObj); in throwCryptoException()