HomeSort by relevance Sort by last modified time
    Searched refs:AReplyToken (Results 1 - 22 of 22) sorted by null

  /frameworks/av/include/media/stagefright/foundation/
ALooper.h 33 struct AReplyToken;
94 sp<AReplyToken> createReplyToken();
97 status_t awaitResponse(const sp<AReplyToken> &replyToken, sp<AMessage> *response);
100 status_t postReply(const sp<AReplyToken> &replyToken, const sp<AMessage> &msg);
AMessage.h 33 struct AReplyToken : public RefBase {
34 AReplyToken(const sp<ALooper> &looper)
118 bool senderAwaitsResponse(sp<AReplyToken> *replyID);
123 status_t postReply(const sp<AReplyToken> &replyID);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 28 struct AReplyToken;
100 sp<AReplyToken> mDisconnectReplyID;
119 sp<AReplyToken> mSeekReplyID;
NuPlayerDecoderBase.cpp 151 sp<AReplyToken> replyID;
NuPlayerRenderer.cpp 400 sp<AReplyToken> replyID;
409 sp<AReplyToken> replyID;
503 sp<AReplyToken> replyID;
516 sp<AReplyToken> replyID;
531 sp<AReplyToken> replyID;
545 sp<AReplyToken> replyID;
    [all...]
NuPlayer.cpp 495 sp<AReplyToken> replyID;
548 sp<AReplyToken> replyID;
556 sp<AReplyToken> replyID;
711 sp<AReplyToken> replyID;
750 sp<AReplyToken> replyID;
776 sp<AReplyToken> replyID;
799 sp<AReplyToken> replyID;
    [all...]
GenericSource.cpp 866 sp<AReplyToken> replyID;
968 sp<AReplyToken> replyID;
    [all...]
RTSPSource.cpp 322 sp<AReplyToken> replyID;
NuPlayerDecoder.cpp 192 sp<AReplyToken> replyID;
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 227 sp<AReplyToken> ALooper::createReplyToken() {
228 return new AReplyToken(this);
232 status_t ALooper::awaitResponse(const sp<AReplyToken> &replyToken, sp<AMessage> *response) {
242 status_t ALooper::postReply(const sp<AReplyToken> &replyToken, const sp<AMessage> &reply) {
AMessage.cpp 40 status_t AReplyToken::setReply(const sp<AMessage> &reply) {
375 sp<AReplyToken> token = looper->createReplyToken();
386 status_t AMessage::postReply(const sp<AReplyToken> &replyToken) {
399 bool AMessage::senderAwaitsResponse(sp<AReplyToken> *replyToken) {
407 *replyToken = static_cast<AReplyToken *>(tmp.get());
  /frameworks/av/include/media/stagefright/
MediaCodec.h 32 struct AReplyToken;
287 sp<AReplyToken> mReplyID;
326 sp<AReplyToken> mDequeueInputReplyID;
329 sp<AReplyToken> mDequeueOutputReplyID;
345 void PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err);
361 bool handleDequeueInputBuffer(const sp<AReplyToken> &replyID, bool newRequest = false);
362 bool handleDequeueOutputBuffer(const sp<AReplyToken> &replyID, bool newRequest = false);
MediaCodecSource.h 28 struct AReplyToken;
106 List<sp<AReplyToken>> mStopReplyIDQueue;
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 31 struct AReplyToken;
243 sp<AReplyToken> mDisconnectReplyID;
244 sp<AReplyToken> mSeekReplyID;
  /frameworks/av/cmds/stagefright/
SimplePlayer.cpp 118 sp<AReplyToken> replyID;
139 sp<AReplyToken> replyID;
161 sp<AReplyToken> replyID;
194 sp<AReplyToken> replyID;
217 sp<AReplyToken> replyID;
240 sp<AReplyToken> replyID;
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h 32 struct AReplyToken;
130 sp<AReplyToken> mStopReplyID;
MediaPuller.cpp 108 sp<AReplyToken> replyID;
WifiDisplaySource.cpp 143 sp<AReplyToken> replyID;
330 sp<AReplyToken> replyID;
350 sp<AReplyToken> replyID;
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 283 void MediaCodec::PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err) {
916 bool MediaCodec::handleDequeueInputBuffer(const sp<AReplyToken> &replyID, bool newRequest) {
940 bool MediaCodec::handleDequeueOutputBuffer(const sp<AReplyToken> &replyID, bool newRequest) {
    [all...]
MediaCodecSource.cpp 190 sp<AReplyToken> replyID;
525 List<sp<AReplyToken>>::iterator it;
808 sp<AReplyToken> replyID;
824 sp<AReplyToken> replyID;
ACodec.cpp     [all...]
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 119 sp<AReplyToken> replyID;

Completed in 1126 milliseconds