Home
last modified time | relevance | path

Searched refs:findMessage (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp121 CHECK(msg->findMessage("reply", &mObserveBinaryMessage)); in onMessageReceived()
232 CHECK(msg->findMessage("reply", &reply)); in onConnect()
340 CHECK(msg->findMessage("reply", &reply)); in onDisconnect()
349 CHECK(msg->findMessage("reply", &reply)); in onCompleteConnection()
410 CHECK(msg->findMessage("reply", &reply)); in onSendRequest()
DARTPConnection.cpp202 CHECK(msg->findMessage("notify", &info->mNotifyMsg)); in onAddStream()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp504 CHECK(response->findMessage("format", format)); in getOutputFormat()
518 CHECK(response->findMessage("format", format)); in getInputFormat()
894 CHECK(msg->findMessage("input-format", &mInputFormat)); in onMessageReceived()
895 CHECK(msg->findMessage("output-format", &mOutputFormat)); in onMessageReceived()
1224 CHECK(msg->findMessage("callback", &callback)); in onMessageReceived()
1256 CHECK(msg->findMessage("format", &format)); in onMessageReceived()
1645 CHECK(msg->findMessage("notify", &mActivityNotify)); in onMessageReceived()
1673 CHECK(msg->findMessage("params", &params)); in onMessageReceived()
1817 CHECK(msg->findMessage("reply", &info->mNotify)); in updateBuffers()
DACodec.cpp5170 CHECK(msg->findMessage("params", &params)); in onMessageReceived()
5175 if (msg->findMessage("reply", &reply)) { in onMessageReceived()
/frameworks/av/include/media/stagefright/foundation/
DAMessage.h73 bool findMessage(const char *name, sp<AMessage> *obj) const;
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp722 if (!(msg->findMessage("reply", &reply))) { in onMessageReceived()
763 CHECK(msg->findMessage("format", &format)); in onMessageReceived()
1216 CHECK(msg->findMessage("reply", &reply)); in feedDecoderInputData()
1281 if (accessUnit->meta()->findMessage("extra", &extra) in feedDecoderInputData()
1441 CHECK(msg->findMessage("reply", &reply)); in renderBuffer()
1931 CHECK(msg->findMessage("format", &format)); in onSourceNotify()
2007 CHECK(msg->findMessage("reply", &reply)); in onSourceNotify()
DNuPlayerDecoderPassThrough.cpp210 CHECK(msg->findMessage("format", &format)); in onMessageReceived()
DHTTPLiveSource.cpp261 CHECK(msg->findMessage("reply", &reply)); in onSessionNotify()
DNuPlayerDecoder.cpp592 CHECK(msg->findMessage("format", &format)); in onMessageReceived()
600 CHECK(msg->findMessage("format", &format)); in onMessageReceived()
669 if (msg->findMessage("new-format", &format)) { in onMessageReceived()
DNuPlayerRenderer.cpp289 CHECK(msg->findMessage("format", &format)); in onMessageReceived()
918 CHECK(msg->findMessage("notifyConsumed", &notifyConsumed)); in onQueueBuffer()
1124 if (msg->findMessage("notifyConsumed", &notifyConsumed)) { in dropBufferWhileFlushing()
/frameworks/av/media/libstagefright/wifi-display/source/
DMediaPuller.cpp127 CHECK(msg->findMessage("notify", &notify)); in onMessageReceived()
/frameworks/av/cmds/stagefright/
Dsf2.cpp443 CHECK(msg->findMessage("reply", &reply)); in onFillThisBuffer()
562 CHECK(msg->findMessage("reply", &reply)); in onDrainThisBuffer()
/frameworks/av/media/libstagefright/wifi-display/
DMediaSender.cpp421 CHECK(accessUnit->meta()->findMessage("notify", &notify) in packetizeAccessUnit()
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp300 bool AMessage::findMessage(const char *name, sp<AMessage> *obj) const { in findMessage() function in android::AMessage
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp125 if ((*accessUnit)->meta()->findMessage("extra", &extra) in dequeueAccessUnit()
206 if (!(*accessUnit)->meta()->findMessage("extra", &extra)) { in dequeueAccessUnit()
DPlaylistFetcher.cpp536 CHECK(msg->findMessage("params", &params)); in onResumeUntil()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp662 CHECK(msg->findMessage("format", &format)); in handleCallback()