Searched refs:AMessage (Results 1 - 25 of 172) sorted by relevance

1234567

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h30 Decoder(const sp<AMessage> &notify,
33 void configure(const sp<AMessage> &format);
42 virtual void onMessageReceived(const sp<AMessage> &msg);
49 sp<AMessage> mNotify;
58 sp<AMessage> makeFormat(const sp<MetaData> &meta);
60 void onFillThisBuffer(const sp<AMessage> &msg);
H A DNuPlayerRenderer.h32 const sp<AMessage> &notify,
38 const sp<AMessage> &notifyConsumed);
62 virtual void onMessageReceived(const sp<AMessage> &msg);
78 sp<AMessage> mNotifyConsumed;
86 sp<AMessage> mNotify;
125 void onQueueBuffer(const sp<AMessage> &msg);
126 void onQueueEOS(const sp<AMessage> &msg);
127 void onFlush(const sp<AMessage> &msg);
139 bool dropBufferWhileFlushing(bool audio, const sp<AMessage> &msg);
H A DNuPlayerSource.h23 #include <media/stagefright/foundation/AMessage.h>
51 Source(const sp<AMessage> &notify)
66 virtual sp<AMessage> getFormat(bool audio);
94 virtual void onMessageReceived(const sp<AMessage> &msg);
98 sp<AMessage> dupNotify() const { return mNotify->dup(); }
105 sp<AMessage> mNotify;
H A DNuPlayerDecoder.cpp25 #include <media/stagefright/foundation/AMessage.h>
32 const sp<AMessage> &notify,
41 void NuPlayer::Decoder::configure(const sp<AMessage> &format) {
47 sp<AMessage> notifyMsg =
48 new AMessage(kWhatCodecNotify, id());
84 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) {
94 sp<AMessage> notify = mNotify->dup();
107 void NuPlayer::Decoder::onFillThisBuffer(const sp<AMessage> &msg) {
108 sp<AMessage> reply;
127 sp<AMessage> notif
[all...]
H A DNuPlayerStreamListener.h37 Command cmd, bool synchronous, const sp<AMessage> &extra);
40 ssize_t read(void *data, size_t size, sp<AMessage> *extra);
56 sp<AMessage> mExtra;
/frameworks/av/media/libstagefright/include/
H A DSDPLoader.h21 #include <media/stagefright/foundation/AMessage.h>
37 SDPLoader(const sp<AMessage> &notify, uint32_t flags = 0, bool uidValid = false, uid_t uid = 0);
46 virtual void onMessageReceived(const sp<AMessage> &msg);
53 void onLoad(const sp<AMessage> &msg);
55 sp<AMessage> mNotify;
H A DAACExtractor.h27 struct AMessage;
32 AACExtractor(const sp<DataSource> &source, const sp<AMessage> &meta);
57 sp<AMessage> *);
H A DMP3Extractor.h26 struct AMessage;
34 MP3Extractor(const sp<DataSource> &source, const sp<AMessage> &meta);
57 sp<AMessage> *meta);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.h33 MediaPuller(const sp<MediaSource> &source, const sp<AMessage> &notify);
36 void stopAsync(const sp<AMessage> &notify);
42 virtual void onMessageReceived(const sp<AMessage> &msg);
55 sp<AMessage> mNotify;
60 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg);
H A DMediaPuller.cpp25 #include <media/stagefright/foundation/AMessage.h>
33 const sp<MediaSource> &source, const sp<AMessage> &notify)
50 const sp<AMessage> &msg) {
51 sp<AMessage> response;
66 return postSynchronouslyAndReturnError(new AMessage(kWhatStart, id()));
69 void MediaPuller::stopAsync(const sp<AMessage> &notify) {
70 sp<AMessage> msg = new AMessage(kWhatStop, id());
76 (new AMessage(kWhatPause, id()))->post();
80 (new AMessage(kWhatResum
[all...]
H A DConverter.h46 Converter(const sp<AMessage> &notify,
48 const sp<AMessage> &outputFormat,
57 sp<AMessage> getOutputFormat() const;
82 virtual void onMessageReceived(const sp<AMessage> &msg);
95 sp<AMessage> mNotify;
97 sp<AMessage> mOutputFormat;
105 sp<AMessage> mEncoderActivityNotify;
/frameworks/av/include/media/stagefright/foundation/
H A DALooperRoster.h35 status_t postMessage(const sp<AMessage> &msg, int64_t delayUs = 0);
36 void deliverMessage(const sp<AMessage> &msg);
39 const sp<AMessage> &msg, sp<AMessage> *response);
41 void postReply(uint32_t replyID, const sp<AMessage> &reply);
57 KeyedVector<uint32_t, sp<AMessage> > mReplies;
59 status_t postMessage_l(const sp<AMessage> &msg, int64_t delayUs);
H A DANetworkSession.h30 struct AMessage;
41 const char *host, unsigned port, const sp<AMessage> &notify,
46 const sp<AMessage> &notify, int32_t *sessionID);
49 unsigned localPort, const sp<AMessage> &notify, int32_t *sessionID);
55 const sp<AMessage> &notify,
64 const sp<AMessage> &notify, int32_t *sessionID);
71 const sp<AMessage> &notify,
122 const sp<AMessage> &notify,
H A DABuffer.h29 struct AMessage;
35 void setFarewellMessage(const sp<AMessage> msg);
48 sp<AMessage> meta();
54 sp<AMessage> mFarewell;
55 sp<AMessage> mMeta;
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.h29 struct AMessage;
34 const sp<AMessage> &notify, bool isWide,
47 sp<AMessage> mNotifyMsg;
H A DAH263Assembler.h29 struct AMessage;
32 AH263Assembler(const sp<AMessage> &notify);
42 sp<AMessage> mNotifyMsg;
H A DAMPEG2TSAssembler.h25 struct AMessage;
31 const sp<AMessage> &notify,
42 sp<AMessage> mNotifyMsg;
H A DARawAudioAssembler.h25 struct AMessage;
31 const sp<AMessage> &notify,
49 sp<AMessage> mNotifyMsg;
H A DARTSPConnection.h38 void connect(const char *url, const sp<AMessage> &reply);
39 void disconnect(const sp<AMessage> &reply);
41 void sendRequest(const char *request, const sp<AMessage> &reply);
43 void observeBinaryData(const sp<AMessage> &reply);
51 virtual void onMessageReceived(const sp<AMessage> &msg);
90 KeyedVector<int32_t, sp<AMessage> > mPendingRequests;
92 sp<AMessage> mObserveBinaryMessage;
96 void onConnect(const sp<AMessage> &msg);
97 void onDisconnect(const sp<AMessage> &msg);
98 void onCompleteConnection(const sp<AMessage>
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_Utils.h36 struct AMessage;
38 JNIEnv *env, const sp<AMessage> &msg, jobject *map);
42 sp<AMessage> *msg);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp29 #include <media/stagefright/foundation/AMessage.h>
86 const sp<AMessage> &msg, sp<AMessage> *response) {
142 mCodec->setNotificationMessage(new AMessage(kWhatCodecNotify, id()));
144 sp<AMessage> msg = new AMessage(kWhatInit, id());
152 sp<AMessage> response;
157 const sp<AMessage> &format,
161 sp<AMessage> msg = new AMessage(kWhatConfigur
[all...]
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.h32 struct AMessage;
51 const sp<AMessage> &notify);
58 ssize_t addTrack(const sp<AMessage> &format, uint32_t flags);
74 virtual void onMessageReceived(const sp<AMessage> &msg);
89 sp<AMessage> mFormat;
98 sp<AMessage> mNotify;
115 void onSenderNotify(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp17 #include "AMessage.h"
34 AMessage::AMessage(uint32_t what, ALooper::handler_id target) function in class:android::AMessage
40 AMessage::~AMessage() {
44 void AMessage::setWhat(uint32_t what) {
48 uint32_t AMessage::what() const {
52 void AMessage::setTarget(ALooper::handler_id handlerID) {
56 ALooper::handler_id AMessage::target() const {
60 void AMessage
[all...]
H A DABuffer.cpp21 #include "AMessage.h"
64 void ABuffer::setFarewellMessage(const sp<AMessage> msg) {
68 sp<AMessage> ABuffer::meta() {
70 mMeta = new AMessage;
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.h22 #include <media/stagefright/foundation/AMessage.h>
38 sp<AMessage> meta();
41 bool itemAt(size_t index, AString *uri, sp<AMessage> *meta = NULL);
60 sp<AMessage> mMeta;
71 sp<AMessage> mMeta;
81 const AString &line, sp<AMessage> *meta, const char *key);
84 const AString &line, sp<AMessage> *meta, const char *key);
87 const AString &line, sp<AMessage> *meta) const;
90 const AString &line, sp<AMessage> *meta, const AString &baseURI);

Completed in 267 milliseconds

1234567