Searched refs:onMessageReceived (Results 76 - 100 of 139) sorted by relevance

123456

/frameworks/av/include/media/stagefright/
H A DCodecBase.h210 virtual void onMessageReceived(const sp<AMessage> &msg) = 0;
H A DMPEG4Writer.h238 void onMessageReceived(const sp<AMessage> &msg);
H A DMediaCodec.h201 virtual void onMessageReceived(const sp<AMessage> &msg);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h101 virtual void onMessageReceived(const sp<AMessage> &msg);
H A DNuPlayerRenderer.h111 virtual void onMessageReceived(const sp<AMessage> &msg);
H A DStreamingSource.cpp292 void NuPlayer::StreamingSource::onMessageReceived( function in class:android::NuPlayer::StreamingSource
/frameworks/av/media/libstagefright/foundation/include/
H A DCodecBase.h210 virtual void onMessageReceived(const sp<AMessage> &msg) = 0;
H A DMPEG4Writer.h238 void onMessageReceived(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h121 virtual void onMessageReceived(const sp<AMessage> &msg);
H A DPlaylistFetcher.h91 virtual void onMessageReceived(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/include/
H A DCodecBase.h210 virtual void onMessageReceived(const sp<AMessage> &msg) = 0;
H A DMPEG4Writer.h238 void onMessageReceived(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPSession.cpp126 void ARTPSession::onMessageReceived(const sp<AMessage> &msg) { function in class:android::ARTPSession
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h56 virtual void onMessageReceived(const sp<AMessage> &msg);
H A DPlaybackSession.cpp99 virtual void onMessageReceived(const sp<AMessage> &msg);
239 void WifiDisplaySource::PlaybackSession::Track::onMessageReceived( function in class:android::WifiDisplaySource::PlaybackSession::Track
477 void WifiDisplaySource::PlaybackSession::onMessageReceived( function in class:android::WifiDisplaySource::PlaybackSession
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java91 public void onMessageReceived(int service, int what, ByteBuffer content) { method in class:DisplaySinkService
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java82 public void onMessageReceived(int service, int what, ByteBuffer content) { method in class:DisplaySourceService
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp77 virtual void onMessageReceived(const sp<AMessage> &msg);
97 void CodecHandler::onMessageReceived(const sp<AMessage> &msg) { function in class:CodecHandler
/frameworks/base/wifi/java/android/net/wifi/aware/
H A DWifiAwareManager.java755 mOriginalCallback.onMessageReceived(new PeerHandle(msg.arg1),
832 public void onMessageReceived(int peerId, byte[] message) { method in class:WifiAwareManager.WifiAwareDiscoverySessionCallbackProxy
834 Log.v(TAG, "onMessageReceived: peerId=" + peerId);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java939 mOnMessageReceivedListener.onMessageReceived(sessionId,
1043 void onMessageReceived(String sessionId, Bundle message); method in interface:RemotePlaybackClient.OnMessageReceivedListener
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.h204 void onMessageReceived(const sp<AMessage> &msg) override;
H A DACameraManager.cpp265 void CameraManagerGlobal::CallbackHandler::onMessageReceived( function in class:android::CameraManagerGlobal::CallbackHandler
/frameworks/base/wifi/tests/src/android/net/wifi/aware/
H A DWifiAwareManagerTest.java296 sessionProxyCallback.getValue().onMessageReceived(peerHandle.peerId, string1.getBytes());
317 inOrder.verify(mockSessionCallback).onMessageReceived(peerIdCaptor.capture(),
444 sessionProxyCallback.getValue().onMessageReceived(peerHandle.peerId, string1.getBytes());
454 inOrder.verify(mockSessionCallback).onMessageReceived(peerIdCaptor.capture(),
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp62 virtual void onMessageReceived(const sp<AMessage> &msg);
347 void MPEG2TSWriter::SourceInfo::onMessageReceived(const sp<AMessage> &msg) { function in class:android::MPEG2TSWriter::SourceInfo
567 void MPEG2TSWriter::onMessageReceived(const sp<AMessage> &msg) { function in class:android::MPEG2TSWriter
H A DMediaCodecSource.cpp61 virtual void onMessageReceived(const sp<AMessage> &msg);
226 void MediaCodecSource::Puller::onMessageReceived(const sp<AMessage> &msg) { function in class:android::MediaCodecSource::Puller
806 void MediaCodecSource::onMessageReceived(const sp<AMessage> &msg) { function in class:android::MediaCodecSource

Completed in 436 milliseconds

123456