OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDisconnectReplyID
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp
58
mDisconnectReplyID
(0),
383
mDisconnectReplyID
= replyID;
689
if (
mDisconnectReplyID
!= 0) {
723
if (
mDisconnectReplyID
!= 0) {
750
if (
mDisconnectReplyID
!= 0) {
765
(new AMessage)->postReply(
mDisconnectReplyID
);
766
mDisconnectReplyID
= 0;
RTSPSource.h
105
sp<AReplyToken>
mDisconnectReplyID
;
/frameworks/av/media/libstagefright/httplive/
LiveSession.h
243
sp<AReplyToken>
mDisconnectReplyID
;
LiveSession.cpp
630
CHECK(msg->senderAwaitsResponse(&
mDisconnectReplyID
));
[
all
...]
Completed in 41 milliseconds