/frameworks/av/media/libstagefright/mpeg2ts/ |
ATSParser.h | 24 #include <media/stagefright/foundation/AMessage.h> 69 DiscontinuityType type, const sp<AMessage> &extra);
|
/frameworks/av/media/libstagefright/wifi-display/rtp/ |
RTPSender.cpp | 27 #include <media/stagefright/foundation/AMessage.h> 38 const sp<AMessage> ¬ify) 99 sp<AMessage> rtpNotify = new AMessage(kWhatRTPNotify, id()); 101 sp<AMessage> rtcpNotify; 103 rtcpNotify = new AMessage(kWhatRTCPNotify, id()); 508 void RTPSender::onMessageReceived(const sp<AMessage> &msg) { 520 void RTPSender::onNetNotify(bool isRTP, const sp<AMessage> &msg) { 774 sp<AMessage> notify = mNotify->dup(); 781 sp<AMessage> notify = mNotify->dup() [all...] |
/frameworks/av/include/media/stagefright/ |
BufferProducerWrapper.h | 27 // wraps IGBP while we pass it through AMessage.
|
MediaMuxer.h | 28 struct AMessage; 65 ssize_t addTrack(const sp<AMessage> &format);
|
MPEG2TSWriter.h | 45 void onMessageReceived(const sp<AMessage> &msg);
|
/frameworks/av/include/media/stagefright/foundation/ |
AHandlerReflector.h | 32 virtual void onMessageReceived(const sp<AMessage> &msg) {
|
/frameworks/av/media/libmedia/ |
IStreamSource.cpp | 22 #include <media/stagefright/foundation/AMessage.h> 155 Command cmd, bool synchronous, const sp<AMessage> &msg) { 194 sp<AMessage> msg; 197 msg = AMessage::FromParcel(data);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
StreamingSource.cpp | 29 #include <media/stagefright/foundation/AMessage.h> 36 const sp<AMessage> ¬ify, 74 sp<AMessage> extra; 107 extra = new AMessage;
|
StreamingSource.h | 31 const sp<AMessage> ¬ify,
|
/frameworks/av/media/libstagefright/ |
MPEG2TSWriter.cpp | 23 #include <media/stagefright/foundation/AMessage.h> 40 void start(const sp<AMessage> ¬ify); 62 virtual void onMessageReceived(const sp<AMessage> &msg); 74 sp<AMessage> mNotify; 132 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> ¬ify) { 138 (new AMessage(kWhatStart, id()))->post(); 246 sp<AMessage> notify = mNotify->dup(); 254 sp<AMessage> notify = mNotify->dup(); 353 sp<AMessage> notify = mNotify->dup(); 364 (new AMessage(kWhatRead, id()))->post() [all...] |
MediaExtractor.cpp | 35 #include <media/stagefright/foundation/AMessage.h> 55 sp<AMessage> meta;
|
NuCachedSource2.cpp | 26 #include <media/stagefright/foundation/AMessage.h> 219 (new AMessage(kWhatFetchMore, mReflector->id()))->post(); 260 void NuCachedSource2::onMessageReceived(const sp<AMessage> &msg) { 401 (new AMessage(kWhatFetchMore, mReflector->id()))->post(delayUs); 404 void NuCachedSource2::onRead(const sp<AMessage> &msg) { 427 mAsyncResult = new AMessage; 483 sp<AMessage> msg = new AMessage(kWhatRead, mReflector->id());
|
/frameworks/av/media/libstagefright/include/ |
FLACExtractor.h | 60 float *confidence, sp<AMessage> *);
|
/frameworks/av/media/libstagefright/rtsp/ |
AAMRAssembler.cpp | 27 #include <media/stagefright/foundation/AMessage.h> 62 const sp<AMessage> ¬ify, bool isWide, const AString ¶ms) 212 sp<AMessage> msg = mNotifyMsg->dup(); 228 sp<AMessage> msg = mNotifyMsg->dup();
|
AH263Assembler.cpp | 26 #include <media/stagefright/foundation/AMessage.h> 32 AH263Assembler::AH263Assembler(const sp<AMessage> ¬ify) 196 sp<AMessage> msg = mNotifyMsg->dup(); 209 sp<AMessage> msg = mNotifyMsg->dup();
|
ARTPSession.cpp | 25 #include <media/stagefright/foundation/AMessage.h> 85 sp<AMessage> notify = new AMessage(kWhatAccessUnitComplete, id()); 126 void ARTPSession::onMessageReceived(const sp<AMessage> &msg) {
|
ARTPSession.h | 39 virtual void onMessageReceived(const sp<AMessage> &msg);
|
UDPPusher.h | 35 virtual void onMessageReceived(const sp<AMessage> &msg);
|
/frameworks/wilhelm/src/android/ |
android_StreamPlayer.cpp | 98 void StreamSourceAppProxy::receivedCmd_l(IStreamListener::Command cmd, const sp<AMessage> &msg) { 161 sp<AMessage> msg = new AMessage(); 167 sp<AMessage> msg = new AMessage(); 174 sp<AMessage> msg = new AMessage(); 313 void StreamPlayer::onMessageReceived(const sp<AMessage> &msg) { 332 (new AMessage(kWhatStopForDestroy, id()))->post(); 372 (new AMessage(kWhatPullFromAbq, id()))->post() [all...] |
/bootable/recovery/minadbd/ |
transport_usb.c | 51 if(usb_read(t->usb, &p->msg, sizeof(amessage))){ 84 if(usb_write(t->usb, &p->msg, sizeof(amessage))) {
|
/frameworks/av/include/media/ |
IStreamSource.h | 25 struct AMessage; 85 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
|
/frameworks/av/media/libstagefright/foundation/ |
ALooper.cpp | 27 #include "AMessage.h" 157 void ALooper::post(const sp<AMessage> &msg, int64_t delayUs) {
|
/frameworks/av/media/libstagefright/omx/ |
SimpleSoftOMXComponent.cpp | 25 #include <media/stagefright/foundation/AMessage.h> 61 sp<AMessage> msg = new AMessage(kWhatSendCommand, mHandler->id()); 310 sp<AMessage> msg = new AMessage(kWhatEmptyThisBuffer, mHandler->id()); 319 sp<AMessage> msg = new AMessage(kWhatFillThisBuffer, mHandler->id()); 334 void SimpleSoftOMXComponent::onMessageReceived(const sp<AMessage> &msg) {
|
/system/core/adb/ |
transport_usb.c | 55 if(usb_read(t->usb, &p->msg, sizeof(amessage))){ 88 if(usb_write(t->usb, &p->msg, sizeof(amessage))) {
|
/frameworks/av/cmds/stagefright/ |
SimplePlayer.h | 44 virtual void onMessageReceived(const sp<AMessage> &msg);
|