/frameworks/av/media/libstagefright/wifi-display/rtp/ |
RTPSender.h | 44 const sp<AMessage> ¬ify); 61 virtual void onMessageReceived(const sp<AMessage> &msg); 76 sp<AMessage> mNotify; 105 void onNetNotify(bool isRTP, const sp<AMessage> &msg);
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
PlaybackSession.h | 43 const sp<AMessage> ¬ify, 85 virtual void onMessageReceived(const sp<AMessage> &msg); 105 sp<AMessage> mNotify; 168 void onSinkFeedback(const sp<AMessage> &msg);
|
WifiDisplaySource.cpp | 33 #include <media/stagefright/foundation/AMessage.h> 94 const sp<AMessage> &msg, sp<AMessage> *response) { 111 sp<AMessage> msg = new AMessage(kWhatStart, this); 114 sp<AMessage> response; 119 sp<AMessage> msg = new AMessage(kWhatStop, this); 121 sp<AMessage> response; 126 sp<AMessage> msg = new AMessage(kWhatPause, this) [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
GenericSource.cpp | 30 #include <media/stagefright/foundation/AMessage.h> 52 const sp<AMessage> ¬ify, 339 sp<AMessage> msg = new AMessage(kWhatPrepareAsync, this); 431 sp<AMessage> msg = new AMessage; 515 (new AMessage(kWhatStart, this))->post(); 529 (new AMessage(kWhatResume, this))->post(); 554 void NuPlayer::GenericSource::onMessageReceived(const sp<AMessage> &msg) { 686 sp<AMessage> response = new AMessage [all...] |
NuPlayerRenderer.cpp | 25 #include <media/stagefright/foundation/AMessage.h> 92 const sp<AMessage> ¬ify, 161 const sp<AMessage> ¬ifyConsumed) { 162 sp<AMessage> msg = new AMessage(kWhatQueueBuffer, this); 173 sp<AMessage> msg = new AMessage(kWhatQueueEOS, this); 181 sp<AMessage> msg = new AMessage(kWhatConfigPlayback, this); 183 sp<AMessage> response [all...] |
NuPlayerStreamListener.cpp | 25 #include <media/stagefright/foundation/AMessage.h> 69 (new AMessage(kWhatMoreDataQueued, mTargetHandler))->post(); 75 Command cmd, bool synchronous, const sp<AMessage> &extra) { 90 (new AMessage(kWhatMoreDataQueued, mTargetHandler))->post(); 96 void *data, size_t size, sp<AMessage> *extra) {
|
RTSPSource.cpp | 42 const sp<AMessage> ¬ify, 104 sp<AMessage> msg = new AMessage(kWhatSetBufferingSettings, this); 106 sp<AMessage> response; 132 sp<AMessage> notify = new AMessage(kWhatNotify, this); 161 sp<AMessage> msg = new AMessage(kWhatDisconnect, this); 163 sp<AMessage> dummy; 312 sp<AMessage> msg = new AMessage(kWhatPerformSeek, this) [all...] |
NuPlayerCCDecoder.h | 36 explicit CCDecoder(const sp<AMessage> ¬ify); 39 sp<AMessage> getTrackInfo(size_t index) const; 65 sp<AMessage> mNotify;
|
/frameworks/av/media/libstagefright/filters/ |
IntrinsicBlurFilter.h | 29 virtual status_t configure(const sp<AMessage> &msg); 32 virtual status_t setParameters(const sp<AMessage> &msg);
|
RSFilter.h | 33 virtual status_t configure(const sp<AMessage> &msg); 36 virtual status_t setParameters(const sp<AMessage> &msg);
|
SaturationFilter.h | 31 virtual status_t configure(const sp<AMessage> &msg); 34 virtual status_t setParameters(const sp<AMessage> &msg);
|
SimpleFilter.cpp | 18 #include <media/stagefright/foundation/AMessage.h> 24 status_t SimpleFilter::configure(const sp<AMessage> &msg) {
|
MediaFilter.cpp | 28 #include <media/stagefright/foundation/AMessage.h> 58 new AMessage(kWhatInputBufferFilled, this), 59 new AMessage(kWhatOutputBufferDrained, this)); 71 void MediaFilter::initiateAllocateComponent(const sp<AMessage> &msg) { 77 void MediaFilter::initiateConfigureComponent(const sp<AMessage> &msg) { 84 (new AMessage(kWhatCreateInputSurface, this))->post(); 93 (new AMessage(kWhatStart, this))->post(); 97 sp<AMessage> msg = new AMessage(kWhatShutdown, this); 103 (new AMessage(kWhatFlush, this))->post() [all...] |
RSFilter.cpp | 24 #include <media/stagefright/foundation/AMessage.h> 38 status_t RSFilter::configure(const sp<AMessage> &msg) { 83 status_t RSFilter::setParameters(const sp<AMessage> &msg) {
|
/frameworks/av/media/libstagefright/foundation/ |
AHandler.cpp | 22 #include <media/stagefright/foundation/AMessage.h> 26 void AHandler::deliverMessage(const sp<AMessage> &msg) {
|
/frameworks/av/media/libstagefright/include/ |
AMRExtractor.h | 26 struct AMessage; 59 sp<AMessage> *);
|
MPEG2PSExtractor.h | 29 struct AMessage; 76 sp<AMessage> *);
|
OggExtractor.h | 26 struct AMessage; 60 sp<AMessage> *);
|
SecureBuffer.h | 37 SecureBuffer(const sp<AMessage> &format, const void *ptr, size_t size); 38 SecureBuffer(const sp<AMessage> &format, const sp<NativeHandle> &handle, size_t size);
|
WAVExtractor.h | 26 struct AMessage; 66 sp<AMessage> *);
|
/frameworks/av/media/libstagefright/include/foundation/ |
AHierarchicalStateMachine.h | 36 virtual bool onMessageReceived(const sp<AMessage> &msg) = 0; 52 virtual void handleMessage(const sp<AMessage> &msg);
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTSPConnection.cpp | 25 #include <media/stagefright/foundation/AMessage.h> 70 void ARTSPConnection::connect(const char *url, const sp<AMessage> &reply) { 71 sp<AMessage> msg = new AMessage(kWhatConnect, this); 77 void ARTSPConnection::disconnect(const sp<AMessage> &reply) { 78 sp<AMessage> msg = new AMessage(kWhatDisconnect, this); 84 const char *request, const sp<AMessage> &reply) { 85 sp<AMessage> msg = new AMessage(kWhatSendRequest, this) [all...] |
MyTransmitter.h | 36 #include <media/stagefright/foundation/AMessage.h> 104 sp<AMessage> reply = new AMessage('conn', this); 113 sp<AMessage> encMeta = new AMessage; 235 sp<AMessage> reply = new AMessage('anno', this); 345 virtual void onMessageReceived(const sp<AMessage> &msg) { 356 (new AMessage('quit', this))->post(); 387 (new AMessage('quit', this))->post() [all...] |
ARTPConnection.cpp | 29 #include <media/stagefright/foundation/AMessage.h> 60 sp<AMessage> mNotifyMsg; 83 const sp<AMessage> ¬ify, 85 sp<AMessage> msg = new AMessage(kWhatAddStream, this); 96 sp<AMessage> msg = new AMessage(kWhatRemoveStream, this); 148 void ARTPConnection::onMessageReceived(const sp<AMessage> &msg) { 182 void ARTPConnection::onAddStream(const sp<AMessage> &msg) { 213 void ARTPConnection::onRemoveStream(const sp<AMessage> &msg) [all...] |
/frameworks/av/media/libstagefright/wifi-display/ |
MediaSender.cpp | 32 #include <media/stagefright/foundation/AMessage.h> 40 const sp<AMessage> ¬ify) 68 ssize_t MediaSender::addTrack(const sp<AMessage> &format, uint32_t flags) { 124 sp<AMessage> notify = new AMessage(kWhatSenderNotify, this); 173 sp<AMessage> notify = new AMessage(kWhatSenderNotify, this); 285 void MediaSender::onMessageReceived(const sp<AMessage> &msg) { 304 void MediaSender::onSenderNotify(const sp<AMessage> &msg) { 354 sp<AMessage> notify = mNotify->dup() [all...] |