HomeSort by relevance Sort by last modified time
    Searched refs:AMessage (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.h 33 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);
MediaPuller.cpp 25 #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(kWhatResume, id()))->post()
    [all...]
Converter.h 46 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/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 30 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);
NuPlayerRenderer.h 32 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);
NuPlayerSource.h 23 #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;
NuPlayerDecoder.cpp 25 #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> notify = mNotify->dup()
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AAMRAssembler.h 29 struct AMessage;
34 const sp<AMessage> &notify, bool isWide,
47 sp<AMessage> mNotifyMsg;
AMPEG2TSAssembler.h 25 struct AMessage;
31 const sp<AMessage> &notify,
42 sp<AMessage> mNotifyMsg;
AH263Assembler.h 29 struct AMessage;
32 AH263Assembler(const sp<AMessage> &notify);
42 sp<AMessage> mNotifyMsg;
ARawAudioAssembler.h 25 struct AMessage;
31 const sp<AMessage> &notify,
49 sp<AMessage> mNotifyMsg;
ARTSPConnection.h 38 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> &msg)
    [all...]
ARTPConnection.h 40 const sp<AMessage> &notify,
55 virtual void onMessageReceived(const sp<AMessage> &msg);
75 void onAddStream(const sp<AMessage> &msg);
76 void onRemoveStream(const sp<AMessage> &msg);
78 void onInjectPacket(const sp<AMessage> &msg);
  /frameworks/base/media/jni/
android_media_Utils.h 36 struct AMessage;
38 JNIEnv *env, const sp<AMessage> &msg, jobject *map);
42 sp<AMessage> *msg);
  /frameworks/av/media/libstagefright/include/
SDPLoader.h 21 #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;
  /frameworks/av/include/media/stagefright/foundation/
ALooperRoster.h 35 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);
AHandler.h 26 struct AMessage;
40 virtual void onMessageReceived(const sp<AMessage> &msg) = 0;
ANetworkSession.h 30 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,
ABuffer.h 29 struct AMessage;
35 void setFarewellMessage(const sp<AMessage> msg);
48 sp<AMessage> meta();
54 sp<AMessage> mFarewell;
55 sp<AMessage> mMeta;
  /frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
MP4Source.h 27 MP4Source(const sp<AMessage> &notify, const sp<IStreamSource> &source);
34 virtual sp<AMessage> getFormat(bool audio);
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 42 const sp<AMessage> &notify,
52 status_t getStreamFormat(StreamType stream, sp<AMessage> *format);
80 virtual void onMessageReceived(const sp<AMessage> &msg);
108 sp<AMessage> mNotify;
134 sp<AMessage> mContinuation;
144 void onConnect(const sp<AMessage> &msg);
145 status_t onSeek(const sp<AMessage> &msg);
161 void onChangeConfiguration(const sp<AMessage> &msg);
162 void onChangeConfiguration2(const sp<AMessage> &msg);
163 void onChangeConfiguration3(const sp<AMessage> &msg)
    [all...]
M3UParser.h 22 #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);
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 29 #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(kWhatConfigure, id())
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.h 32 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/
AMessage.cpp 17 #include "AMessage.h"
34 AMessage::AMessage(uint32_t what, ALooper::handler_id target)
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::clear()
    [all...]

Completed in 700 milliseconds

1 2 3 4 5 6 7