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

  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 99 uint32_t mDisconnectReplyID;
RTSPSource.cpp 49 mDisconnectReplyID(0),
327 mDisconnectReplyID = replyID;
595 if (mDisconnectReplyID != 0) {
629 if (mDisconnectReplyID != 0) {
656 if (mDisconnectReplyID != 0) {
671 (new AMessage)->postReply(mDisconnectReplyID);
672 mDisconnectReplyID = 0;
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 140 uint32_t mDisconnectReplyID;
LiveSession.cpp 64 mDisconnectReplyID(0) {
204 CHECK(msg->senderAwaitsResponse(&mDisconnectReplyID));
490 response->postReply(mDisconnectReplyID);
491 mDisconnectReplyID = 0;
1093 if (mDisconnectReplyID != 0) {
    [all...]

Completed in 480 milliseconds