Searched refs:AMessage (Results 51 - 75 of 172) sorted by relevance

1234567

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.h30 struct AMessage;
38 const sp<AMessage> &notify);
64 sp<AMessage> mNotify;
H A DMyHandler.h35 #include <media/stagefright/foundation/AMessage.h>
101 const sp<AMessage> &notify,
162 sp<AMessage> notify = new AMessage('biny', id());
165 sp<AMessage> reply = new AMessage('conn', id());
173 sp<AMessage> notify = new AMessage('biny', id());
176 sp<AMessage> reply = new AMessage('sdp
[all...]
H A DARawAudioAssembler.cpp28 #include <media/stagefright/foundation/AMessage.h>
37 const sp<AMessage> &notify, const char *desc, const AString &params)
96 sp<AMessage> msg = mNotifyMsg->dup();
112 sp<AMessage> msg = mNotifyMsg->dup();
H A DUDPPusher.h35 virtual void onMessageReceived(const sp<AMessage> &msg);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp39 #include <media/stagefright/foundation/AMessage.h>
110 PostMessageAction(const sp<AMessage> &msg)
119 sp<AMessage> mMessage;
179 sp<AMessage> msg = new AMessage(kWhatSetDataSource, id());
181 sp<AMessage> notify = new AMessage(kWhatSourceNotify, id());
213 sp<AMessage> msg = new AMessage(kWhatSetDataSource, id());
216 sp<AMessage> notif
[all...]
H A DNuPlayerRenderer.cpp25 #include <media/stagefright/foundation/AMessage.h>
34 const sp<AMessage> &notify,
65 const sp<AMessage> &notifyConsumed) {
66 sp<AMessage> msg = new AMessage(kWhatQueueBuffer, id());
76 sp<AMessage> msg = new AMessage(kWhatQueueEOS, id());
94 sp<AMessage> msg = new AMessage(kWhatFlush, id());
108 (new AMessage(kWhatPaus
[all...]
H A DRTSPSource.h36 const sp<AMessage> &notify,
56 void onMessageReceived(const sp<AMessage> &msg);
121 void onSDPLoaded(const sp<AMessage> &msg);
122 void onDisconnected(const sp<AMessage> &msg);
H A DStreamingSource.h31 const sp<AMessage> &notify,
H A DGenericSource.h35 const sp<AMessage> &notify,
42 const sp<AMessage> &notify,
/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
H A DMP4Source.cpp23 #include <media/stagefright/foundation/AMessage.h>
48 sp<AMessage> extra;
70 sp<AMessage> extra;
108 const sp<AMessage> &notify, const sp<IStreamSource> &source)
135 sp<AMessage> MP4Source::getFormat(bool audio) {
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.h81 void onCheckCache(const sp<AMessage> &msg);
88 virtual void onSeek(const sp<AMessage> &msg);
89 virtual void onLoop(const sp<AMessage> &msg);
92 virtual void onNotify(const sp<AMessage> &msg);
93 virtual void onMessageReceived(const sp<AMessage> &msg);
H A Dandroid_GenericMediaPlayer.h103 virtual void onSeek(const sp<AMessage> &msg);
104 virtual void onLoop(const sp<AMessage> &msg);
107 virtual void onBufferingUpdate(const sp<AMessage> &msg);
108 virtual void onAttachAuxEffect(const sp<AMessage> &msg);
109 virtual void onSetAuxEffectSendLevel(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp31 #include <media/stagefright/foundation/AMessage.h>
44 const sp<AMessage> &notify,
46 const sp<AMessage> &outputFormat,
120 (new AMessage(kWhatShutdown, id()))->post();
142 sp<AMessage> Converter::getOutputFormat() const {
225 sp<AMessage> tmp = mOutputFormat->dup();
296 sp<AMessage> notify = mNotify->dup();
316 void Converter::onMessageReceived(const sp<AMessage> &msg) {
451 sp<AMessage> notify = mNotify->dup();
482 sp<AMessage> param
[all...]
H A DPlaybackSession.cpp35 #include <media/stagefright/foundation/AMessage.h>
56 Track(const sp<AMessage> &notify,
62 Track(const sp<AMessage> &notify, const sp<AMessage> &format);
66 sp<AMessage> getFormat();
99 virtual void onMessageReceived(const sp<AMessage> &msg);
107 sp<AMessage> mNotify;
112 sp<AMessage> mFormat;
121 static bool IsAudioFormat(const sp<AMessage> &format);
127 const sp<AMessage>
[all...]
H A DPlaybackSession.h41 const sp<AMessage> &notify,
83 virtual void onMessageReceived(const sp<AMessage> &msg);
101 sp<AMessage> mNotify;
164 void onSinkFeedback(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/foundation/
H A DALooperRoster.cpp25 #include "AMessage.h"
89 const sp<AMessage> &msg, int64_t delayUs) {
95 const sp<AMessage> &msg, int64_t delayUs) {
122 void ALooperRoster::deliverMessage(const sp<AMessage> &msg) {
171 const sp<AMessage> &msg, sp<AMessage> *response) {
196 void ALooperRoster::postReply(uint32_t replyID, const sp<AMessage> &reply) {
H A DAndroid.mk12 AMessage.cpp \
/frameworks/av/include/media/stagefright/
H A DDataSource.h33 struct AMessage;
74 bool sniff(String8 *mimeType, float *confidence, sp<AMessage> *meta);
76 // The sniffer can optionally fill in "meta" with an AMessage containing
81 float *confidence, sp<AMessage> *meta);
H A DMediaMuxer.h28 struct AMessage;
65 ssize_t addTrack(const sp<AMessage> &format);
/frameworks/av/include/media/stagefright/foundation/
H A DAHandlerReflector.h32 virtual void onMessageReceived(const sp<AMessage> &msg) {
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.h44 const sp<AMessage> &notify);
61 virtual void onMessageReceived(const sp<AMessage> &msg);
76 sp<AMessage> mNotify;
105 void onNetNotify(bool isRTP, const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp33 #include <media/stagefright/foundation/AMessage.h>
47 const sp<AMessage> &notify, uint32_t flags, bool uidValid, uid_t uid)
116 sp<AMessage> extra;
145 status_t LiveSession::getStreamFormat(StreamType stream, sp<AMessage> *format) {
163 sp<AMessage> msg = new AMessage(kWhatConnect, id());
176 sp<AMessage> msg = new AMessage(kWhatDisconnect, id());
178 sp<AMessage> response;
185 sp<AMessage> ms
[all...]
/frameworks/av/include/media/
H A DIStreamSource.h25 struct AMessage;
85 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
/frameworks/av/media/libstagefright/include/
H A DMPEG2PSExtractor.h29 struct AMessage;
75 sp<AMessage> *);
H A DMPEG2TSExtractor.h28 struct AMessage;
67 sp<AMessage> *);

Completed in 196 milliseconds

1234567