HomeSort by relevance Sort by last modified time
    Searched full:amessage (Results 1 - 25 of 73) sorted by null

1 2 3

  /frameworks/base/media/libstagefright/include/
M3UParser.h 22 #include <media/stagefright/foundation/AMessage.h>
37 sp<AMessage> meta();
40 bool itemAt(size_t index, AString *uri, sp<AMessage> *meta = NULL);
48 sp<AMessage> mMeta;
58 sp<AMessage> mMeta;
64 const AString &line, sp<AMessage> *meta, const char *key);
67 const AString &line, sp<AMessage> *meta);
MPEG2TSExtractor.h 12 struct AMessage;
56 sp<AMessage> *);
MP3Extractor.h 25 struct AMessage;
32 MP3Extractor(const sp<DataSource> &source, const sp<AMessage> &meta);
56 sp<AMessage> *meta);
NuCachedSource2.h 82 sp<AMessage> mAsyncResult;
87 void onMessageReceived(const sp<AMessage> &msg);
89 void onRead(const sp<AMessage> &msg);
  /frameworks/base/media/libstagefright/foundation/
AMessage.cpp 17 #include "AMessage.h"
28 AMessage::AMessage(uint32_t what, ALooper::handler_id target)
34 AMessage::~AMessage() {
38 void AMessage::setWhat(uint32_t what) {
42 uint32_t AMessage::what() const {
46 void AMessage::setTarget(ALooper::handler_id handlerID) {
50 ALooper::handler_id AMessage::target() const {
54 void AMessage::clear()
    [all...]
ABuffer.cpp 21 #include "AMessage.h"
64 void ABuffer::setFarewellMessage(const sp<AMessage> msg) {
68 sp<AMessage> ABuffer::meta() {
70 mMeta = new AMessage;
Android.mk 11 AMessage.cpp \
  /frameworks/base/media/libstagefright/rtsp/
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);
86 KeyedVector<int32_t, sp<AMessage> > mPendingRequests;
88 sp<AMessage> mObserveBinaryMessage;
90 void onConnect(const sp<AMessage> &msg);
91 void onDisconnect(const sp<AMessage> &msg);
92 void onCompleteConnection(const sp<AMessage> &msg)
    [all...]
ARTPConnection.h 41 const sp<AMessage> &notify,
58 virtual void onMessageReceived(const sp<AMessage> &msg);
79 void onAddStream(const sp<AMessage> &msg);
80 void onRemoveStream(const sp<AMessage> &msg);
82 void onInjectPacket(const sp<AMessage> &msg);
AAMRAssembler.h 29 struct AMessage;
34 const sp<AMessage> &notify, bool isWide,
47 sp<AMessage> mNotifyMsg;
AAVCAssembler.h 29 struct AMessage;
32 AAVCAssembler(const sp<AMessage> &notify);
42 sp<AMessage> mNotifyMsg;
AH263Assembler.h 29 struct AMessage;
32 AH263Assembler(const sp<AMessage> &notify);
42 sp<AMessage> mNotifyMsg;
AMPEG4AudioAssembler.h 29 struct AMessage;
34 const sp<AMessage> &notify, const AString &params);
44 sp<AMessage> mNotifyMsg;
AMPEG4ElementaryAssembler.h 31 struct AMessage;
35 const sp<AMessage> &notify, const AString &desc,
46 sp<AMessage> mNotifyMsg;
ARTSPController.cpp 50 sp<AMessage> msg = new AMessage(kWhatConnectDone, mReflector->id());
76 sp<AMessage> msg = new AMessage(kWhatDisconnectDone, mReflector->id());
109 sp<AMessage> msg = new AMessage(kWhatSeekDone, mReflector->id());
134 void ARTSPController::onMessageReceived(const sp<AMessage> &msg) {
MyHandler.h 36 #include <media/stagefright/foundation/AMessage.h>
140 void connect(const sp<AMessage> &doneMsg) {
147 sp<AMessage> notify = new AMessage('biny', id());
150 sp<AMessage> reply = new AMessage('conn', id());
154 void disconnect(const sp<AMessage> &doneMsg) {
157 (new AMessage('abor', id()))->post();
160 void seek(int64_t timeUs, const sp<AMessage> &doneMsg) {
161 sp<AMessage> msg = new AMessage('seek', id())
    [all...]
  /frameworks/base/include/media/stagefright/foundation/
ABuffer.h 29 struct AMessage;
35 void setFarewellMessage(const sp<AMessage> msg);
48 sp<AMessage> meta();
54 sp<AMessage> mFarewell;
55 sp<AMessage> mMeta;
AMessage.h 30 struct AMessage : public RefBase {
31 AMessage(uint32_t what = 0, ALooper::handler_id target = 0);
47 void setMessage(const char *name, const sp<AMessage> &obj);
57 bool findMessage(const char *name, sp<AMessage> *obj) const;
61 sp<AMessage> dup() const;
66 virtual ~AMessage();
110 DISALLOW_EVIL_CONSTRUCTORS(AMessage);
AHandlerReflector.h 16 virtual void onMessageReceived(const sp<AMessage> &msg) {
ALooper.h 32 struct AMessage;
64 sp<AMessage> mMessage;
78 void post(const sp<AMessage> &msg, int64_t delayUs);
AHandler.h 26 struct AMessage;
40 virtual void onMessageReceived(const sp<AMessage> &msg) = 0;
  /frameworks/base/include/media/stagefright/
DataSource.h 31 struct AMessage;
64 bool sniff(String8 *mimeType, float *confidence, sp<AMessage> *meta);
66 // The sniffer can optionally fill in "meta" with an AMessage containing
71 float *confidence, sp<AMessage> *meta);
  /frameworks/base/media/libstagefright/httplive/
M3UParser.cpp 19 #include <media/stagefright/foundation/AMessage.h>
54 sp<AMessage> M3UParser::meta() {
62 bool M3UParser::itemAt(size_t index, AString *uri, sp<AMessage> *meta) {
117 sp<AMessage> itemMeta;
173 itemMeta = new AMessage;
217 const AString &line, sp<AMessage> *meta, const char *key) {
232 *meta = new AMessage;
241 const AString &line, sp<AMessage> *meta) {
285 *meta = new AMessage;
  /system/media/opensles/libopensles/
android_SfPlayer.cpp 108 sp<AMessage> msg = new AMessage(kWhatNotif, id());
115 sp<AMessage> msg = new AMessage(kWhatNotif, id());
122 sp<AMessage> msg = new AMessage(kWhatNotif, id());
129 void SfPlayer::notify(const sp<AMessage> &msg, bool async) {
186 sp<AMessage> msg = new AMessage(kWhatPrepare, id());
191 void SfPlayer::onPrepare(const sp<AMessage> &msg)
    [all...]
android_SfPlayer.h 22 #include <media/stagefright/foundation/AMessage.h>
128 virtual void onMessageReceived(const sp<AMessage> &msg);
205 void onPrepare(const sp<AMessage> &msg);
207 void onRender(const sp<AMessage> &msg);
208 void onCheckCache(const sp<AMessage> &msg);
209 void onNotify(const sp<AMessage> &msg);
212 void onSeek(const sp<AMessage> &msg);
213 void onLoop(const sp<AMessage> &msg);
222 void notify(const sp<AMessage> &msg, bool async);

Completed in 222 milliseconds

1 2 3