Home
last modified time | relevance | path

Searched defs:onMessageReceived (Results 1 – 25 of 80) sorted by relevance

1234

/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/fcm/
H A DFcmService.java71 public void onMessageReceived(RemoteMessage message) { in onMessageReceived() method in FcmService
77 void onMessageReceived(String fcmSenderId, Map<String, String> fcmData) { in onMessageReceived() method in FcmService
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/sip/
H A DSipSessionListener.java26 void onMessageReceived(Message sipMessage); in onMessageReceived() method
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/service/chat/
H A DChatSessionListener.java29 void onMessageReceived(SimpleCpimMessage message); in onMessageReceived() method
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DDelegateMessageCallback.java40 void onMessageReceived(@NonNull SipMessage message); in onMessageReceived() method
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DISipDelegateMessageCallback.aidl27 void onMessageReceived(in SipMessage message); in onMessageReceived() method
H A DSipDelegateAidlWrapper.java108 public void onMessageReceived(SipMessage message) { in onMessageReceived() method in SipDelegateAidlWrapper
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DDelegateConnectionMessageCallback.java37 void onMessageReceived(@NonNull SipMessage message); in onMessageReceived() method
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAHandlerReflector.h32 virtual void onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/interface/
H A Dsoftbus_transmission_interface.h62 void (*onMessageReceived)(int32_t channelId, const char *data, uint32_t len); member
/aosp12/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DService.java69 public void onMessageReceived(int service, int what, ByteBuffer content) { in onMessageReceived() method in Service
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DUDPPusher.cpp111 void UDPPusher::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived() function in android::UDPPusher
H A DSDPLoader.cpp73 void SDPLoader::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived() function in android::SDPLoader
H A DARTPSession.cpp126 void ARTPSession::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived() function in android::ARTPSession
/aosp12/system/chre/host/common/audio_stress_test/
H A Daudio_stress_test.cc55 void onMessageReceived(const void *data, size_t length) override { in onMessageReceived() function in __anoncd6a56400110::SocketCallbacks
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/aware/
H A DDiscoverySessionCallback.java189 public void onMessageReceived(PeerHandle peerHandle, byte[] message) { in onMessageReceived() method in DiscoverySessionCallback
H A DIWifiAwareDiscoverySessionCallback.aidl37 void onMessageReceived(int peerId, in byte[] message); in onMessageReceived() method
/aosp12/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushServer.java54 void onMessageReceived(NdefMessage msg); in onMessageReceived() method
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DBugleActionToasts.java98 public static void onMessageReceived(final String conversationId, in onMessageReceived() method in BugleActionToasts
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp127 void NuPlayer::DecoderBase::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived() function in android::NuPlayer::DecoderBase
H A DStreamingSource.cpp292 void NuPlayer::StreamingSource::onMessageReceived( in onMessageReceived() function in android::NuPlayer::StreamingSource
/aosp12/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java91 public void onMessageReceived(int service, int what, ByteBuffer content) { in onMessageReceived() method in DisplaySinkService
/aosp12/frameworks/av/media/libstagefright/
H A DFrameCaptureProcessor.cpp178 void FrameCaptureProcessor::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived() function in android::FrameCaptureProcessor
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DAidlCameraDeviceCallbacks.cpp112 void H2BCameraDeviceCallbacks::CallbackHandler::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived() function in android::frameworks::cameraservice::device::V2_0::implementation::H2BCameraDeviceCallbacks::CallbackHandler
/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp314 void StreamPlayer::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived() function in android::StreamPlayer
/aosp12/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java82 public void onMessageReceived(int service, int what, ByteBuffer content) { in onMessageReceived() method in DisplaySourceService

1234