Home
last modified time | relevance | path

Searched refs:findSource (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTPConnection.h131 sp<ARTPSource> findSource(StreamInfo *info, uint32_t id);
/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp833 sp<ARTPSource> source = findSource(s, srcId); in parseRTP()
1019 sp<ARTPSource> source = findSource(s, id); in parseBYE()
1051 sp<ARTPSource> source = findSource(s, senderId); in parseSenderReport()
1107 sp<ARTPSource> source = findSource(s, senderId); in parseReceptionReportBlock()
1253 sp<ARTPSource> ARTPConnection::findSource(StreamInfo *info, uint32_t srcId) { in findSource() function in android::ARTPConnection