HomeSort by relevance Sort by last modified time
    Searched refs:AMessage (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /frameworks/av/media/libstagefright/rtsp/
ARawAudioAssembler.cpp 28 #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();
ARTSPConnection.cpp 27 #include <media/stagefright/foundation/AMessage.h>
67 void ARTSPConnection::connect(const char *url, const sp<AMessage> &reply) {
68 sp<AMessage> msg = new AMessage(kWhatConnect, id());
74 void ARTSPConnection::disconnect(const sp<AMessage> &reply) {
75 sp<AMessage> msg = new AMessage(kWhatDisconnect, id());
81 const char *request, const sp<AMessage> &reply) {
82 sp<AMessage> msg = new AMessage(kWhatSendRequest, id())
    [all...]
ARTPConnection.cpp 28 #include <media/stagefright/foundation/AMessage.h>
59 sp<AMessage> mNotifyMsg;
82 const sp<AMessage> &notify,
84 sp<AMessage> msg = new AMessage(kWhatAddStream, id());
95 sp<AMessage> msg = new AMessage(kWhatRemoveStream, id());
146 void ARTPConnection::onMessageReceived(const sp<AMessage> &msg) {
180 void ARTPConnection::onAddStream(const sp<AMessage> &msg) {
211 void ARTPConnection::onRemoveStream(const sp<AMessage> &msg)
    [all...]
MyTransmitter.h 103 sp<AMessage> reply = new AMessage('conn', id());
232 sp<AMessage> reply = new AMessage('anno', id());
342 virtual void onMessageReceived(const sp<AMessage> &msg) {
353 (new AMessage('quit', id()))->post();
384 (new AMessage('quit', id()))->post();
394 (new AMessage('quit', id()))->post();
401 // (new AMessage('poll', id()))->post();
417 sp<AMessage> reply = new AMessage('setu', id())
    [all...]
AH263Assembler.cpp 23 #include <media/stagefright/foundation/AMessage.h>
29 AH263Assembler::AH263Assembler(const sp<AMessage> &notify)
170 sp<AMessage> msg = mNotifyMsg->dup();
183 sp<AMessage> msg = mNotifyMsg->dup();
ARTPSession.h 39 virtual void onMessageReceived(const sp<AMessage> &msg);
UDPPusher.cpp 25 #include <media/stagefright/foundation/AMessage.h>
68 (new AMessage(kWhatPush, id()))->post();
106 (new AMessage(kWhatPush, id()))->post(whenUs - nowUs);
111 void UDPPusher::onMessageReceived(const sp<AMessage> &msg) {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 50 void onMessageReceived(const sp<AMessage> &msg);
106 void onDisconnected(const sp<AMessage> &msg);
NuPlayerStreamListener.cpp 25 #include <media/stagefright/foundation/AMessage.h>
69 (new AMessage(kWhatMoreDataQueued, mTargetID))->post();
75 Command cmd, bool synchronous, const sp<AMessage> &extra) {
90 (new AMessage(kWhatMoreDataQueued, mTargetID))->post();
96 void *data, size_t size, sp<AMessage> *extra) {
RTSPSource.cpp 76 sp<AMessage> notify = new AMessage(kWhatNotify, mReflector->id());
88 sp<AMessage> msg = new AMessage(kWhatDisconnect, mReflector->id());
90 sp<AMessage> dummy;
188 sp<AMessage> msg = new AMessage(kWhatPerformSeek, mReflector->id());
209 void NuPlayer::RTSPSource::onMessageReceived(const sp<AMessage> &msg) {
395 void NuPlayer::RTSPSource::onDisconnected(const sp<AMessage> &msg) {
417 (new AMessage)->postReply(mDisconnectReplyID)
    [all...]
NuPlayer.h 61 virtual void onMessageReceived(const sp<AMessage> &msg);
133 status_t feedDecoderInputData(bool audio, const sp<AMessage> &msg);
134 void renderBuffer(bool audio, const sp<AMessage> &msg);
  /frameworks/av/media/libstagefright/foundation/
Android.mk 12 AMessage.cpp \
  /frameworks/av/media/libstagefright/include/
MPEG2PSExtractor.h 29 struct AMessage;
75 sp<AMessage> *);
MPEG2TSExtractor.h 28 struct AMessage;
72 sp<AMessage> *);
WVMExtractor.h 26 struct AMessage;
88 sp<AMessage> *);
FLACExtractor.h 60 float *confidence, sp<AMessage> *);
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.h 31 struct AMessage;
84 sp<AMessage> *);
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h 24 #include <media/stagefright/foundation/AMessage.h>
65 DiscontinuityType type, const sp<AMessage> &extra);
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.h 30 class AMessage;
47 virtual void onMessageReceived(const sp<AMessage> &msg);
58 // To add Parcel into an AMessage as an object, it should be 'RefBase'.
  /frameworks/wilhelm/src/android/
android_StreamPlayer.h 51 void receivedCmd_l(IStreamListener::Command cmd, const sp<AMessage> &msg = NULL);
89 virtual void onMessageReceived(const sp<AMessage> &msg);
android_StreamPlayer.cpp 96 void StreamSourceAppProxy::receivedCmd_l(IStreamListener::Command cmd, const sp<AMessage> &msg) {
159 sp<AMessage> msg = new AMessage();
165 sp<AMessage> msg = new AMessage();
172 sp<AMessage> msg = new AMessage();
311 void StreamPlayer::onMessageReceived(const sp<AMessage> &msg) {
330 (new AMessage(kWhatStopForDestroy, id()))->post();
370 (new AMessage(kWhatPullFromAbq, id()))->post()
    [all...]
android_AudioSfDecoder.cpp 77 (new AMessage(kWhatDecode, id()))->post();
382 void AudioSfDecoder::onSeek(const sp<AMessage> &msg) {
398 void AudioSfDecoder::onLoop(const sp<AMessage> &msg) {
416 void AudioSfDecoder::onCheckCache(const sp<AMessage> &msg) {
436 (new AMessage(kWhatDecode, id()))->post();
464 (new AMessage(kWhatCheckCache, id()))->post(100000);
560 (new AMessage(kWhatDecode, id()))->post();
569 sp<AMessage> msg = new AMessage(kWhatRender, id());
575 void AudioSfDecoder::onMessageReceived(const sp<AMessage> &msg)
    [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 24 #include <media/stagefright/foundation/AMessage.h>
58 sp<AMessage> M3UParser::meta() {
66 bool M3UParser::itemAt(size_t index, AString *uri, sp<AMessage> *meta) {
151 sp<AMessage> itemMeta;
213 itemMeta = new AMessage;
232 itemMeta = new AMessage;
275 const AString &line, sp<AMessage> *meta, const char *key) {
290 *meta = new AMessage;
299 const AString &line, sp<AMessage> *meta, const char *key) {
314 *meta = new AMessage;
    [all...]
LiveSession.cpp 32 #include <media/stagefright/foundation/AMessage.h>
77 sp<AMessage> msg = new AMessage(kWhatConnect, id());
95 (new AMessage(kWhatDisconnect, id()))->post();
102 sp<AMessage> msg = new AMessage(kWhatSeek, id());
111 void LiveSession::onMessageReceived(const sp<AMessage> &msg) {
156 void LiveSession::onConnect(const sp<AMessage> &msg) {
192 sp<AMessage> meta;
464 sp<AMessage> itemMeta
    [all...]
  /frameworks/base/media/jni/
android_media_Utils.cpp 25 #include <media/stagefright/foundation/AMessage.h>
142 JNIEnv *env, const sp<AMessage> &msg, jobject *map) {
169 AMessage::Type valueType;
175 case AMessage::kTypeInt32:
184 case AMessage::kTypeInt64:
193 case AMessage::kTypeFloat:
202 case AMessage::kTypeString:
211 case AMessage::kTypeBuffer:
221 case AMessage::kTypeRect:
278 sp<AMessage> *out)
    [all...]

Completed in 1247 milliseconds

1 23 4 5 6