Searched refs:replyID (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp413 bool MediaCodec::handleDequeueInputBuffer(uint32_t replyID, bool newRequest) { argument
420 response->postReply(replyID);
434 response->postReply(replyID);
439 bool MediaCodec::handleDequeueOutputBuffer(uint32_t replyID, bool newRequest) { argument
489 response->postReply(replyID);
897 uint32_t replyID; local
898 CHECK(msg->senderAwaitsResponse(&replyID));
904 response->postReply(replyID);
908 mReplyID = replyID;
936 uint32_t replyID; local
999 uint32_t replyID; local
1018 uint32_t replyID; local
1042 uint32_t replyID; local
1083 uint32_t replyID; local
1144 uint32_t replyID; local
1165 uint32_t replyID; local
1218 uint32_t replyID; local
1239 uint32_t replyID; local
1257 uint32_t replyID; local
1291 uint32_t replyID; local
1312 uint32_t replyID; local
1348 uint32_t replyID; local
1367 uint32_t replyID; local
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DALooperRoster.cpp160 uint32_t replyID = mNextReplyID++; local
162 msg->setInt32("replyID", replyID);
172 while ((index = mReplies.indexOfKey(replyID)) < 0) {
182 void ALooperRoster::postReply(uint32_t replyID, const sp<AMessage> &reply) { argument
185 CHECK(mReplies.indexOfKey(replyID) < 0);
186 mReplies.add(replyID, reply);
H A DAMessage.cpp260 void AMessage::postReply(uint32_t replyID) {
261 gLooperRoster.postReply(replyID, this);
264 bool AMessage::senderAwaitsResponse(uint32_t *replyID) const {
266 bool found = findInt32("replyID", &tmp);
272 *replyID = static_cast<uint32_t>(tmp);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp118 uint32_t replyID; local
119 CHECK(msg->senderAwaitsResponse(&replyID));
123 response->postReply(replyID);
141 uint32_t replyID; local
142 CHECK(msg->senderAwaitsResponse(&replyID));
146 response->postReply(replyID);
163 uint32_t replyID; local
164 CHECK(msg->senderAwaitsResponse(&replyID));
168 response->postReply(replyID);
196 uint32_t replyID; local
219 uint32_t replyID; local
242 uint32_t replyID; local
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp105 uint32_t replyID; local
106 CHECK(msg->senderAwaitsResponse(&replyID));
107 response->postReply(replyID);
H A DWifiDisplaySource.cpp131 uint32_t replyID; local
132 CHECK(msg->senderAwaitsResponse(&replyID));
173 response->postReply(replyID);
318 uint32_t replyID; local
319 CHECK(msg->senderAwaitsResponse(&replyID));
332 response->postReply(replyID);
338 uint32_t replyID; local
339 CHECK(msg->senderAwaitsResponse(&replyID));
352 response->postReply(replyID);
/frameworks/av/include/media/stagefright/foundation/
H A DALooperRoster.h40 void postReply(uint32_t replyID, const sp<AMessage> &reply);
H A DAMessage.h83 // awaiting a response, the "replyID" can be used to send the response
85 bool senderAwaitsResponse(uint32_t *replyID) const;
87 void postReply(uint32_t replyID);
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h235 bool handleDequeueInputBuffer(uint32_t replyID, bool newRequest = false);
236 bool handleDequeueOutputBuffer(uint32_t replyID, bool newRequest = false);
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp513 uint32_t replyID; local
514 CHECK(msg->senderAwaitsResponse(&replyID));
516 response->postReply(replyID);
543 uint32_t replyID; local
544 CHECK(msg->senderAwaitsResponse(&replyID));
546 response->postReply(replyID);
569 uint32_t replyID; local
570 CHECK(msg->senderAwaitsResponse(&replyID));
571 response->postReply(replyID);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp324 uint32_t replyID; local
325 CHECK(msg->senderAwaitsResponse(&replyID));
327 mDisconnectReplyID = replyID;

Completed in 201 milliseconds